Using Google Analytics, I'd like to send some events from a service that runs in the background without messing up session statistics. These events are not user initiated (like certain model bluetooth devices causing problems). The service will be running without any user interaction, so i don't want to conflate events from the service with UI sessions.
What is the best way to set up GA for this? (1) Use one GA profile/property : UI and service send events to this property (UA-xxxxxx-1), but service uses HitBuilder.setNonInteraction() [i'm having trouble testing this] (2) Use two GA properties : UI sends to one (UA-xxxxxx-1), service sends to another (UA-xxxxxx-2). or something else ... Thanks -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

