Translations:Настройка postback для СРА/1/en — различия между версиями

Материал из Справочник сервиса Kadam.net
Перейти к: навигация, поиск
(Новая страница: «The postback mechanism (aka pingback, aka s2s) is used to notify you of a successful conversion. This article contains information about setting up a conversion n…»)
 
 
Строка 6: Строка 6:
 
To send a postback tag (ClickId) from the Kadam service, you need to add the macro <span style="color: red">[CPA]</span> to the ad link, for example:
 
To send a postback tag (ClickId) from the Kadam service, you need to add the macro <span style="color: red">[CPA]</span> to the ad link, for example:
  
<span style="color: red"><code>http<nowiki/>://www.test.ru/home/?subid=[CPA]</code><br/></span>
+
<span style="color: red"><code>http<nowiki/>://www.test.ru/home/?subid=[CPA]</code><br /></span>
  
 
After clicking on an advertisement on the site, the user is taken to the advertiser's site, the link of this site will already be with a special label in the form of the usual <span style="color: red">get</span> parameter.
 
After clicking on an advertisement on the site, the user is taken to the advertiser's site, the link of this site will already be with a special label in the form of the usual <span style="color: red">get</span> parameter.
Строка 12: Строка 12:
 
An example of an advertised link with an arbitrary tag value:
 
An example of an advertised link with an arbitrary tag value:
  
<span style="color: red"><code>http<nowiki/>://www.test.ru/home/?subid=0000x4a7d1ed414474e4033ac29ccb8653d9b</code><br/></span>
+
<span style="color: red"><code>http<nowiki/>://www.test.ru/home/?subid=0000x4a7d1ed414474e4033ac29ccb8653d9b</code><br /></span>
  
 
where <span style="color: red">get</span>, the parameter in this case is <span style="color: red">subid</span>, with the value <span style="color: red">0000x4a7d1ed414474e4033ac29ccb8653d9b</span>. The parameter value is generated dynamically and differs for each unique transition.
 
where <span style="color: red">get</span>, the parameter in this case is <span style="color: red">subid</span>, with the value <span style="color: red">0000x4a7d1ed414474e4033ac29ccb8653d9b</span>. The parameter value is generated dynamically and differs for each unique transition.
Строка 23: Строка 23:
  
 
After the user performs the action (registration, etc.), the advertised resource or affiliate program should call our postback link,
 
After the user performs the action (registration, etc.), the advertised resource or affiliate program should call our postback link,
which looks like this: <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?data={subid}</code><br/></span>
+
which looks like this: <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?data={subid}</code><br /></span>
  
 
where <span style="color: red">{subid}</span> is an example of the parameter to which the [CPA] tag is transmitted in the advertised link. Depending on various factors (partner network, advertiser CRM, etc.), the parameter can be any (for example, {sub}, {sub1}, {sub_id}, {sid}, etc.).
 
where <span style="color: red">{subid}</span> is an example of the parameter to which the [CPA] tag is transmitted in the advertised link. Depending on various factors (partner network, advertiser CRM, etc.), the parameter can be any (for example, {sub}, {sub1}, {sub_id}, {sid}, etc.).
Строка 29: Строка 29:
 
For the data from the example advertised link above (with the specified arbitrary tag value) the postback link will look like this:
 
For the data from the example advertised link above (with the specified arbitrary tag value) the postback link will look like this:
  
<span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?data=0000x4a7d1ed414474e4033ac29ccb8653d9b</code><br/></span>
+
<span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?data=0000x4a7d1ed414474e4033ac29ccb8653d9b</code><br /></span>
  
Usually the parameter in the advertised link that takes the values ​​of the [CPA] tag matches the one that is then indicated and sent back to our network in the postback.<br/>
+
Usually the parameter in the advertised link that takes the values ​​of the [CPA] tag matches the one that is then indicated and sent back to our network in the postback.<br />
Arbitrary examples of advertised link and postback:<br/>
+
Arbitrary examples of advertised link and postback:<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Subid=[CPA]</code><br/></span>
+
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Subid=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={subid}</code><br/></span >
+
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={subid}</code><br /></span >
or<br/>
+
or<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Sub1=[CPA]</code><br/></span>
+
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Sub1=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={sub1}</code><br/></span >
+
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={sub1}</code><br /></span >
  
But there are exceptions (very rarely in some partner networks, for example, Vlk.partners), when the parameter in the advertised link may not coincide with the parameter in the postback.<br/>
+
But there are exceptions (very rarely in some partner networks, for example, Vlk.partners), when the parameter in the advertised link may not coincide with the parameter in the postback.<br />
For example:<br/>
+
For example:<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Сid=[CPA]</code><br/></span>
+
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Сid=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={url.cid}</code><br/></span>
+
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={url.cid}</code><br /></span>
Or an example where the parameter is not indicated in curly brackets (very rarely in some partner networks, for example, admitad):<br/>
+
Or an example where the parameter is not indicated in curly brackets (very rarely in some partner networks, for example, admitad):<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Subid=[CPA]</code><br/></span>
+
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Subid=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data=[[[subid]]]</code><br/></span>
+
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data=[[[subid]]]</code><br /></span>
 
Those. the type of advertised link with our [CPA] tag and the type of postback link will depend on which affiliate network (tracker, crm) you integrate with.
 
Those. the type of advertised link with our [CPA] tag and the type of postback link will depend on which affiliate network (tracker, crm) you integrate with.
  

Текущая версия на 15:26, 11 февраля 2019

Информация о сообщении (править)
Это сообщение не имеет описания. Если вы знаете, где или как это сообщение используется, то можете помочь другим переводчикам, добавив к нему описание.
Формулировка сообщения (Настройка postback для СРА)
Для уведомления об успешной конверсии используется механизм postback (он же pingback, он же s2s).
Данная статтья содержит информацию о настройке уведомления о конверсии при помощи данного механизма.
== Прием и сохранение специальной метки на рекламируемом ресурсе или в партнерской программе ==
Для передачи postback-метки (ClickId) из сервиса Kadam, Вам необходимо добавить в ссылку рекламного объявления макрос <span style="color:red">[CPA]</span>, например: 
<span style="color:red"><code>http<nowiki/>://www.test.ru/home/?subid=[CPA]</code>  <br/></span>
После клика по рекламному объявлению на площадке пользователь попадает на сайт рекламодателя, ссылка этого сайта будет уже со специальной меткой в виде обычного <span style="color:red">get</span> параметра. 
Пример рекламируемой ссылки с произвольным значением метки:
<span style="color:red"><code>http<nowiki/>://www.test.ru/home/?subid=0000x4a7d1ed414474e4033ac29ccb8653d9b</code> <br/></span>
где <span style="color:red">get</span> параметром в данном случае выступает параметр <span style="color:red">subid</span>, со значением <span style="color:red">0000x4a7d1ed414474e4033ac29ccb8653d9b</span>. Значение параметра генерируется динамически и отличается для каждого уникального перехода.
Название параметра (<span style="color:red">subid</span>) может быть любым (например, sub, sub1, sub_id, sid и т.д.) - устанавливается самим рекламодателем или в партнерской программе уже будут готовые параметры, которые можно использовать для передачи метки.
Значение параметра <span style="color:red">subid</span> необходимо сохранить на стороне рекламируемого ресурса или партнерской программы.
== Отправка метки ресурсом или партнерской программой после совершенного действия в сервис Kadam ==
После совершения действия пользователем (регистрация и т.п), рекламируемый ресурс или партнерская программа должна вызвать нашу postback ссылку,
которая выглядит следующим образом: <span style="color:red"><code>http<nowiki/>://postback.kadam.net/ru/postback/?data={subid}</code>  <br/></span>
где <span style="color:red">{subid}</span> - это пример параметра, которому передается метка [CPA] в рекламируемой ссылке. В зависимости от разных факторов (партнерская сеть, CRM рекламодателя и т.д.) параметр может может быть любым (например, {sub}, {sub1}, {sub_id}, {sid} и т.д.).
Для данных из примера рекламируемой ссылки выше (с указанным произвольным значением метки) postback ссылка будет выглядеть следующим образом:
<span style="color:red"><code>http<nowiki/>://postback.kadam.net/ru/postback/?data=0000x4a7d1ed414474e4033ac29ccb8653d9b</code>  <br/></span>
Обычно параметр в рекламируемой ссылке, который принимает значения метки [CPA] совпадает с тем, который потом указывается и отправляется обратно в нашу сеть в постбеке.<br/>
Произвольные примеры рекламируемой ссылки и постбека:<br/>
Рекламируемая ссылка - <span style="color:red"><code>http<nowiki/>://www.test.ru/home/?subid=[CPA]</code> <br/></span>
Постбек - <span style="color:red"><code>http<nowiki/>://postback.kadam.net/ru/postback/?data={subid}</code><br/></span>
или<br/>
Рекламируемая ссылка - <span style="color:red"><code>http<nowiki/>://www.test.ru/home/?sub1=[CPA]</code> <br/></span>
Постбек - <span style="color:red"><code>http<nowiki/>://postback.kadam.net/ru/postback/?data={sub1}</code><br/></span>
Но бывают и исключения (очень редко в некоторых партнерских сетях, например, Vlk.partners), когда параметр в рекламируемой ссылке может не совпадать с параметром в постбеке.<br/>
Например:<br/>
Рекламируемая ссылка - <span style="color:red"><code>http<nowiki/>://www.test.ru/home/?сid=[CPA]</code> <br/></span>
Постбек - <span style="color:red"><code>http<nowiki/>://postback.kadam.net/ru/postback/?data={url.cid}</code><br/></span>
Или пример, когда параметр указывается не в фигурных скобках (очень редко в некоторых партнерских сетях, например, admitad):<br/>
Рекламируемая ссылка - <span style="color:red"><code>http<nowiki/>://www.test.ru/home/?subid=[CPA]</code> <br/></span>
Постбек - <span style="color:red"><code>http<nowiki/>://postback.kadam.net/ru/postback/?data=[[[subid]]]</code><br/></span>
Т.е. вид рекламируемой ссылки с нашей меткой [CPA] и вид ссылки postback будет зависеть от того, с какой партнерской сетью (трекером, crm) вы интегрируетесь.
'''ВАЖНО!'''
В случае если вы используете прокладку, с которой осуществляется переход на лендинги нескольких офферов, для создания корректных уведомлений о конверсиях для всех KSA кампаний текущих офферов, Вам необходимо прописать у себя ссылки с подстановкой get параметров <?php echo $_GET['параметр'];?> (данный способ работает для PHP страниц). 
Пример получения параметра subid для партнерки actionpay.ru:
<i>Ссылка на стороне Kadam (указываемая в URL кампании и объявлений)</i>: <pre>http://domen.ru/index/biznes/059/?subid=[CPA]</pre>
<i>Ссылка на стороне рекламодателя (указываемая в коде прокладки вместо всех ссылок)</i>: <pre>n.actionpay.ru/click/56014f2a8b30a808438b4567/106002/91267/<?php echo $_GET['subid'];?></pre>
=== Использование дополнительных параметров ===
Сервис Kadam поддерживает передачу дополнительных параметров в postback.
Данные параметры могут передаваться при необходимости:
'''&status''' - параметр используется для передачи статуса конверсии. Если параметр не используется, то конверсия будет принята системой как подтвержденная и за неё будут списаны средства.
Если вы имеете возможность передавать статусы заказов, то используйте следующие параметры:
<ol>
<li>&status=hold - лид в "холде"</li>
<li>&status=approved - лид подтвержден</li>
<li>&status=reject - лид отклонен</li>
</ol>
'''&cost''' - параметр используется, если стоимость лида может варьироваться в зависимости от каких-либо параметров. Если параметр не будет указан, информация о стоимости лида будет взята из оффера/кампании.
Пример: &cost=200
'''&currency''' - параметр используется для передачи валюты. Сервис Kadam поддерживает такие валюты: евро, доллар, гривна, рубль. <span style="color:red">При использовании валюты, отличной от рубля, с вашего баланса будет списана сумма, полученная в результате конвертации указанной валюты в рубли.</span>
Если стоимость лида в рублях, передача параметра с валютой не требуется.
В других случаях используйте следующие параметры:
<ol>
<li>&currency=UAH - гривна</li>
<li>&currency=USD - доллар</li>
<li>&currency=EUR - евро</li>
<li>&currency=KZT - тенге</li>
</ol>
<u>Если вы работаете с партнерской программой, обратитесь в службу поддержки партнерской программы для помощи в настройке уведомлений об успешных конверсиях.</u>
'''Настоятельно советуем после настройки проводить [[Тестовая_конверсия|тестовые конверсии]] до запуска кампании, чтобы не потерять данные об успешных конверсиях.'''
==Инструкция по настройке уведомлений об успешных конверсиях из популярных партнерских программ==
===7offers.ru===
Перейдите по [[Настройка_postback_для_7offers.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Actionpay===
Перейдите по [[Настройка_postback_для_Actionpay|ссылке]], чтобы ознакомиться с подробной инструкцией.
===AD1===
Перейдите по [[Настройка_postback_для_AD1|ссылке]], чтобы ознакомиться с подробной инструкцией.
===AD2Games===
Перейдите по [[Настройка_postback_для_AD2Games|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Adbees.com===
Перейдите по [[Настройка_postback_для_adbees|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Adcombo.com===
Перейдите по [[Настройка_postback_для_adcombo.com|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Adinfo.ru===
Перейдите по [[Настройка_postback_для_adinfo.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Admitad===
Перейдите по [[Настройка_postback_для_Admitad|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Adtrafico.com===
Перейдите по [[Настройка_postback_для_adtrafico.com|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Advendor.net===
Перейдите по [[Настройка_postback_для_advendor.net|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Advertise.ru===
Перейдите по [[Настройка_postback_для_advertise.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Advertstar===
Перейдите по [[Настройка_postback_для_Advertstar|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Advgame.ru===
Перейдите по [[Настройка_postback_для_advgame|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Ad-x.ru===
Перейдите по [[Настройка_postback_для_ad-x.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Alfaleads===
Перейдите по [[Настройка_postback_для_alfaleads|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Arbitrage.top===
Перейдите по [[Настройка_postback_для_Arbitrage.top|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Babos.biz===
Перейдите по [[Настройка_postback_для_Babos.biz|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Badboys.network===
Перейдите по [[Настройка_postback_для_badboys.network|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Binpartner.com===
Перейдите по [[Настройка_postback_для_binpartner.com|ссылке]], чтобы ознакомиться с подробной инструкцией.
===C3pa.net===
Перейдите по [[Настройка_postback_для_c3pa.net|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Сityads.com===
Перейдите по [[Настройка_postback_для_cityads|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Сlickdealer.com===
Перейдите по [[Настройка_postback_для_clickdealer.com|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Сpaelectro.com===
Перейдите по [[Настройка_postback_для_cpaelectro.com|ссылке]], чтобы ознакомиться с подробной инструкцией.
===CPAExchange===
Перейдите по [[Настройка_postback_для_CPAExchange|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Cpagetti.com===
Перейдите по [[Настройка_postback_для_cpagetti.com|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Cpazilla.ru===
Перейдите по [[Настройка_postback_для_cpazilla|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Ctr.ru===
Перейдите по [[Настройка_postback_для_ctr.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Dr.cash===
Перейдите по [[Настройка_postback_для_dr.cash|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Elonleads.ru===
Перейдите по [[Настройка_postback_для_elonleads.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Everad===
Перейдите по [[Настройка_postback_для_Everad|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Funcpa.ru===
Перейдите по [[Настройка_postback_для_funcpa.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Gambling.pro===
Перейдите по [[Настройка_postback_для_gambling.pro|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Himba.ru===
Перейдите по [[Настройка_postback_для_Himba.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===KMA===
Перейдите по [[Настройка_postback_для_KMA|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Leadbit===
Перейдите по [[Настройка_postback_для_leadbit|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Leads.su/Tradeleads.su===
Перейдите по [[Настройка_postback_для_leads.su|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Luckypartners.biz===
Перейдите по [[Настройка_postback_для_luckypartners.biz|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Luckyshop.ru===
Перейдите по [[Настройка_postback_для_luckyshop|ссылке]], чтобы ознакомиться с подробной инструкцией.
===M1-shop.ru===
Перейдите по [[Настройка_postback_для_m1-shop.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Mobytize===
Перейдите по [[Настройка_postback_для_mobytize|ссылке]], чтобы ознакомиться с подробной инструкцией.
===MonsterLeads===
Перейдите по [[Настройка_postback_для_MonsterLeads|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Omnicpa.ru===
Перейдите по [[Настройка_postback_для_omnicpa.ru|ссылке]], чтобы ознакомиться с подробной инструкцией.
===PrimeLead===
Перейдите по [[Настройка_postback_для_PrimeLead|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Profitsocial===
Перейдите по [[Настройка_postback_для_profitsocial|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Rocketprofit===
Перейдите по [[Настройка_postback_для_rocketprofit|ссылке]], чтобы ознакомиться с подробной инструкцией.
===SalesDoubler===
Перейдите по [[Настройка_postback_для_SalesDoubler|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Shakes.pro===
Перейдите по [[Настройка_postback_для_shakes.pro|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Vlk.partners===
Перейдите по [[Настройка_postback_для_vlk.partners|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Wap.Click===
Перейдите по [[Настройка_postback_для_Wap.Click|ссылке]], чтобы ознакомиться с подробной инструкцией.
===Wildo.click===
Перейдите по [[Настройка_postback_для_Wildo.click|ссылке]], чтобы ознакомиться с подробной инструкцией.
ПереводThe postback mechanism (aka pingback, aka s2s) is used to notify you of a successful conversion.
This article contains information about setting up a conversion notification using this mechanism.

== Acceptance and saving of a special tag on an advertised resource or in an affiliate program ==

To send a postback tag (ClickId) from the Kadam service, you need to add the macro <span style="color: red">[CPA]</span> to the ad link, for example:

<span style="color: red"><code>http<nowiki/>://www.test.ru/home/?subid=[CPA]</code><br /></span>

After clicking on an advertisement on the site, the user is taken to the advertiser's site, the link of this site will already be with a special label in the form of the usual <span style="color: red">get</span> parameter.

An example of an advertised link with an arbitrary tag value:

<span style="color: red"><code>http<nowiki/>://www.test.ru/home/?subid=0000x4a7d1ed414474e4033ac29ccb8653d9b</code><br /></span>

where <span style="color: red">get</span>, the parameter in this case is <span style="color: red">subid</span>, with the value <span style="color: red">0000x4a7d1ed414474e4033ac29ccb8653d9b</span>. The parameter value is generated dynamically and differs for each unique transition.

The name of the parameter (<span style="color: red">subid</span>) can be any (for example, sub, sub1, sub_id, sid, etc.) - set by the advertiser himself or there will be ready-made parameters in the affiliate program that can be used to transfer tags.

The value of the <span style="color: red">subid</span> must be saved on the side of the advertised resource or affiliate program.

== Sending a label by a resource or affiliate program after an action has been committed to the Kadam service ==

After the user performs the action (registration, etc.), the advertised resource or affiliate program should call our postback link,
which looks like this: <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?data={subid}</code><br /></span>

where <span style="color: red">{subid}</span> is an example of the parameter to which the [CPA] tag is transmitted in the advertised link. Depending on various factors (partner network, advertiser CRM, etc.), the parameter can be any (for example, {sub}, {sub1}, {sub_id}, {sid}, etc.).

For the data from the example advertised link above (with the specified arbitrary tag value) the postback link will look like this:

<span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?data=0000x4a7d1ed414474e4033ac29ccb8653d9b</code><br /></span>

Usually the parameter in the advertised link that takes the values ​​of the [CPA] tag matches the one that is then indicated and sent back to our network in the postback.<br />
Arbitrary examples of advertised link and postback:<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Subid=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={subid}</code><br /></span >
or<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Sub1=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={sub1}</code><br /></span >

But there are exceptions (very rarely in some partner networks, for example, Vlk.partners), when the parameter in the advertised link may not coincide with the parameter in the postback.<br />
For example:<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Сid=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data={url.cid}</code><br /></span>
Or an example where the parameter is not indicated in curly brackets (very rarely in some partner networks, for example, admitad):<br />
The advertised link - <span style="color: red"><code>http<nowiki/>://www.test.ru/home/?Subid=[CPA]</code><br /></span>
Postback - <span style="color: red"><code>http<nowiki/>://postback.kadam.net/en/postback/?Data=[[[subid]]]</code><br /></span>
Those. the type of advertised link with our [CPA] tag and the type of postback link will depend on which affiliate network (tracker, crm) you integrate with.

'''IMPORTANT!'''
In case you use the spacer, with which you are switching to the landing pages of several offers, to create correct conversion notifications for all KSA campaigns of the current offers, you need to register links with get parameters substitution <?php echo $_GET['parameter'];?> (this method works for PHP pages).

An example of getting the subid parameter for actionpay.ru affiliate program:

<i>Link on the side of Kadam (specified in the URL of the campaign and ads)</i>: <pre>http://domain.com/index/biznes/059/?subid=[CPA]</pre>

<i>Link on the advertiser’s side (indicated in the padding code instead of all links)</i>: <pre>n.actionpay.ru/click/56014f2a8b30a808438b4567/106002/91267/<?php echo $_GET['subid'];?></pre>

=== Use advanced options ===

The Kadam service supports passing additional parameters to postback.

These parameters can be transmitted if necessary:

'''&status''' - this parameter is used to pass the conversion status. If the parameter is not used, the conversion will be accepted by the system as confirmed and funds will be charged for it.

If you have the ability to transfer order status, then use the following parameters:
<ol>
<li>&status=hold - lead in the "hold"</li>
<li>&status=approved - lead confirmed</li>
<li>&status=reject - lead rejected</li>
</ol>

'''&cost''' - parameter is used if the cost of the lead may vary depending on any parameters. If the parameter is not specified, information about the cost of the lead will be taken from the offer/campaign.
Example: &cost=200

'''&currency''' - this parameter is used to transfer currency. Kadam service supports the following currencies: euro, dollar, hryvnia, ruble. <span style="color: red">If you use a currency other than the ruble, the amount received as a result of the conversion of the specified currency into rubles will be deducted from your balance.</span>
If the cost of the lead in rubles, the transfer parameter with the currency is not required.

In other cases, use the following parameters:
<ol>
<li>&currency=UAH - hryvnia</li>
<li>&currency=USD - dollar</li>
<li>&currency=EUR - euro</li>
<li>&currency=KZT - tenge</li>
</ol>

<u>If you are working with an affiliate program, contact the affiliate program support service to help set up conversion conversion notifications.</u>

'' 'We strongly advise after setting up [[Test_conversion | test conversions]] before launching the campaign in order not to lose data on successful conversions.' ''

== Instructions for setting up successful conversion notifications from popular affiliate programs ==

=== 7offers.ru ===
Click on [[Configure_postback_for_7offers.ru | link]] to read the detailed instructions.
=== Actionpay ===
Click on [[Postback__Adjust_Actionpay | link]] to read the detailed instructions.
=== AD1 ===
Go to [[Configure_postback_for_AD1 | link]] to read the detailed instructions.
=== AD2Games ===
Follow [[Custom_postback__for_AD2Games | link]] for detailed instructions.
=== Adbees.com ===
Click on [[setup_postback__for_adbees | link]] for detailed instructions.
=== Adinfo.ru ===
Go to [[Configure_postback_for_adinfo.ru | link]] to read the detailed instructions.
=== Admitad ===
Go to [[Configure_postback_for_Admitad | link]] to read the detailed instructions.
=== Adtrafico.com ===
Follow the [[setup_postback__ for_adtrafico.com | link]] for detailed instructions.
=== Advendor.net ===
Follow the [[setup_postback__for_advendor.net | link]] to read the detailed instructions.
=== Advertise.ru ===
Click on [[Customize_postback_for_advertise.ru | link]] to read the detailed instructions.
=== Advertstar ===
Follow [[Configure_postback_for_Advertstar | link]] for detailed instructions.
=== Advgame.ru ===
Click on [[setup_postback__for_advgame | link]] for detailed instructions.
=== Ad-x.ru ===
Follow [[Config_postback__for_ad-x.ru | link]] to read the detailed instructions.
=== Arbitrage.top ===
Follow the [[Configure_postback_ for_Arbitrage.top | link]] to read the detailed instructions.
=== Babos.biz ===
Go to [[Setting up postpost_ for_Babos.biz | link]] to read the detailed instructions.
=== Badboys.network ===
Go to [[Setup_postback__ for_badboys.network | link]] to read the detailed instructions.
=== Binpartner.com ===
Go to [[Configure_postback_for_binpartner.com | link]] for detailed instructions.
=== C3pa.net ===
Go to [[Configure_postback_for_c3pa.net | link]] to read the detailed instructions.
=== Сityads.com ===
Click on [[setup_postback_ for_cityads | link]] to read the detailed instructions.
=== Clickdealer.com ===
Go to [[Customize postback_ for_clickdealer.com | link]] to read the detailed instructions.
=== Sppaelectro.com ===
Follow the [[setup_postback__for_cpaelectro.com | link]] to read the detailed instructions.
=== CPAExchange ===
Go to [[Config_postback__for_CPAExchange | link]] for detailed instructions.
=== Cpagetti.com ===
Follow the [[setup_postback__for_cpagetti.com | link]] to read the detailed instructions.
=== Cpazilla.ru ===
Go to [[setup_postback__for_cpazilla | link]] to read the detailed instructions.
=== Ctr.ru ===
Go to [[Configure_postback_for_ctr.ru | link]] to read the detailed instructions.
=== Dr.cash ===
Click on [[setup_postback__for_dr.cash | link]] to read the detailed instructions.
=== Elonleads.ru ===
Go to [[Configure_postback_for_elonleads.ru | link]] to read the detailed instructions.
=== Everad ===
Follow [[Custom_postback__for_Everad | link]] to read the detailed instructions.
=== Funcpa.ru ===
Go to [[Configure_postback_for_funcpa.ru | link]] to read the detailed instructions.
=== Himba.ru ===
Go to [[Configure_postback_for_Himba.ru | link]] to read the detailed instructions.
=== KMA ===
Follow [[Custom_postback__for_KMA | link]] for detailed instructions.
=== Leads.su/Tradeleads.su===
Click on [[setup_postback__for_leads.su | link]] to read the detailed instructions.
=== Luckypartners.biz ===
Follow the [[setup_postback__for_luckypartners.biz | link]] to read the detailed instructions.
=== Luckyshop.ru ===
Go to [[Customize_postback_ for _luckyshop | link]] for detailed instructions.
=== M1-shop.ru ===
Click on [[Setup_postback_for_m1-shop.ru | link]] to read the detailed instructions.
=== Mobytize ===
Click on [[setup_postback_ for_mobytize | link]] to read the detailed instructions.
=== MonsterLeads ===
Click [[Customize postback_for_MonsterLeads | link]] for detailed instructions.
=== Omnicpa.ru ===
Click [[Configure_postback_for_omnicpa.ru | link]] to read the detailed instructions.
=== PrimeLead ===
Click on [[Postback__Adjustment_For_PrimeLead | link]] for detailed instructions.
=== SalesDoubler ===
Click on [[Customize_postback__for_SalesDoubler | link]] for detailed instructions.
=== Shakes.pro ===
Click on [[setup_postback__for_shakes.pro | link]] to read the detailed instructions.
=== Vlk.partners ===
Follow [[Custom_postback__for_vlk.partners | link]] to read the detailed instructions.
=== Wap.Click ===
Click on [[Custom_postback__for_Wap.Click | link]] for detailed instructions.
=== Wildo.click ===
Follow the [[Setup_postback__for_Wildo.click | link]] to read the detailed instructions.

The postback mechanism (aka pingback, aka s2s) is used to notify you of a successful conversion. This article contains information about setting up a conversion notification using this mechanism.

Acceptance and saving of a special tag on an advertised resource or in an affiliate program

To send a postback tag (ClickId) from the Kadam service, you need to add the macro [CPA] to the ad link, for example:

http://www.test.ru/home/?subid=[CPA]

After clicking on an advertisement on the site, the user is taken to the advertiser's site, the link of this site will already be with a special label in the form of the usual get parameter.

An example of an advertised link with an arbitrary tag value:

http://www.test.ru/home/?subid=0000x4a7d1ed414474e4033ac29ccb8653d9b

where get, the parameter in this case is subid, with the value 0000x4a7d1ed414474e4033ac29ccb8653d9b. The parameter value is generated dynamically and differs for each unique transition.

The name of the parameter (subid) can be any (for example, sub, sub1, sub_id, sid, etc.) - set by the advertiser himself or there will be ready-made parameters in the affiliate program that can be used to transfer tags.

The value of the subid must be saved on the side of the advertised resource or affiliate program.

Sending a label by a resource or affiliate program after an action has been committed to the Kadam service

After the user performs the action (registration, etc.), the advertised resource or affiliate program should call our postback link, which looks like this: http://postback.kadam.net/en/postback/?data={subid}

where {subid} is an example of the parameter to which the [CPA] tag is transmitted in the advertised link. Depending on various factors (partner network, advertiser CRM, etc.), the parameter can be any (for example, {sub}, {sub1}, {sub_id}, {sid}, etc.).

For the data from the example advertised link above (with the specified arbitrary tag value) the postback link will look like this:

http://postback.kadam.net/en/postback/?data=0000x4a7d1ed414474e4033ac29ccb8653d9b

Usually the parameter in the advertised link that takes the values ​​of the [CPA] tag matches the one that is then indicated and sent back to our network in the postback.
Arbitrary examples of advertised link and postback:
The advertised link - http://www.test.ru/home/?Subid=[CPA]
Postback - http://postback.kadam.net/en/postback/?Data={subid}
or
The advertised link - http://www.test.ru/home/?Sub1=[CPA]
Postback - http://postback.kadam.net/en/postback/?Data={sub1}

But there are exceptions (very rarely in some partner networks, for example, Vlk.partners), when the parameter in the advertised link may not coincide with the parameter in the postback.
For example:
The advertised link - http://www.test.ru/home/?Сid=[CPA]
Postback - http://postback.kadam.net/en/postback/?Data={url.cid}
Or an example where the parameter is not indicated in curly brackets (very rarely in some partner networks, for example, admitad):
The advertised link - http://www.test.ru/home/?Subid=[CPA]
Postback - http://postback.kadam.net/en/postback/?Data=[[[subid]]]
Those. the type of advertised link with our [CPA] tag and the type of postback link will depend on which affiliate network (tracker, crm) you integrate with.

IMPORTANT! In case you use the spacer, with which you are switching to the landing pages of several offers, to create correct conversion notifications for all KSA campaigns of the current offers, you need to register links with get parameters substitution <?php echo $_GET['parameter'];?> (this method works for PHP pages).

An example of getting the subid parameter for actionpay.ru affiliate program:

Link on the side of Kadam (specified in the URL of the campaign and ads):
http://domain.com/index/biznes/059/?subid=[CPA]
Link on the advertiser’s side (indicated in the padding code instead of all links):
n.actionpay.ru/click/56014f2a8b30a808438b4567/106002/91267/<?php echo $_GET['subid'];?>

Use advanced options

The Kadam service supports passing additional parameters to postback.

These parameters can be transmitted if necessary:

&status - this parameter is used to pass the conversion status. If the parameter is not used, the conversion will be accepted by the system as confirmed and funds will be charged for it.

If you have the ability to transfer order status, then use the following parameters:

  1. &status=hold - lead in the "hold"
  2. &status=approved - lead confirmed
  3. &status=reject - lead rejected

&cost - parameter is used if the cost of the lead may vary depending on any parameters. If the parameter is not specified, information about the cost of the lead will be taken from the offer/campaign. Example: &cost=200

&currency - this parameter is used to transfer currency. Kadam service supports the following currencies: euro, dollar, hryvnia, ruble. If you use a currency other than the ruble, the amount received as a result of the conversion of the specified currency into rubles will be deducted from your balance. If the cost of the lead in rubles, the transfer parameter with the currency is not required.

In other cases, use the following parameters:

  1. &currency=UAH - hryvnia
  2. &currency=USD - dollar
  3. &currency=EUR - euro
  4. &currency=KZT - tenge

If you are working with an affiliate program, contact the affiliate program support service to help set up conversion conversion notifications.

'We strongly advise after setting up test conversions before launching the campaign in order not to lose data on successful conversions.'

Instructions for setting up successful conversion notifications from popular affiliate programs

7offers.ru

Click on link to read the detailed instructions.

Actionpay

Click on link to read the detailed instructions.

AD1

Go to link to read the detailed instructions.

AD2Games

Follow link for detailed instructions.

Adbees.com

Click on link for detailed instructions.

Adinfo.ru

Go to link to read the detailed instructions.

Admitad

Go to link to read the detailed instructions.

Adtrafico.com

Follow the link for detailed instructions.

Advendor.net

Follow the link to read the detailed instructions.

Advertise.ru

Click on link to read the detailed instructions.

Advertstar

Follow link for detailed instructions.

Advgame.ru

Click on link for detailed instructions.

Ad-x.ru

Follow link to read the detailed instructions.

Arbitrage.top

Follow the link to read the detailed instructions.

Babos.biz

Go to link to read the detailed instructions.

Badboys.network

Go to link to read the detailed instructions.

Binpartner.com

Go to link for detailed instructions.

C3pa.net

Go to link to read the detailed instructions.

Сityads.com

Click on link to read the detailed instructions.

Clickdealer.com

Go to link to read the detailed instructions.

Sppaelectro.com

Follow the link to read the detailed instructions.

CPAExchange

Go to link for detailed instructions.

Cpagetti.com

Follow the link to read the detailed instructions.

Cpazilla.ru

Go to link to read the detailed instructions.

Ctr.ru

Go to link to read the detailed instructions.

Dr.cash

Click on link to read the detailed instructions.

Elonleads.ru

Go to link to read the detailed instructions.

Everad

Follow link to read the detailed instructions.

Funcpa.ru

Go to link to read the detailed instructions.

Himba.ru

Go to link to read the detailed instructions.

KMA

Follow link for detailed instructions.

Leads.su/Tradeleads.su

Click on link to read the detailed instructions.

Luckypartners.biz

Follow the link to read the detailed instructions.

Luckyshop.ru

Go to link for detailed instructions.

M1-shop.ru

Click on link to read the detailed instructions.

Mobytize

Click on link to read the detailed instructions.

MonsterLeads

Click link for detailed instructions.

Omnicpa.ru

Click link to read the detailed instructions.

PrimeLead

Click on link for detailed instructions.

SalesDoubler

Click on link for detailed instructions.

Shakes.pro

Click on link to read the detailed instructions.

Vlk.partners

Follow link to read the detailed instructions.

Wap.Click

Click on link for detailed instructions.

Wildo.click

Follow the link to read the detailed instructions.