Передача событий и просмотров
Передача событий
post
Report a predefined or custom event.
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/eventПросмотр страницы (экрана)
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