Error Codes
Postback URL Error Codes
When submitting a postback call, the following validations take place:
Case | Error Code |
---|---|
click-id param is missing (or misspelled) | 400 |
click-id value is not parsable | 400 |
name param is missing (or misspelled) | 400 |
Endpoint name is misspelled - e.g. https://trc.taboola.com/actions-handler/log/3/s2s-acton | 400 |
Exclusions
In the following cases, validation is not performed:
- Bulk submitting conversions
- Server-to-server tracking via an MMP (e.g. AppsFlyer).
- DCO Tracking.
Success code
A successful submission returns
204
.
Updated 12 days ago