Ping back URL/en: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 8: | Line 8: | ||
= Response format = | = 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. <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: 111111111, fraud: 1, block: 1 }</code> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 16: | Line 16: | ||
| kmnrId || kmnrId, generated during the ping at {{KamiLink|v2/ping}} | | kmnrId || kmnrId, generated during the ping at {{KamiLink|v2/ping}} | ||
|- | |- | ||
| fraud || | | fraud || 1 if the click is fraudulent, 0 if the click is non-fraudulent, -1 if the click could not be verified | ||
|- | |||
| block || 1 if the click was blocked according to the integration settings, 0 if the click wasn't blocked | |||
|} | |} | ||
[[Category:Features]] | [[Category:Features]] |
Revision as of 15:41, 3 January 2024
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.
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: 111111111, fraud: 1, block: 1 }
Name | Value |
---|---|
kmnrId | kmnrId, generated during the ping at https://kaminari.systems/v2/ping |
fraud | 1 if the click is fraudulent, 0 if the click is non-fraudulent, -1 if the click could not be verified |
block | 1 if the click was blocked according to the integration settings, 0 if the click wasn't blocked |