Skip to content

Releases: revolunet/angular-google-analytics

Updated version numbers and generated release files

30 Dec 13:58
Compare
Choose a tag to compare

This is a complete version of the 1.1.8 release that includes updated version numbers in the package.json and nuget.nuspec, and has proper release files generated for it.

Separate script injection and tracker setup

02 Nov 04:11
Compare
Choose a tag to compare

Major:

  • Script injection and tracker setup are now separate functions that can be independently called allowing for more flexibility of GA setup by consumers. This change is backwards compatible with existing behaviors.

Minor:

  • Fixed unnecessary angular loading by require if it is already pre-loaded in the environment.
  • Added logging to ga sink function when in test mode.

ngRoute support

25 Mar 10:04
Compare
Choose a tag to compare
  • Support ngRoute module for automatic page tracking and granular no-track setting.

Exception tracking and User Opt-out

19 Dec 20:17
Compare
Choose a tag to compare
  • Added support for the Google Analytics User Opt-out feature
  • Added support for exception tracking via Google Analytics (Universal Analytics only)

Advanced Debugging and AMD Support

12 Dec 05:31
Compare
Choose a tag to compare
  • Adds advanced debugging support for the Universal Analytics script as provided by Google with analytics_debug.js and further trace debugging.
  • Adds support for Asynchronous Module Definition (AMD), which is used by RequireJS for dependency loading. CommonJS loading was already supported, which is used by Browserify and NodeJS.

Multiple trackers and offline mode

13 Sep 01:12
Compare
Choose a tag to compare

All universal analytics functions support multiple trackers now. Some breaking changes were introduced in this release for this support, such as how e-commerce trackers need to be defined. Please read the fully updated documentation to understand the requirements.

An offline mode has been added to support transient connectivity in hosting applications. The application is responsible for setting the mode of the angular-google-analytics service.

customisable multiple trackers

25 Aug 23:48
Compare
Choose a tag to compare

Bumped to 1.0.0 to follow semver for next releases

Thanks to contributors and especially @justinsa

fixes

30 Jul 07:36
Compare
Choose a tag to compare
0.0.18

bump 0.0.18

add ga-track-event-if

09 Jul 08:04
Compare
Choose a tag to compare

added ga-track-event-if for conditional tracking thanks to @jonespen

add getUtmParams

28 May 15:57
Compare
Choose a tag to compare