Releases: pgrippi/ember-cli-google-analytics
Releases · pgrippi/ember-cli-google-analytics
v1.4.0
v1.3.2
v1.3.1
- [BUGFIX] Mixin would not fire unless the
googleAnalytics.trackerconfiguration option was explicitly set. It now defaults toanalytics.jswhen no value is set. - [BUGFIX] Mixin used hard-coded
gaglobal variable when using the analytics.js tracker. It will now use the value set in thegoogleAnalytics.globalVariableconfiguration option, orgaif no value is set.
v1.3.0
- [BREAKING] Removed the initial pageview call inside of the inline Google Analytics tracking code in favor of using the new mixin.
- Added a mixin that can be included in the applications Router that will trigger the Google Analytics pageview when transitioning between routes.
v1.2.0
- Adds support for Display Advertising for both analytics.js and ga.js. Enable by setting the
displayFeaturesconfiguration totrue, it is off by default.