-
Missing Measurement Protocol events in BigQuery
So, I’ve got a GA4 property tied in with BigQuery, and my app is hurling some custom events its way. Some of the stuff is shipped off via the standard JS library, while some is trucked over from the back-end through the Measurement Protocol API.
Now, everything appears in the Realtime report on the GA dashboard. But weirdly enough, when I peek at the data sent to BigQuery, only the events dispatched via the front-end are there. Those shipped through the Measurement Protocol API are MIA in BigQuery.
Just to clarify, I didn’t conjure up any custom event or dimensions in the GA dashboard, ’cause it seems like this isn’t a must for the data sent to BigQuery.
So, should I be seeing the events tracked by the Measurement Protocol API in BigQuery? Anything else I should be doing?
Log in to reply.