ember-google-analytics
ember-google-analytics copied to clipboard
Ember.JS Plugin that makes Google Analytics just work.
Solves 2 deprecations: - user of instance initializer to access the router - initializer arity
This removes the following deprecation: http://emberjs.com/deprecations/v1.x/#toc_access-to-instances-in-initializers
Any interest in transforming this plugin into an ember-addon?
Google Tag Manager doesn't use the default tracker, so "send" calls need to be prefixed with the tracker id. This change uses the first tracker if multiple trackers are defined,...