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
0 answers

Google analytics not showing traffic despite GTM firing

I'm using Angulartics to implement events and tracking on my site. See: https://github.com/luisfarzati/angulartics We're currently injecting the analytics tracking code with GTM. If we don't inject the snippet, there's no traffic visible in…
user4553997
0
votes
1 answer

Error integrating Angulartics

I´m trying to integrate Angulartics in my AngularJS 1.0.7 web app for Google Analytics. When trying to load the main page I get this error: Uncaught TypeError: undefined is not a functionangulartics.min.js:6 (anonymous function)angular.js:2892…
Rober
  • 5,868
  • 17
  • 58
  • 110
0
votes
2 answers

Angulartics doesn't track my events on buttons or links

I've followed the "tutorial" on Angulartics' website and ended up with this event code on my buttons and links: Buttons
0
votes
0 answers

Injecting Angulartics

I am having issues injecting Angulartics into my application. When I include Angulartics, I get the following error: Unknown provider: $routeParamsProvider <- $routeParams <- $route I am following this guide. This is my code snippet for…
dchang16
  • 3
  • 2
0
votes
0 answers

can't get mixpanel with angulartics to work

I'm testing out the example angulartics code for mixpanel on my mixpanel account and all requests to the mixpanel track api are cancelled and show in red in Chrome network tab. My…
chovy
  • 72,281
  • 52
  • 227
  • 295
-1
votes
1 answer

Calling Angulartics functions gives error

I want to use angulartics. I have added "angulartics" and "angulartics.google.analytics" But when I call $analyticsProvider.firstPageview(true); from my config function in app.js it gives me error.
twitch
  • 225
  • 1
  • 13
1 2 3
4