Skip to content

v3.0.0

Compare
Choose a tag to compare
@lukeed lukeed released this 12 Jan 16:53
· 30 commits to master since this release

Major Changes

BREAKING: Removed DNT listener: ae18cc0

This was already a major difference compared to the official GA client, so websites that switched to ganalytics were reporting a sudden "drop" in visitors. By ignoring the DNT, we are now inline with the official client.

If you're feeling honorable and would like to continue respecting your users' DNT setting, you may instead anonymize your user's IP addresses (via opts.aip) or limit your installation to the 2.x.x version.

$ npm install ganalytics@2

Patches