Postback (aka pingback, server to server pixel (s2s pixel) or cookie-less tracking) is a mechanism that allows the affiliate program to transfer conversion data to your tracker.
A Postback can be created for any promotional material on the last stage of its creation or in the settings of the promotional material from the subsection "Promo Archives".
You can create a postbask for the next events:
1. Registration
2. First deposit
3. Deposit
4. CPA qualification
5. Partner income per day (is send once per day)
Partner income parameter is connected to the affiliate link, not to each player.
Postbacks support an unlimited number of parameters for postback links. If a partner needs some other options except transaction_id, he can use a referral link as following:
http://anyreflink.com/?p12345p12345peb61&promo={transaction_id}|foo=bar|item=value
In this case the subid ("promo" parameter) will be parsed and parameters “foo” and “item” will be transferred to the postback. The postback link will look as following:
http://track.anyurl.net/?offer_id=777&transaction_id={transaction_id}&foo={foo}&item={item}
An unlimited number of key and value pairs is allowed, the only limitation is the length of the entire subid string as it should be no more than 255 characters.
Example URL for the registration event:
http://track.anyurl.net/?offer_id=777&transaction_id={transaction_id}
Where in {transaction_id} will be subid parameter transferred to an affiliate link.
Example URL for the deposit event:
http://track.anyurl.net/goal_id=333&transaction_id={transaction_id}&amount={amount}
Where in {transaction_id} will be subid transferred to an affiliate link; the deposit amount will be transferred to {amount}.
Example URL for the First deposit event:
http://track.anyurl.net/goal_id=888&transaction_id={transaction_id}&amount={amount}
Where in {transaction_id} will be subid transferred to an affiliate link; the First deposit amount will be transferred to {amount}.
Example of the affiliate link:
http://anyreflink.com/?p12345p12345peb61&promo={transaction_id}
The partner puts the parameter that he needs for the Postback to the {transaction_id}
The permissible length of {transaction_id} is 255 characters.
