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