Payload structure of Webhook Request Body

Hi there, I haven’t found any information about this so far. What payload structure does the webhook need to have in the request body? Is this something that can be variable?

If so, what are the “minimum required” data points that we should send? Like User Agent, IP Address, Click ID, Timestamp…

Your webhook can contain literally anything.

Both your query parameters from the request URL and a JSON body (if you send one) will be parsed into Event Data by the receiving client (I assume Data Client here) so that you can use those datapoints in your s2s tags.

The structure, format and amount of the data itself are dictated by the destinations you’re sending it to, not requirements of sGTM.

1 Like