Difference between revisions of "Configuring postback for Bemob"

From Service Manual Kadam.net
Jump to: navigation, search
(Created page with "In order to set up Postback with <b>Bemob</b>, the following steps are required: 1. Go to the "Create Traffic Source" campaign settings.<br/> 2. Postback URL - specify the ad...")
 
 
Line 16: Line 16:
 
5. Next, go to the Kadam personal cabinet and create a new campaign. In the "Campaign URL" field, paste the copied link with the click_id parameter.<br/>
 
5. Next, go to the Kadam personal cabinet and create a new campaign. In the "Campaign URL" field, paste the copied link with the click_id parameter.<br/>
  
After all the settings, it is definitely recommended that before launching the campaign, do a test conversion strictly according to '''[[Test_conversion||instructions]]'''
+
After all the settings, it is definitely recommended that before launching the campaign, do a test conversion strictly according to '''[[Test_conversion|instructions]]'''

Latest revision as of 12:39, 15 January 2024

In order to set up Postback with Bemob, the following steps are required:

1. Go to the "Create Traffic Source" campaign settings.
2. Postback URL - specify the address: https://kdtrk.net/ru/postback/?data={click_id}&payout={cost}&status={status}

Postbackbemob1.1.png

3. In "Options", in front of "External ID" write:
in the first column click_id
in the second {click_id}
To pass on the value of the payout, you can spell it out against "Costs":
in the first column cost
in the second {cost}

Clickidbemob1.png

4. You need to wrap the {click_id} parameter name in a macro in the URL of the offerer and pass in a suitable click_id parameter.
Example: https://example.com/XXXXXXXXXXXXXX?click_id={click_id}

5. Next, go to the Kadam personal cabinet and create a new campaign. In the "Campaign URL" field, paste the copied link with the click_id parameter.

After all the settings, it is definitely recommended that before launching the campaign, do a test conversion strictly according to instructions