Ping back URL/en: Difference between revisions

From Wiki Kaminari Click
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
Если вы хотите получать на свой 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.


= Подключение опции =
= 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.


[[File:Ping back url.png]]
[[File:Ping back url.png]]


= Формат ответа =
= 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>


{| 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
|}
|}


[[Category:Features]]
[[Category:Features]]

Revision as of 16:03, 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