Advanced conversion tracking (server to server)
"Server to Server Conversion Tracking" is ideal in situations where you want more control over your conversions and how they're counted. By passing the Conversion Key (ck) value directly to the server, cookies are bypassed and more complicated transactions are possible. For instance, you might want to track how many ads a user clicked before converting, or if they navigated away from the website and came back.
To create a server to server conversion, your first need to modify the destination URL of an ad item to include the [CONVERSION_KEY] macro:
http://website.com/ck=[CONVERSION_KEY]
Once the other server has successfully stored this key and the conversion has happened, the other server is required to do a request to our server with the following URL:
https://servedbyadbutler.com/convtrack.spark?MID=000000&ck="The same value that was replaced by [CONVERSION_KEY]"
Be sure to replace 000000 with your AdButler product ID. You can find this in the URL of your AdButler Dashboard beside "ID= ..."
When AdButler receives the final request, a conversion will be counted.