Trigger Postbacks Programmatically
How to trigger postback url from your site using the AnyTrack TAG.
Once you have added the AnyTrack tag on your webpage, a programmer can trigger postback urls and add AnyTrack {click_id}
for attribution automatically.
AnyTrack will automatically trigger that hook and replace {click_id}
with the current user client id.
If needed, itβs allowed to send more details with the webhook in the third argument:
Extracting AnyTrack `atclid`
On some cases, it's require to extract AnyTrack client id and use it later for attribution. You can simply do so using the following code:
Learn more about triggering postbacks automatically for third-party pixels.
Last updated