...Just add Angulartics to your app dependencies and you'll get automatic pageview tracking for your application routes. Download Angulartics and the Angulartics plugin for your vendor. Note: All plugins list Angulartics as a dependency, so they will be downloaded together. Load the relevant files in your applications html (or include them in your build script). In your application dependencies, inject Angulartics and the Angulartics plugin for your vendor. The simplest way to do event tracking is by adding the attributes analytics-on and analytics-event to the element. analytics-on always needs to be present, because it is the attribute that enables event tracking for the element. ...