kotmyrevich / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Only some, but not all Screens and Events are appearing in Real Time reports #417

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Name of affected component: Mobile Tracking

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): Android - Analytics SDK V3

Issue summary:
Only some of the screens and events are showing in the Real Time console.  The 
data is very spotty there.  However after waiting 24 hrs I can see that all of 
the screens and events are properly being captured.

Steps to reproduce issue:
1. Implemented auto activity tracking
2. Implemented event sending via 
tracker.send(new HitBuilders.EventBuilder()
                            .setCategory(ElsEvents.UI_EVENT)
                            .setAction(ElsEvents.TWITTER_ENABLED)
                            .build());
3. View activity on Real Time console
4. Wait 24 hrs and then view reports under Behavior

Expected output:
Expect to see all Screen and Event activities in Real Time

Actual results:
Only see a small subset of activity in Real Time, but all activity appears 
after 24 hrs.

Original issue reported on code.google.com by cainw...@gmail.com on 9 Apr 2014 at 6:44

GoogleCodeExporter commented 8 years ago
This is by design, see here :
http://www.e-nor.com/blog/google-analytics/mobile-analytics-real-time-reporting-
not-what-youd-expect

Original comment by r...@redshift.fr on 4 Dec 2014 at 4:57