Hi,
I’m encountering a challenge with implementing GA4 tracking when the data source is a webhook. I’m passing all the required data, including client and session IDs, via the webhook payload. However, despite testing both standard and advanced GA4 tags (mapping all parameters correctly), the resulting events are missing key insights, such as device information, session attribution, and more (used GA4 BigQuery Export data for comparison).
I’ve previously been using the Measurement Protocol, but this was an attempt to consolidate all tracking within sGTM.
How would you recommend proceeding? Is it viable to try using the Measurement Protocol within sGTM by calling https://www.google-analytics.com/mp/collect via an HTTP request tag?