Translations:Ping back URL/4/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
| (One intermediate revision by the same user not shown) | |||
| 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. < | 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. | ||
<pre>{ | |||
"kmnrId": "50d9ecc6-402b-4a74-9397-fc20f2980567", | |||
"kmnrKey": 111111111, | |||
"fraud": 1, | |||
"block": 1, | |||
"sub1": "sub1 value", | |||
"sub2": "sub2 value", | |||
"sub3": "sub3 value", | |||
"sub4": 444, | |||
"sub5": 555, | |||
"sub6": "", | |||
"sub7": "" | |||
}</pre> | |||
Latest revision as of 12:23, 26 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": "50d9ecc6-402b-4a74-9397-fc20f2980567",
"kmnrKey": 111111111,
"fraud": 1,
"block": 1,
"sub1": "sub1 value",
"sub2": "sub2 value",
"sub3": "sub3 value",
"sub4": 444,
"sub5": 555,
"sub6": "",
"sub7": ""
}