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

Google Analytics tracking for your AngularJS apps

Results 35 angular-google-analytics issues
Sort by recently updated
recently updated
newest added

It is just tracking the first page. But when the state is changed, it stops tracking the pages and the active user.

Sometimes currency is a user-selectable option at checkout. I couldn't find a method to change the currency after configuring `AnalyticsProvider`. Could a method be exposed?

enhancement

Hi all, With the new version of angular-ui router, we can't now use your trick. Here what I do: ``` app.run(['Analytics', '$transitions', '$location', function(Analytics, $transitions, $location) { $transitions.onSuccess({}, function(transition) {...

I am trying to track adwords conversions but while I see clicks and I see sales there is no correlation - I cannot attribute the sale to a visit. Its...

Hi, Can I extend this module, to allow injection of the storage location of offline events. So, that as per the application need developer can inject. By default it would...

question

Hi, In my current setup, we don't know the Account (tracking id ) until we make a request to get environment info. So I need to wait to set the...

enhancement

I am tracking pageviews and events in my application. I used the regular expression method setRemoveRegExp to filter out sensitive information from page urls, and this worked OK. However, when...

during usage cross-domain linking on some laptops **cid is incorrect**. For example: **dl:** https://[email protected]&_ga=2.13376453669.21418884567.1494434567-1083593468.1486999114 and **cid** :10835945668.1484569125 so there is a difference between cid on two pages. **Settings on parent...

@revolunet as the repository owner you are the only one who can update the SSH Keys used for deployment to CodeShip. The CodeShip build is failing because it cannot reach...

bug

Hello, I need to set clientId on analytics init but i don't understand how to get it. Here is what i found in google docs: ``` Getting the client ID...

enhancement