Note: Advanced features require the help of a developer to set up - inquiries regarding set up of this fall outside the scope of our support.
Affiliates can configure callbacks in order to get conversions posted to their system by configuring callbacks triggers. This is possible by following these steps:
Affiliates will first need to configure a subID as follows:
Click on ‘Assets’ > Click on ‘Advanced’ > Then click on ‘Add meta-data’
Here, affiliates can add subIDs as key-value pairs.
After this, affiliates can compose the link
https://yoursubdomain.tapfiliate.com/p/triggers/
in order to access the area where they can set up a trigger which will fire the callback URL when a conversion is recorded.The trigger event should be ‘conversion created’. Then, the ‘webhook’ action can be selected.
The webhook action should be configured by your affiliate as outlined in the following example:
URL:
https://my-tracking-system.com/?subid=${conversion.click.meta_data[subid1]}&amount=${conversion.amount}&order_id=${conversion.id}
Method: POSTOnce these configurations have been made, a callback will fire every time a conversion is recorded.