Reputation: 330
I have a GA4 property linked to BigQuery and my application is sending some custom events. Some of the events are sent by the standard JS library, and some of the events are being sent by the back-end, via the Measurement Protocol API.
All events are visible in the Realtime report in the GA dashboard. However, when I look at the data that is sent to BigQuery, only the events sent via the front-end are there. Events sent via the Measurement Protocol API are not present in BigQuery.
I did not create any custom event or custom dimensions in the GA dashboard, as I understand this is not a requirement for the data that is sent to BigQuery.
Are the events tracked by the Measurement Protocol API expected to be seen in BigQuery? Any other action needed?
Upvotes: 0
Views: 491
Reputation: 330
Yes, events sent via the Measurement Protocol API are expected to be sent to BigQuery when the property is linked. No additional configuration required.
I was sending events to wrong property and that's why I wasn't seeing them!
Upvotes: 0