Affiliate Postback Parameters
{tid}
Transaction ID : This identifies the original click for the conversion
{subid1}
Sub ID 1 : Used to track conversion Sub ID’s
{subid2}
Sub ID 2 : Used to track conversion Sub ID’s
{subid3}
Sub ID 3 : Used to track conversion Sub ID’s
{subid4}
Sub ID 4 : Used to track conversion Sub ID’s
{subid5}
Sub ID 5 : Used to track conversion Sub ID’s
{subid6}
Sub ID 6 : Used to track conversion Sub ID’s
{offer}
Offer ID : This identifies the offer for the conversion
{payout}
Payout : This parameter passed the payout amount in decimal. ( eg. 0.99 )
{xid}
Multiple Conversion ID : Used to allow multiple conversions per TID. Each XID must be unique to count as a conversion.
Affiliate Postback Format
GET Format:
http://example.affiliate-network.com/?tid={tid}&subid1={subid1}&subid2={subid2}&subid3={subid3}&subid4={subid4}&subid5={subid5}&subid6={subid6}&offer={offer}&payout={payout}&xid={xid}
POST Format:
Post URL – http://example.affiliate-network.com/
{
"tid" : {tid},
"subid1" : {subid1},
"subid2" : {subid2},
"subid3" : {subid3},
"subid4" : {subid4},
"subid5" : {subid5},
"subid6" : {subid6},
"offer" : {offer},
"payout" : {payout},
"xid" : {xid},
}
Note: When using Postbacks, the server must send a 200 response.