Available Conversion / Postback Parameters
{tid}
Transaction ID : Required – This identifies the original click for the conversion
{timestamp}
Timestamp for Conversion : This field can be passed to the server to reflect the actual time of conversion from your pages. Format: Unix Timestamp
{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
{payout}
Payout Revenue : This field can be passed to override the current revenue set by the converting offer. This overrides all revenue override rules.
{ip}
Ip Address : Used to pass the converting IP address
{offer}
Offer ID : This parameter is generally only used for pixels. You can pass just the offer in the URL – The platform will search the cookied user for the TID
Request type GET (Postback or Pixel)
Postback as GET
http://postbackme.com/?tid={tid}×tamp={timestamp}&subid1={subid1}&subid2={subid2}&subid3={subid3}&subid4={subid4}&subid5={subid5}&subid6={subid6}&payout={payout}&ip={ip}&offer={offer}
Note: If using a pixel, the tracking domain and the postback domain MUST be the same.
Tracking link:
http://kuala-trk.com/click?offer=...
Pixel:http://kuala-trk.com/conversion.gif?tid={tid}×tamp={timestamp}&subid1={subid1}&subid2={subid2}&subid3={subid3}&subid4={subid4}&subid5={subid5}&subid6={subid6}&payout={payout}&ip={ip}&offer={offer}
As a script tracking pixel
http://kuala-trk.com/conversion.js?tid={tid}×tamp={timestamp}&subid1={subid1}&subid2={subid2}&subid3={subid3}&subid4={subid4}&subid5={subid5}&subid6={subid6}&payout={payout}&ip={ip}&offer={offer}
Request type POST (Postback Only)
Post URL
http://postbackme.com/
Post body
{
"tid" : {tid},
"timestamp" : {timestamp},
"subid1" : {subid1},
"subid2" : {subid2},
"subid3" : {subid3},
"subid4" : {subid4},
"subid5" : {subid5},
"subid6" : {subid6},
"payout" : {payout},
"ip" : {ip},
"offer" : {offer},
}
http://postbackme.com/