Introduction
A retailer offers a selection of products from multiple brands. Retailers act as publishers, providing advertising inventory for brands to promote their products. An account can have access to one or more retailers, with this access typically managed by Criteo. A retailer typically allows multiples types of pages to be targeted. A page is an inventory that can be targeted by Campaigns and Line Items with specific configurations.Endpoint
Method | Endpoint | Description |
|---|---|---|
GET |
| Get all retailers |
GET |
| Get all pages types from specific retailer |
Retailer Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Retailer ID, generated internally by Criteo Accepted values: string of int64 Writeable? N / Nullable? N |
| string | Retailer name, arbitrary and defined during retailer integration phase Accepted values: up to 100-chars string Writeable? Y / Nullable? N |
| list\ | Type(s) of campaigns that are supported on each retailer. It’s dependent on their current technical integration and other business conditions Accepted values: 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.
Retailer Page Type Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Retailer ID, generated internally by Criteo Accepted values: string of int64 Writeable? N / Nullable? N |
| list | Page types available in the associated Retailer Accepted values:
Writeable? N / Nullable? N |
Get all Retailers
This endpoint retrieves a list of all retailers associated with the respective account and whose environments are available as inventory for its campaigns and line items. Results are paginated usingpageIndex and pageSize query parameters; if omitted, defaults to 0 and 25, respectively. See API Response.
Get all Page Types from specific Retailer
This endpoint lists all page types available in the current retailer integration. Sample ResponseResponses
Response | Description |
|---|---|
🟢
| Call executed with success |
🔴
| API user does not have the authorization to make requests to the account ID. For an authorization request, follow the steps |