Ping back URL: Difference between revisions

From Wiki Kaminari Click
(Marked this version for translation)
No edit summary
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Если вы хотите получать на свой URL результат проверки по каждому клику, это можно сделать с помощью опции '''Ping-back URL'''.
If you want to receive the verification results for each click on your URL, you can do so using the '''Ping-back URL''' option.


<!--T:2-->
<!--T:2-->
= Подключение опции =
= Option activation =
Закажите у менеджера включение опции '''Ping-back URL''' на своей интеграции. После того как её включат, укажите в настройках свой URL.  
Request the activation of the '''Ping-back URL''' option from your manager for your integration. Once enabled, specify your URL in the settings.


<!--T:3-->
<!--T:3-->
Line 12: Line 12:


<!--T:4-->
<!--T:4-->
= Формат ответа =
= Response format =
После того, как мы получили, обработали данные и вынесли решение о ботовости клика, мы отсылаем решение вам в формате JSON POST. <code>{ kmnrId, fraud }</code>
After receiving, processing the data, and making a decision about the bot status of the click, we send the decision to you in JSON POST format. <code>{ kmnrId, fraud }</code>


<!--T:5-->
<!--T:5-->
{| class="wikitable"
{| class="wikitable"
|-
|-
! Название !! Значение
! Name !! Value
|-
|-
| kmnrId || kmnrId, сгенерированный при отстуке на {{KamiLink|v2/ping}}
| kmnrId || kmnrId, generated during the ping at {{KamiLink|v2/ping}}
|-
|-
| fraud || 0 если клик нефродовый, 1 если клик фродовый, -1 если клик не удалось проверить
| fraud || 0 if the click is non-fraudulent, 1 if the click is fraudulent, -1 if the click could not be verified
|}
|}



Revision as of 15:39, 30 November 2023

Other languages:

If you want to receive the verification results for each click on your URL, you can do so using the Ping-back URL option.

Option activation

Request the activation of the Ping-back URL option from your manager for your integration. Once enabled, specify your URL in the settings.

Ping back url.png

Response format

After receiving, processing the data, and making a decision about the bot status of the click, we send the decision to you in JSON POST format. { kmnrId, fraud }

Name Value
kmnrId kmnrId, generated during the ping at https://kaminari.systems/v2/ping
fraud 0 if the click is non-fraudulent, 1 if the click is fraudulent, -1 if the click could not be verified