Questions tagged [angulartics]

Angulartics is an AngularJS module that enables web analytics for your application using the vendor of your choice.

Angulartics is an AngularJS module that enables web analytics for your application using the vendor of your choice.

Three three main areas coverd under the tracking are

  • Page Tracking
  • Event Tracking
  • Scroll Tracking

These events include tracking any action by catching any valid DOM event (click, hover, etc). In order to track pageviews and events from within the application logic, need to inject $analytics and invoke either the pageTrack() or eventTrack() methods.

Currently the supported vendors are Google Analytics, Kissmetrics, Mixpanel, Chartbeat, Segment.io.

If your question is related to the usage of the Angulartics module, you should use this tag.

51 questions
0
votes
1 answer

Jasmine Mock for nested Object in Angulartics

I have an Angular 2 project. In that project I have imported the Angulartics npm package and injected it into one of my components. In my component I am making a single call that I need to mock for an existing unit…
user1247395
  • 409
  • 1
  • 9
  • 20
0
votes
1 answer

Angulartics and Google Analytics custom reports

I am trying to send custom dimensions and metrics to Google Analytics via angulartics but the report failed everytime on a particular point. I need to track the country, page, product name display (not on every pages) and some metrics as price etc.…
JohnCooper
  • 15
  • 2
  • 10
0
votes
0 answers

angulartics piwik not working

I have a angularjs SPA and want to track page views with piwik. I have the following setup: index.html: ... ...