I am sending events through Google's Measurement API - not the "normal" JS API.
I started sending events about 80 hours ago (late Thursday through early Monday).
On a normal day, we send about 200-400 events. There is exactly one filter applied (filtering out a single office IP address) to the view.
Expected behavior: Events show up fine both in the real-time view as well as the reports under "Behavior".
Observed behavior: Events only show up in the real-time view, but not in the reports under "Behavior".
I guess you have some errors in your request data. You didn't mention params that you are sending to GA server but I had the same issue and I can tell about my experience. I was sending such parameters to GA server (PHP, using Measurement Protocol):
['uid' => $user->id, 't' => 'event', 'ec' => 'article', 'ea' => 'create', 'el' => 'pageview']
GA displayed events in real-time view but not in Behavior section. I solved my problem when I replaced 'uid' by 'cid', it wasn't a problem in my project. But I assume if you want to use 'uid' parameter you have to activate 'User-ID' function:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With