Troubleshooting
Updated: Nov 30, 2023
The Conversions API returns minimal data to conserve network bandwidth. If the event payload is valid, a 2xx HTTP response code is returned. If invalid, a 4xx HTTP response code is returned, with minimal error details in the response body.
Network errors or malformed requests may cause events to be dropped. We recommend retrying the request in cases where the response indicates a non-client error, such as a timeout. To account for various network delays, we recommend setting a timeout of 1500 milliseconds on the request. For the majority of requests, the response time will be under 600 milliseconds.