Introduction
An account represents a brand, agency, marketplace seller, or retailer. It serves as a business and billing entity that contains campaigns.Endpoint
Method | Endpoint | Description |
|---|---|---|
GET |
| Get all Accounts |
Account Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Account ID, from a demand or supply account (generated internally by Criteo) Accepted values: string of int64 Writeable? N / Nullable? N |
| string | Account name, arbitrary and defined at account creation Accepted values: up to 510-chars string Writeable? Y / Nullable? N |
| enum | Account type, with Accepted values: Writeable? N / Nullable? N |
| enum | Account sub-type, specific for demand accounts Accepted values: Writeable? N / Nullable? Y |
| list\ | Countries associated with the account Accepted values: 2-chars country code (inISO-3166alpha-2 code; e.g. Writeable? N / Nullable? N |
| string | Default currency for bulling, budgeting, bid settings & campaign performance metrics Accepted values: 3-chars currency code (inISO-4217; e.g. Writeable? N / Nullable? N |
| string | Label used to associate multiple accounts Accepted values: up to 510-chars string Default: same as Writeable? Y / Nullable? N |
| string | Account time zone Accepted values: time zone identifiers fromIANA (TZ database)(e.g. Writeable? N / Nullable? N |
| string | This optional field, exclusively accessible to marketplaces within the European Union (in compliance with the Digital Service Act - DSA), will display the name of the company associated with the advertisement. Accepted values: up to 255-chars string Writeable? Y / Nullable? Y |
| string | This optional field, exclusively accessible to marketplaces within the European Union (in compliance with the Digital Service Act - DSA), will display the name of the company (on behalf of Accepted values: up to 255-chars string Writeable? Y / Nullable? Y |
Digital Service Act (DSA)
In compliance with the Digital Services Act (DSA), marketplaces within the European Union will receive information about the company name associated with each advertisement.Get All Accounts
This endpoint lists all accounts accessible via your API credentials. Results are paginated usingpageIndex and pageSize query parameters; if omitted, defaults to 0 and 25, respectively. See API Response.
Responses
Response | Description |
|---|---|
🟢 | Call executed with success |