iphone - Google Analytic not updated in iOS Cordova 2.0.0 App -
i working on ios app using cordova 2.0.0, , want use google analytics, followed github link step step, unfortunately ga not updated, difference in link readme file "make sure running cordova(phonegap) 1.5.0" , use cordova 2.0.0 see repo updated 2.0.0 , app work right ga not updated
and here code call in ondeviceready method, start ga , add event
var googleanalytics = window.plugins.googleanalyticsplugin; googleanalytics.starttrackerwithaccountid("xx-xxxxxxxx-x"); googleanalytics.trackevent("category", "action", "label goes here", 666);
can 1 or face same problem?
kindly follow below link,its helpful , worked me. ----> https://github.com/jelled/google-analytics-cordova-ios
Comments
Post a Comment