Introduction
An account represents a brand, agency, marketplace seller, or retailer. It serves as a business and billing entity that contains campaigns.Accounts are created by Criteo. Please reach out to your account representative
Endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /accounts | Get All Accounts |
Account Attributes
| Attribute | Data Type | Description |
|---|---|---|
id | string | Account ID, from a demand or supply account (generated internally by Criteo)Accepted values: string of int64 Writeable? N / Nullable? N |
name | string | Account name, arbitrary and defined at account creationAccepted values: up to 510-chars string Writeable? Y / Nullable? N |
type | enum | Account type, with supply being the account type for Retailers and demand the account type for the different types of advertisers (brand, marketplace sellers, agencies, etc)Accepted values: demand, supply Writeable? N / Nullable? N |
subtype | enum | Account sub-type, specific for demand accountsAccepted values: brand, seller Writeable? N / Nullable? Y |
countries | list<string> | Countries associated with the accountAccepted values: 2-chars country code (in ISO-3166 alpha-2 code; e.g. US, FR) Writeable? N / Nullable? N |
currency | string | Default currency for billing, budgeting, bid settings & campaign performance metricsAccepted values: 3-chars currency code (in ISO-4217; e.g. USD, EUR) Writeable? N / Nullable? N |
parentAccountLabel | string | Label used to associate multiple accountsAccepted values: up to 510-chars string Default: same as name Writeable? Y / Nullable? N |
timeZone | string | Account time zoneAccepted values: time zone identifiers from IANA (TZ database) (e.g. America/New_York, Europe/Paris, Asia/Tokyo, UTC) Writeable? N / Nullable? N |
companyName | 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 |
onBehalfCompanyName | 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 companyName) associated with the advertisementAccepted 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
View in the API ReferenceYou can also see this endpoint in the API reference.
Responses
| Response | Description |
|---|---|
🟢200 | Call executed with success |
What’s Next