angular-ga icon indicating copy to clipboard operation
angular-ga copied to clipboard

Google Analytics for your Angular application

Results 9 angular-ga issues
Sort by recently updated
recently updated
newest added

Now, when trying to `ng update` to versions > 8, developers will get the following console error: > Package "angular-ga" has an incompatible peer dependency to "@angular/core" (requires "^8.0.0" (extended),...

Currently it throws e.g. "Package "angular-ga" has an incompatible peer dependency to "@angular/core" (requires "^8.0.0" (extended), would install "10.2.4")." while trying to update to Angular 10.

It is not working with measurement id provided by google analytics. I am trying to implement event tracking using this Extension. However it is giving me error `ERROR Error: Could...

Added an optional parameter to remove sending a pageview when calling the configure method. Closes #7

Hi, I would like an option to prevent the configure method on the gaService from sending a pageview. I have some re-write rules within the application that I run before...

Hello, I like this library, it is easy to use and set up quickly and it has the possibility to change the trackerId dynamically. While playing around with this application...

Can you add the other optional params for the configure method in your code? This would be much appreciated! Google allows several more params to the create call which include...

enhancement
help wanted

Hi -- Is there a demo page somewhere to demonstrate how to use this lib in Angular? I'd like to see how to make the various GA tracking calls through...

If so, how do I do it? I am struggling to send custom fields, such as the user id. I would really appreciate any help. Thanks in advance