Introduction
This endpoint enables Retail Media DSP partners to request flexible reporting at the account level. This expands on existing Line Item and Campaign report capabilities by allowing reporting across one or more Account IDs, up to five at a time. The endpoint supports asynchronous report generation and provides access to the same set of metrics and dimensions .stable version here: Demand Side Analytics Endpoints.accountIds attribute, allowing up to 5 account IDs per request for account-level reporting. It also only supports date ranges of up to 31 days at a time.Endpoint
Verb | Endpoint | Description |
|---|---|---|
POST |
| Request flexible reporting at the account level |
- First, create a request for the account report with the desired attributes.
- This generates a
reportIdrepresenting the report. - Next, use the
reportIdto poll the report status endpoint until one is successfully computed (available in Stable). - Finally, download the report using the report output endpoint (available in Stable).
- Report outputs are cached for at least 1 hour before expiration. Exact expiration is indicated by the
expiresAtfield in the /status response.
Report Request Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | Account ID(s) of the desired report Examples:
Accepted values: single or list of string/int64 (max 5 IDs per call) Writeable? N / Nullable? N |
| enum | Accepted values: |
| enum | Report types are pre-packaged reports that allow the specification of the report breakdown. See Report Types for more details about each of them.
Accepted values: refer toReport Typespage for a complete list of available values Writeable? N / Nullable? N |
| list | Dimension attributes desired for metrics breakdown for the custom report of the campaign(s) / line item(s).
Accepted values: refer to Metrics and Dimensions page for a complete list of available values Writeable? N / Nullable? N |
| list | Quantitative metrics desired in the custom report of the campaign(s) / line item(s).
Accepted values: refer to Metrics and Dimensions page for a complete list of available values Writeable? N / Nullable? N |
| date | Start date to report (inclusive) Accepted values: Writeable? N / Nullable? N |
| date | End date to report (inclusive) Accepted values: Writeable? N / Nullable? N |
| enum | Campaigntype Accepted values: Writeable? N / Nullable? N |
| string | Time zone to consider in the report Accepted values:IANA (TZ database)time zones (example: Writeable? N / Nullable? Y |
| enum | The post-click attribution window, defined as the maximum number of days considered between a click and a conversion for attribution; conversions are attributed to the date of conversion, not the date of click; defaults to campaign settings if omitted; must be specified if The post-click attribution window, defined as the maximum number of days considered between a click and a conversion for attribution; conversions are attributed to the date of conversion, not the date of click. Defaults to campaign settings if omitted; must be specified if Accepted values: Writeable? N / Nullable? Y |
| enum | The post-view attribution window, defined as the maximum number of days considered between an impression and a conversion for attribution; conversions are attributed to the date of conversion, not the date of impression; defaults to campaign settings if omitted; must be less than or equal to The post-view attribution window, defined as the maximum number of days considered between an impression and a conversion for attribution; conversions are attributed to the date of conversion, not the date of impression. Defaults to campaign settings if omitted; must be less than or equal to Accepted values: Writeable? N / Nullable? Y |
| enum | Filter on specific sales channel: online or offline Accepted values: Writeable? N / Nullable? Y |
| enum | Format of the report data returned Accepted values: Default: Writeable? N / Nullable? N |
| string | The match type used to associate a search term and keywords entered for the campaign. Accepted values:
|
| string | Indicates how the keyword was targeted — either manually by the user or automatically by the platform.
|
| string | Specifies the conquesting strategy used with the keyword.
|
| string | The type of creative asset used in the ad, such as Display or Video. |
- 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.
Create an Account Level Report
Sample request
Sample response
Responses
Response | Description |
|---|---|
🔵 | Call executed with success
When generating a report type using the |
🔴 | Common Validation Errors
|
🔴 | Validation Error In the API, win rate metric will be available to sponsored product campaigns only. When using this metric, please specify “title”: ” “detail”: “Please provide either the |
🔴 | Expired or Lost Report Error The report is expired, lost, or failed to create. Re-create the report through a new request. |