Introduction
A brand is a collection of products marketed and sold under a unified name. The brands associated with an account define the products that the account can promote on retailer sites. An account can have access to one or more brands, and this access is typically managed by Criteo. Brand attributes are standardized across retailers to ensure consistency.Endpoints
Method | Endpoint | Description |
|---|---|---|
GET |
| Get Brands |
POST |
| Search for Brands by name in Retailer(s)Catalogs |
Brand Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Brand ID, generated internally by Criteo and originated from brand name provided in retailer’sCatalog Accepted values: int64 Writeable? N / Nullable? N |
| string | Brand name, keyword to use as filter in the search (case-insensitive) or returned as final brand name available Accepted values: string Writeable? N / Nullable? N |
| list | List ofRetailerIDs, to use as filter in the search or returned as containing the specific brand Accepted values: list of strings of int32 Writeable? N / Nullable? N |
| enum | Type of brands, to consider in the search or returned as attribute of the specific brand
Accepted values: Default: Writeable? N / Nullable? N |
- Writeable (Y/N): Indicates if the field can be modified in requests.
- Nullable (Y/N): Indicates if the field can accept null/empty values.
- Primary Key: A unique, immutable identifier of the entity, generated internally by Criteo. Primary keys are typically ID fields (e.g.,
retailerId,campaignId,lineItemId) and are usually required in the URL path.
Get all Brands
This endpoint lists all brands associated with an account. Results are paginated usingpageIndex and pageSize query parameters; if omitted, defaults to 0 and 25, respectively. See API Response.
Sample Request
Sample Response
Search for Brands by name
This endpoint searches for Brands, by name term, across one or multiple retailers. Results are paginated.Sample Request
Sample Response
Responses
Response | Error | Message | Description |
|---|---|---|---|
🟢 | Call completed successfully | ||
🔴 | Validation Error |
| One of the parameters provided in the request does not match the format accepted. Check the error details and the parameters informed in the call |
🔴 | Authorization Error |
| API user does not have the authorization to make requests to the account ID. For an authorization request, follow theauthorization requeststeps |