Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Conversion information can be transmitted by:

  1. Postback  
  2. Pixel 
  3. Container

Postback

Better to use, since in this case there is only one redirect when following a tracking link.

https://app.indoleads.com/acquisition?click_id=CLICK_ID&security_token=SECURITY_TOKEN&rate=AMOUNT&currency=USD&txn_id=UNIQUE_TRANSACION_ID

Pixel

Add on your “thank you page” tag ing:

 <img  style="visibility:hidden;" src="https://app.indoleads.com/pixel?adid=3&rate=AMOUNT&currency=USD&txn_id=UNIQUE_TRANSACION_ID&cat=CATEGORY_CODE">

Click_id will be detected by cookie.

Container

Add on your “thank you page” tag script:

<script>

//unique transaction id

var TXN_ID = {YOUR_TXN_ID};

// publisher commission

var RATE = {AMOUNT};

// order currency

var CURRENCY = "USD";

// indoleads offer id

var OFFER_ID = 3;

// network domain

var NETWORK =  "https://app.indoleads.com";

</script>

<script src="https://app.indoleads.com/js/platform/pixel.js"></script>


Click_id will be detected by a cookie.

  • No labels