✨Postbacks
We use postbacks to let your server know about successful conversions. You can use this information to reward your users and track revenue.
Last updated
We use postbacks to let your server know about successful conversions. You can use this information to reward your users and track revenue.
Your Postback URL is your server endpoint that expects calls from our server. An example Postback URL might look like this:
https://example.com/postback?pay={payout}&curr={currency}&tracking={tracking_id}The following macros are available and will be replaced dynamically when sending you the postback:
{payout}
Publisher earnings in USD$
{currency}
Amount of currency awarded to user
{tracking_id}
Unique User Identifier
In order to ensure the integrity of the postbacks, you can whitelist our server IP. Postbacks are exclusively sent from this IP address:
151.106.106.155We will retry sending the postback in 1 minute intervals with a maximum of 10 tries.
Last updated