
Once you have added the AnyTrack tag on your webpage, a programmer can trigger postback urls and add AnyTrack `{click_id}` for attribution automatically:
<script>
AnyTrack('postback', 'https://hook.integromat.com/gnc44c?clickId={click_id}');
</script>
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:
<script>
AnyTrack('postback', 'https://hook.integromat.com/gnc44c?clickId={click_id}', {
brand_name: 'bar',
value: 59.99,
// ...
});
</script>
Comments
0 comments
Please sign in to leave a comment.