Reputation: 2356
I'm using Google analytics and I notices that some of my active screens names are (not set) while watching real time report (see image)
The Google analytics configuration is set to automatically collect activity information.
Anyone have a clue why it happen or how can I debug this?
Upvotes: 5
Views: 1198
Reputation: 2356
The problem was that I sent events via broadcast receiver that was receiving push in the background. The events were count as a new session (thus appearing as a user in real time) and because the session wasn't related to any activity the name as "Not set".
The solution that I did is to create a new property in Google Analytics and using different tracker for these events.
Upvotes: 5