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

Not able to see any results in google analytics console

manivacube opened this issue · comments

When we tried to add this plugin with cordova mobile apps(both ios & android), we are not able to see any results. We are not sure whether it is working properly or not. Actually we are not clear with the steps for the integration. Could you people please provide step by step guide(both analytics project setup & plugin integration) to integrate this with our app.

Dev details:-

  • Added plugin like below
    Screenshot 2020-10-28 at 5 14 04 PM

  • Initiated in the ondevice ready event like below
    window.ga.startTrackerWithId('UA-XXXX-XX', 30);

  • Tracked view details like below
    window.ga.trackView(${window.device.platform} : Mobile App Login Screen);

Did you make it work?

i'm facing same issue.