angularytics icon indicating copy to clipboard operation
angularytics copied to clipboard

The solution to tracking page views and events in a SPA with AngularJS

Results 19 angularytics issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for angularytics! Right now I have the intention to allow multiple GA Trackers. I see that there is an open PR that issues this: Support multiple GA...

Not exactly an issue but something that would be great to have. Using below ``` js .config(function(AngularyticsProvider, ENV) { if(ENV.name === "production") AngularyticsProvider.setEventHandlers(['Console', 'GoogleUniversal']); else AngularyticsProvider.setEventHandlers('Console'); }).run(function(Angularytics) { Angularytics.init(); })...

Is it possible to define trackerName? I could not find any place to define the trackerName for googleanalytics for example

Hi, Please tell me how to set userid of google analytics using this service.

I installed angularytics and follow the doc, but when i run i meet error: ReferenceError: ga is not defined

If possible I would like to have get a new release tag on this project so that it can get pulled from https://rails-assets.org/. Most interested by the optional out of...

Required parameter check `category && variable && value` fails if timing `value` is `0`. This PR fixes the issue by checking if the variable is non-`undefined`.

In the documentation it is written that you can disable the module Angularytics using the following function : AngularyticsProvider.disablePageViewTracking(); Unfortunately, This function does not exists. Any idea how to resolve...

I developed an application in phonegap and deployed your plugin. When open on desktop, works well, I can see the hits in real time through the google panel. But to...