Impressions event

Отправка события "просмотр" (impression) для показанных пользователю заданий

Send "impressions" event

post

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[]Required

Exchange items id's

Example: qwertyuio....asdfghjk
Responses
204
Event successfully submitted
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