rishuk51 / analytics-issues

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

Android tracking takes 3 minutes to show up in real-time analytics even with 1 second dispatch interval #461

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Mobile Tracking

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

Issue summary:
I'm setting the dispatch interval to only 1 second so I can get it in the 
real-time analytics dashboard. However, it's taking exactly 3 minutes before it 
shows up in real-time. In iOS, it shows up right away in real-time. 

Steps to reproduce issue:
1. Add GA tracking code to an Android app
2. Set the local dispatch interval to 1 minute
3. Load up the GA real-time dashboard

Expected output:
Data should show up right away or within a minute in the real-time analytics 
dashboard.

Actual results:
Data takes 3 minutes before showing up.

Original issue reported on code.google.com by c...@townsquaredigital.com on 15 Jul 2014 at 4:27

GoogleCodeExporter commented 8 years ago
I have experimented the same issue on Android.

In my case I have set the local dispatch interval to 5 seconds with the 
following results:
- In Android it takes around 2 minutes to show up the data in the GA real-time 
dashboard.
- In iOS it takes around 5 seconds.

Original comment by daniel.g...@bq.com on 4 Sep 2014 at 1:16

GoogleCodeExporter commented 8 years ago
If you use v4 sdk and play services are installed it will ignore requests to 
dispatch and the dispatch interval setting.   This sucks a lot...

Original comment by schwiz on 31 Mar 2015 at 11:07