SDK API
  1. Request
SDK API
  • Request
    • Get or store user
      POST
    • Store visit event
      POST
    • Store event
      POST
    • Get campaign
      POST
    • Get strategy
      POST
    • Engagement
      GET
  1. Request

Engagement

Developing
GET
/engagement
Фиксирует факт взаимодействия пользователя с элементами кампании: показ, клик, просмотр товара и т.д.
Метод вызывается SDK автоматически или вручную, если используется ручной рендеринг или кастомные механики.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/engagement?type&decisionId&contentId=&slotId'

Responses

🟢204No Content
This response does not have a body.
🟠422Parameter Error
🔴500Server Error
Modified at 2025-04-25 12:06:34
Previous
Get strategy
Built with