Difference between revisions of "Configuring postback for Keitaro"

From Service Manual Kadam.net
Jump to: navigation, search
(Created page with "In order to set up Postback with <b>Keitaro.io</b>, you need to follow the steps below: 1. Go to the campaign settings.<br/> 2. Open the S2S Postbacks tab.<br/> 3. URL - spec...")
 
 
Line 21: Line 21:
 
You will also need to select the "your version" acceptance pattern:<br/>
 
You will also need to select the "your version" acceptance pattern:<br/>
 
specify for field confirmed the value - confirmed<br/> for hold - hold<br/> for field rejected - declined, trash<br/>
 
specify for field confirmed the value - confirmed<br/> for hold - hold<br/> for field rejected - declined, trash<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:25, 15 January 2024

In order to set up Postback with Keitaro.io, you need to follow the steps below:

1. Go to the campaign settings.
2. Open the S2S Postbacks tab.
3. URL - specify the address: https://kdtrk.net/ru/postback/?data={external_id}&status={status}
Send method - select GET method.
Status - select the first three conversion statuses.
4. Click "Add External Postback"

Keitaropostback.png


5. Go to Campaigns and select Options
6. In the second column of campaign parameters, we specify the name of the parameter where the source sends the actual value of the required label in the macro. In this case, it is external_id
7. In the third column of campaign parameters, we specify the {click_id} macro where the source sends the actual value:

Keitarourl.png

8. In the URL of the offerer, you need to wrap the parameter name from the second column as {click_id} in the macro and pass in the matching parameter.
Example: https://example.com/?utm_source=keitaro&external={click_id}

9. Save.

10. 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
You will also need to select the "your version" acceptance pattern:
specify for field confirmed the value - confirmed
for hold - hold
for field rejected - declined, trash
After all the settings, it is definitely recommended that before launching the campaign, do a test conversion strictly according to instructions