Oct 27, 2011

Google Analytics tracking multiple accounts

Hi.
Yesterday one of my project's lead decided to track analytics data in Google Analytics http://www.google.com/analytics/ system.
Simple.
But: we also needed to track data for two accounts at one time (don't ask me why :).

The problem is that GoogleAnalyticsTracker object is a singleton object. Because of this, we can have only one tracking account in the application. On the Web, this problem can be overrided, but on Android and iOS it can't be because of Google SDK restrictions.
Here is the StackOverflow ticket with the same problem.

Now I'm looking at Flury http://www.flurry.com/, maybe this system will help us?

No comments: