Google Analytics tracking for hybrid Cordova app
I am trying to implement google analytics into Hybrid cordova app. following google documentation from below link https://developers.google.com/analytics/devguides/collection/analyticsjs/
Initial configuration doesnt even works.I cant see any events logging to Google Analytics dashboard.Have anyone used this analytics.js for Cordova apps?
I eventually found out that Google account was getting effected with spam bots I was getting some random spam records in analytics. So I found of that the account with tracking I'd ending with '1' is more likely to be effected by spam.I created a new property into same account which gives tracking id ending with '2'.I am now getting all of my records recorded properly in analytics.
链接地址: http://www.djcxy.com/p/81340.html下一篇: 谷歌分析跟踪混合科尔多瓦应用程序