Retrieving Audiences for a Specific Advertiser
Audiences created through Criteo’s API will be returned for the designated advertiser ID. The API will return an array of the IDs, names, description, date of creation, date of last update, number of lines in the contact list, as well as the number of matched emails in the contact list associated with the specified advertiser ID. Please note that the advertiser ID is required in the request URL.Creating A New Audience
A new audience can be created for a specific advertiser by making a POST call to the audience endpoint. The request body should specify the advertiser id, name, and description of the new audience.Deleting An Audience
An audience can be deleted by specifying the audience id in the URL path of a DELETE call to the audiences endpoint. The API will return an array with the audience ID that was deleted.Updating Audience Metadata
The audience name and description can be updated by making a PATCH request to the audiences endpoint with a specific audience ID in the URL path. The request body should include the updated name and description of the audience.Audience Validation Errors
body-data-type-invalidThe data-type provided cannot be accepted. The message will detail expected data type.
audience-invalid-nameInvalid audience name.
invalid-audience-name-duplicatedGiven audience name already exists for the requested advertiser
invalid-schemaBad schema name. Please check the list of allowed schemas on Managing Audiences
invalid-operationBad operation name. Please check the list of allowed operations on Managing Audiences
empty-identifiersNone or invalid identifiers have been supplied with the request
invalidRequest is invalid or the server wasn’t able to process the request due to a serialization error.