Create a new event for a pixel
POST/pixels/:pixel_id/events
Create a new event for a pixel.
Note! To avoid sending duplicate events, send a unique external event ID with each event. If an event with the same external event ID already exists within the last 30 days, the request will fail with a 409 Conflict response.
The client ID must have the shop_user
or event_publisher
role.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
Created
A Bad Request response indicates that the server cannot or will not process the request due to something that is perceived to be a client error
An Unauthorized response indicates that the request has not been applied because it lacks valid authentication credentials for the target resource
A Forbidden response indicates that the server understood the request but refuses to authorize it
A Not Found response indicates that the origin server did not find a current representation for the target resource
A Conflict response indicates a request conflict with the current state of the target resource