Support Questions:What is the global Server2Server postback pixel for my network
From HasOffers
To setup a global postback pixel, you will setup your offers to use Server Postback with Transaction ID. The url for offers that use the tracking method of Server Postback with Transaction ID, are the same. You can have other networks place the URL as a global Server2Server postback URL. They will just need to append the transaction ID value into the URL. You will need to pass in {transaction_id} into their tracking links so that they can pass this value back to you on conversion.
http://demo.go2cloud.org/aff_lsr?transaction_id=TRANSACTION_ID
The other network / advertiser will need to replace TRANSACTION_ID dynamically with the value of transaction that you passed into their trackings links.
You can have them place this Server Postback URL as a pixel instead by just wrapping the URL in HTML image tags. See below
<img src="http://demo.go2cloud.org/aff_lsr?transaction_id=TRANSACTION_ID" width="1" height="1" />
Email this page to a friend or co-worker