Validation Errors
In addition to general API errors, you may encounter validation errors when creating or managing Audiences.
Below is a list of error codes for Audience validation and a more detailed description of their meaning.
Audience Validation Errors
body-data-type-invalid
The data-type provided cannot be accepted. The message will detail expected data type.
audience-invalid-name
Invalid audience name.
invalid-audience-name-duplicated
Given audience name already exists for the requested advertiser
invalid-schema
Bad schema name. Please check the list of allowed schemas here Managing Audiences
invalid-operation
Bad operation name. Please check the list of allowed operations here Managing Audiences
empty-identifiers
None or invalid identifiers have been supplied with the request
invalid
Request is invalid or the server wasn't able to process the request due to a serialization error.
Updated over 1 year ago