ember-google-analytics icon indicating copy to clipboard operation
ember-google-analytics copied to clipboard

Ember.JS Plugin that makes Google Analytics just work.

Results 4 ember-google-analytics issues
Sort by recently updated
recently updated
newest added

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,...