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?