Impressions event
Отправка события "просмотр" (impression) для показанных пользователю заданий
You must send this event if the autoImpressions
parameter was not set in the get feed method. Send this event after the exchange items (tasks) are shown.
Body
idsstring[]RequiredExample:
Exchange items id's
qwertyuio....asdfghjk
Responses
204
Event successfully submitted
400
Invalid Request
application/json
post
POST /v1/exchange/impressions HTTP/1.1
Host: api.taddy.pro
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"ids": [
"qwertyuio....asdfghjk"
]
}
No content
Last updated