Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GA4 Events show up in Realtime but not in Engagement/Events

I'm sending events with google measurement protocol for Google Analytics 4. The JSON Body i'm sending looks like:

{
   "clientId":"14324532860.16532452526",
   "events":[
      {
         "name":"Monitor_Backend",
         "params":{
            "LicenseSeedStatic":"fefrefervreaihnoigvrioeang",
            "LicenseSeedDynamic":"fgewfreafcaefjnkrgnabfdv",
            "event_action":"Launched Monitor"
         }
      }
   ],
   "userProperties":{
      "anonymous_id":{
         "value":"fefrefervreaihnoigvrioeang"
      }
   }

I'm quite new to events and tracking and i don't understand why the events i sent do show up in the Realtime Dashboard but not under Engagement/Event and also not in BigQuery. So what am i missing here?

like image 568
jo87casi Avatar asked Nov 16 '25 05:11

jo87casi


1 Answers

You have to wait up to 24 hours after the event was sent to see it in the reports.

like image 127
Michele Pisani Avatar answered Nov 17 '25 20:11

Michele Pisani