Передача просмотра страницы
Для всех пользователей необходимо передавать информацию о просмотре страниц на сайте или экранов в приложении. Как правило, данная задача решается вместе с задачей запроса кампаний в рамках choose. Но есть возможность передавать информацию о просмотре отдельно от запроса кампаний — с помощью page.
post
Report a pageview without choosing variations for any campaigns. This endpoint has the same effect as calling choose with an empty selector argument.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Successful store event
application/json
204
Successful response
text/plain
401
Access token is missing or invalid
422
Error validation request data
application/json
post
/ssapi/pageLast updated
Was this helpful?