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.