Webhook endpoint
Last updated
Was this helpful?
Last updated
Was this helpful?
When you create a campaign you must define a property webhook_endpoint. This endpoint in an https url that can contains placeholder
[CAMPAIGN_ID]
[AUDIENCE_ID]
[CAMPAIGN_NAME]
[REFERENCE_ID]
[TIMESTAMP]
All placeholders exists with an ENC_ name for url encoded values.
Example :
https://endpoint.company.com/api/v1/endpoint_notify/campaign/[CAMPAIGN_ID]
You may have to pass some custom data on your network and get them back in your endpoint.
In the UE, the UK, Iceland, Liechtenstein and Norway, unless specifically and by written authorized not to, do not call the tag if you didn't previously collected a valid consent for Purposes 1 & 3 and Vendor 53 under the , and add the mandatory parameters in the URL.
TAG WILL ACCESS A COOKIE : DO NOT CALL IT UNLESS YOU PREVIOUSLY COLLECTED A VALID CONSENT TO DO SO WHENEVER REQUESTED BY LOCAL LAW
Add this pixel in your network :
&
args_myfirstarg
=XXXX&
args_mysecondarg
=YYYYY
When you create your campaign you must precise filter_partner_audience: true.
In the JSON body notification you will receive this object :