rishuk51 / analytics-issues

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

Events sent to a mobile property don't show up in RealTime unless a screen name is passed #724

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Name of affected component: Measurement Protocol

Issue summary:
Events sent only with parameters ec, ea, el, ev, t, v, tid, cid don't show up 
in real time view of a mobile property. When cd was added, the event showed up.

Steps to reproduce issue:
1. Create a mobile property
2. Use Measurement Protocol to send an event. Example of payload: 
ec=test&ea=test&el=test&ev=100&t=event&v=1&tid=UA-XXXXXXXX-X&cid=F1370E9A-CD0B-4
5B5-B0C2-7BB1C29C2D91
3. Check Real Time view to confirm event doesn't show up
4. Later, check the regular report to confirm even was sent
5. Send the same event, but this time add &cd=test
6. See event in real time

Expected output:
Event should show up in real time even without a screen name

Actual results:
Event doesn't show up in real time

Original issue reported on code.google.com by borbol...@gmail.com on 27 Aug 2015 at 6:44