Taddy Docs
  • Getting started
    • Интеграция
    • Обмен трафиком
      • TMA
      • Бот
  • Реклама
    • TMA
    • Бот
  • Webhooks
  • SDK
    • Web (JS/TS)
    • PHP
    • Node.js (soon)
    • Go (soon)
    • Python (soon)
  • Rest API
    • About
    • Start event
    • Custom events
    • Exchange API
      • Get feed
      • Impressions event
      • Check completion
    • Ads API
      • Get Ad
      • Impressions event
  • Terms of Service
    • Правила платформы
    • Terms of Service
Powered by GitBook
On this page
  1. Rest API
  2. Exchange API

Impressions event

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

PreviousGet feedNextCheck completion

Last updated 1 month ago

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