Hi, I would like to implement <a href="http://code.google.com/apis/ analytics/docs/tracking/mobileAppsTracking.html">Google Analytics for Mobile</a> ) into my app <a href="http:// androidchess.appspot.com">Chess Walk</a>. I want the following behavior: * for every Activity the user enters, generate a pageview * only send usage data to Analytics after user logs in to play online How exactly should I do this? Should I perform tracker.start("UA-YOUR- ACCOUNT-HERE", this); in every Activity's onCreate() method or just in the main Activity? When to call tracker.stop(); ?
-- 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

