cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

only show in realtime #36

Closed sing0730 closed 9 years ago

sing0730 commented 9 years ago

My stat only show in realtime.I cant see any information in app overview. I use following code to send.

analytics.sendAppView(title, null, null);

Thanks for your help!

cmackay commented 9 years ago

Because you are seeing the information in realtime, It appears everything is working properly. The analytics reporting data in the non-realtime areas is delayed. The Google Analytics docs go into more detail on this but just doing a quick search I found the following:

http://www.quora.com/How-lagged-is-the-reporting-of-Google-Analytics

Hope this helps.