Postbacks

We use postbacks to let your server know about successful conversions. You can use this information to reward your users and track revenue.

URL

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}

Macros

The following macros are available and will be replaced dynamically when sending you the postback:

ParameterDescription

{payout}

Publisher earnings in USD$

{currency}

Amount of currency awarded to user

{tracking_id}

Unique User Identifier

Whitelisting

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.155

Retries

We will retry sending the postback in 1 minute intervals with a maximum of 10 tries.

Last updated