POST/pixels/:pixel_id/conversion_events
Post conversion events from a specific action source. Event deduplication applies only for events in the same channel.
Learn more about setting up CAPI events.
The values for several fields—such as tracking_type—are different in CAPI v3. Learn how to migrate from v2.
Rate Limit
The Conversions API limits on both the number of requests and the number of conversion events in requests.
Request Policy
- Window: 1 second
- Quota: 1000 requests
Event Policy
- Window: 1 second
- Quota: 10000 events
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 5XX
Post conversion events response.
Invalid schema was sent. Ensure conversion events are valid and that the number of events are beneath the maximum range (1000). Learn how to troubleshoot CAPI.
An invalid token was passed. Learn how to troubleshoot CAPI.
Account or token is missing permissions. Learn how to troubleshoot CAPI.
The specified resource was not found.
Too many requests.
Server error.