Skip to content

Releases: pgrippi/ember-cli-google-analytics

v1.4.0

19 Jun 11:26

Choose a tag to compare

  • #9 Page and Title arguments have been added to the google-pageview mixin allowing it to be called manually

v1.3.2

03 Mar 17:19

Choose a tag to compare

  • [BUGFIX] Cordova doesn't support protocol relative URL's, analytics.js will now always be included with the https protocol

v1.3.1

10 Feb 19:18

Choose a tag to compare

  • [BUGFIX] Mixin would not fire unless the googleAnalytics.tracker configuration option was explicitly set. It now defaults to analytics.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 the googleAnalytics.globalVariable configuration option, or ga if no value is set.

v1.3.0

07 Feb 15:35

Choose a tag to compare

  • [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

24 Dec 21:24

Choose a tag to compare

  • Adds support for Display Advertising for both analytics.js and ga.js. Enable by setting the displayFeatures configuration to true, it is off by default.

v1.1.0

06 Nov 13:34

Choose a tag to compare

  • Adds support for cookie-related settings: cookieDomain, cookieName, and cookieExpires. This applies to analytics.js only.

v1.0.0

18 Oct 00:47

Choose a tag to compare

  • Initial release of the ember-cli-google-analytics addon