Validation Errors
Below is a list of error codes for the Statistics endpoint and a more detailed description of their meaning. General guidance on handling API errors can be found here.
Statistics Validation Errors
duplicate-dimensions
Duplicate dimension(s) found.
duplicate-metrics
Duplicate metrics(s) found..
insufficient-advertiser-permission
Insufficient advertiser permission.
insufficient-advertisers-permissions
Insufficient advertisers permission.
invalid-country
This feature is currently unavailable in the country of advertiser.
invalid-currency
Invalid currency.
invalid-date-range
The start date can not be after the end date.
invalid-environment
Invalid environment.
invalid-event-type
Invalid Event Type.
invalid-format
Format is not valid. Must be one of 'csv', 'xml', 'excel' or 'json'.
invalid-start-date
The start date is too old.
invalid-timezone
Invalid time zone.
report-generation-failed
A problem occurred while generating the report.
required-field
The required field is missing. Examples:
- A start date and end date are required.
- At least one metric must be provided.
- At least one dimension must be provided.
- Payload is required.
- Currency is required.
- At least one advertiser id must be provided.
required-request-body
Request body is required.
unsupported-dimensions
A request is invalid or the server wasn't able to process the request due to a serialization error.
unsupported-dimensions-combination
The requested dimensions combination is not supported.
invalid-metrics
The requested metrics are not supported.
Updated about 1 year ago