Hi, My guess is that you have to call tracker.start() for each Activity, as it says this in the example: "Then call its start() method, passing the web property ID *and activity being tracked*." But that's just a guess... So I've posted those questions in the maybe more appropriate discussiongroup http://groups.google.com/group/google-analytics-api Post: http://groups.google.com/group/google-analytics-data-export-api/browse_thread/thread/b3794b6455a1d399
tracker.stop() you have to call when your application is closing. So onDestroy() in your last Activity or onTerminate() in your Application i guess again. But that would mean each onCreate() tracker.start() does not need to have a matching onDestroy() tracker.close() call? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

