/api/post-v1-public-pixels-collect-87ce9f307b
Войти
Все методы Pixel Browser CollectPixelBrowserCollectController
manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/public/pixels/collectAnonymous

POST collect

Маршрут POST /v1/public/pixels/collect из PixelBrowserCollectController. Детализация собрана из API manifest gateway.

Operation ID
PixelBrowserCollectController.collect.POST.v1_public_pixels_collect
Handler
cdp.gateway.cdp_gateway.pixel.controller.browser.PixelBrowserCollectController#collect
Consumesapplication/json
Producesapplication/json
Параметры0
Request bodyPixelBrowserCollectRequestDTO
Response bodyResponseWrapper<Object>
Request map

Маршрут и контракт запроса

POST/v1/public/pixels/collect
Path segments
v1publicpixelscollect
Security
isAnonymous()
Parameters

Параметры

У метода нет параметров.
Request / Response

Тела запроса и ответа

Request bodyPixelBrowserCollectRequestDTO
Nullable: Нет
PixelBrowserCollectRequestDTO
object • PixelBrowserCollectRequestDTO
pixelUuid
String
required • not-null
eventName
String
required • not-null
uuidVisitor
String
required • not-null
pageUrl
String
optional • nullable
referrer
String
optional • nullable
pageTitle
String
optional • nullable
screenWidth
String
optional • nullable
screenHeight
String
optional • nullable
language
String
optional • nullable
timezone
String
optional • nullable
attributes
Map<String, String>
optional • not-null
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null