- Oct 22, 2012
- 13
- 0
- 0
I have used Google Analytic in my android application but I am not getting the updates(or not created the session) on my Google Analytic account.
please help...................................
I am using Google Analytic api....................
tracker=GoogleAnalyticsTracker.getInstance();
tracker.start(accountId, this);
tracker.trackPageView("/MainActivity");
tracker.trackEvent("ActionEvent","ActionButton", "Buttonclicked",4);
tracker.dispatch();
My apps run successfully with these methods but I am not getting the updates on my Google Analytic account.
plese help..............
-Thanks In Advance
please help...................................
I am using Google Analytic api....................
tracker=GoogleAnalyticsTracker.getInstance();
tracker.start(accountId, this);
tracker.trackPageView("/MainActivity");
tracker.trackEvent("ActionEvent","ActionButton", "Buttonclicked",4);
tracker.dispatch();
My apps run successfully with these methods but I am not getting the updates on my Google Analytic account.
plese help..............
-Thanks In Advance