danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page views not showing

ajmeese7 opened this issue · comments

I know your plugin initialization is working, because on Google Analytics realtime reporting it shows that I have an active session on my Android Cordova application and it displays any events I call in my code.

The issue is that even though I have dozens of places throughout my app where I have code like window.ga.trackView('Coupon Preview');, none of the page views are appearing in Google Analytics.

Is there a way to include the page path, in case that is the issue? On my desktop site all my page views show up with title and page path, but with this plugin I currently don't have either recorded. Any help on this matter would be greatly appreciated!

i tried to "re-activate" some older app and got the same Problem.
The track code should be ok, as it was working as intended 1 year ago. Probably Google hit some switches?

@osterland that is my guess as well. If anybody can tell what they changed and fix it, it would probably be the OP

same issue here

Same issue here, please fix this asap, its so annoying.

Maybe related to the issue #589