revolunet / angular-google-analytics

Google Analytics tracking for your AngularJS apps
MIT License
652 stars 172 forks source link

Screen views are not counted in Google Analytics #173

Closed beeches closed 8 years ago

beeches commented 8 years ago

Hi,

I'm tracking pages manually by using Analytics.trackPage in the controllers of my app using the following call:

Analytics.trackPage(page, screenName, { 'appName': appName, 'appVersion': appVersion, 'screenName': screenName, 'dimension1': gaEnvironment, 'dimension2': testValue });

When checking the numbers in the Analytics account I see the screen names being tracked but all numbers (screen views, avg. time etc.) are 0.

Can anyone give me a hint what's wrong here?

Thank you!

beeches commented 8 years ago

145 helped me out