AbdFatah / analytics-issues

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

Real time displays additional user for timing report #293

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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

iOS SDK 2.0 beta 4

Issue summary:

I have set up a test app for using the Google Analytics API.  I has lots of 
cool features, however I found this bug.  I am the only one using the app, so 
the number of current users listed in the "Real Time" screen on the website 
should be 1.  However, if my app sends a timing to the server, the number of 
users increases to 2. I speculate that the send timing method is sending a 
different user id from the send page view or send event methods.

Steps to reproduce issue:

1. Run a iOS app with the Analytics SDK installed.  Set the reporting interval 
to 0 so all events are sent immediately.
2. Send a pageview or event using the Google Analtyics iOS SDK.
3. View the number of users from the "Real Time" reporting screen on the Google 
Analytics site.
4. Send a timing from the same App.
5. View the number of real time users.  It should have increased by one.

Expected output:

The number of current users should remain the same.

Actual results:

The number of current users increases by one.

Original issue reported on code.google.com by duanempe...@gmail.com on 2 May 2013 at 4:16

GoogleCodeExporter commented 9 years ago
Could you confirm whether this issue exists beyond 2.0 beta4? 

Could not reproduce in 2.0 beta 6 for Android.

Original comment by awa...@google.com on 9 Nov 2013 at 12:32