Postback Documentation

Our server will call your URL on each successful conversion. See below for an example postback URL:

https://exampleurl.com/postback.php?offerID={offer_id}&offerName={offer_name}&subid1={s1}&payout={amount}&transID={transaction_id}&ip={ip_address}&secret={hash}

Macros
The following macros are available to use in your postback URL.
  • {offer_id} - ID of offer.
  • {offer_name} - Name of the offer, url encoded.
  • {user_uid} - The id of your user passed in the iframe link.
  • {s1} - Affiliate sub specified in the tracking link.
  • {s2} - Affiliate sub 2 specified in the tracking link.
  • {s3} - Affiliate sub 3 specified in the tracking link.
  • {s4} - Affiliate sub 4 specified in the tracking link.
  • {s5} - Affiliate sub 5 specified in the tracking link.
  • {amount} - The amount that your user should receive for this conversion in your converted currency. For example: if the payout amount is 50 and the conversion is worth $1, we will send "50" in this field.
  • {transaction_id} - ID of click and conversion on the network.
  • {ip_address} - The ip address of the user.
  • {hash} - secret hash generated using: md5($user_uid . $offer_id . $transaction_id . $placementID)

Whitelist IPs
Please whitelist our server IP address: 67.205.182.39