Back

PostBack Integration

Byadmin

This postback integration is only for advanced developers.

Postback support for any type of campaign like Click / Action / Sale

 

Post-conversion supported:

Click Conversion: Refer to the below parameters are identical for Click conversion integration.

Parameter Type Value Description
page_name string admin_click Get the General code from the General setting tab.
customFields json array [{"city":"cityName"}, {"countryName":"countryName"}] optional value
base_url string target url Get Target Link from the General Setting link Convert it to base64_encode format and then assign it to base_url
current_page_url string page url client url of from this API is called and Convert to base 64 encode and then assign to current_page_url
af_id string affiliate id Affiliate Id from external link url ex. NzdtSnkyMklYTWlXU1hIMDhCdkcydz09-Mi0yMA==
script_name string general_integration

 

Action Conversion: Refer to the below parameters are identical for action conversion integration.

Parameter Type Value Description
actionCode string admin_action Get the Action code from the General setting tab.
customFields json array [{"city":"cityName"}, {"countryName":"countryName"}]
base_url string target url Get Target Link from the General Setting link Convert it to base64_encode format and then assign it to base_url
current_page_url string page url client url of from this API is called and Convert to base 64 encode and then assign to current_page_url
af_id string affiliate Id Affiliate Id from external link url ex. NzdtSnkyMklYTWlXU1hIMDhCdkcydz09-Mi0yMA==
script_name string general_integration

 

Order Conversion: Need to call a separate API for order conversion.

Parameter Type Required Description
product_ids integer proudct id
order_id integer order number
order_currency string currrency code like USA,INR
order_total decimal order total
customFields json array [{"city":"cityName"}, {"countryName":"countryName"}]
base_url string target url Get Target Link from the General Setting link Convert it to base64_encode format and then assign it to base_url
current_page_url string page url client url of from this API is called and Convert to base 64 encode and then assigned to current_page_url
af_id string page url Affiliate Id from external link url ex. NzdtSnkyMklYTWlXU1hIMDhCdkcydz09-Mi0yMA==
script_name string general_integration

 

Order product click conversion: Refer to the below parameters are identical for order click conversion integration.

Parameter Type Value Description
product_id string ProductID Pass static value “ProductID”
customFields json array [{"city":"cityName"}, {"countryName":"countryName"}]
base_url string target url Get Target Link from the General Setting link Convert it to base64_encode format and then assign it to base_url
current_page_url string page url client url of from this API is called and Convert to base 64 encode and then assign to current_page_url
af_id string affiliate Id Affiliate Id from external link url ex. NzdtSnkyMklYTWlXU1hIMDhCdkcydz09-Mi0yMA==
script_name string general_integration