Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
<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>

* There is no way to use sub1-sub4 parameters with Container integration type.

...

When an advertiser already has an API for fetching conversions via their API. In this case, we should implement integration.

To use sub1-sub4 you should sub4 the Advertiser should notify us which values from your API should be stored on our side and we will prepare the appropriate implementation on our side.

...