Translations:Ping back URL/4/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
= 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> |
Revision as of 15:38, 3 January 2024
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 }