Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added status to Postback type

Conversion information can be transmitted by:

Table of Contents

...

The postback types

Postback

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

...

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


  1. click_id – is a unique and dynamic set of characters, generated by Indoleads Network. It is sent through an offer URL and returned through POSTBACK URL after the conversion is complete.
  2. security_token - unique token provided to Advertiser

...

rate – commission amount

  1. , available on the offer detail page
  2. rate | revenue – commission amount
  3. sale_amount - for the case if the commission amount is not defined
  4. currency - the currency of conversion
  5. txn_id – unique order/transaction id generated from your platform, any random unique number. This helps to avoid duplicates.
  6. status -  it may be the value of:
    1. pending (by default)
    2. approved
    3. declined
  7. sub1
  8. sub2 
  9. sub3
  10. sub4

Pixel

Add on your “thank you page” tag ing:

...