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.tracker
configuration option was explicitly set. It now defaults toanalytics.js
when no value is set. - [BUGFIX] Mixin used hard-coded
ga
global variable when using the analytics.js tracker. It will now use the value set in thegoogleAnalytics.globalVariable
configuration option, orga
if 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
displayFeatures
configuration totrue
, it is off by default.