---
title: "/2026-01/retail-media/reports/revenue"
method: POST
path: "/2026-01/retail-media/reports/revenue"
tags: ["Analytics"]
---

# /2026-01/retail-media/reports/revenue

`POST /2026-01/retail-media/reports/revenue`

Returns an asynchronous Revenue Report
<br />
This endpoint is subject to specific rate limits.

## Request body

- AsyncRevenueReportRequest — A top-level object that encapsulates a Criteo API request for a single value
  - `data` AsyncRevenueReportResource — A top-level object that encapsulates a Criteo API response for a single value
    - `attributes` AsyncRevenueReport — Async Revenue report body request
      - `accountIds` string[] — Account ids to filter
      - `activationPlatforms` string[] — Filter on the activation platform: CommerceMax, PrivateMarket
      - `advertiserTypes` string[] — Filter on the type of advertiser: retailer, brand, seller
      - `budgetModels` string[] — Filter on the budget model: CriteoBudget, RetailerBudget
      - `buyType` 'auction' | 'preferredDeals' | 'sponsorship' — Filter on buy type: Auction, Preferred Deals or Sponsorship
      - `campaignIds` string[] — Campaign ids to filter
      - `campaignType` 'all' | 'sponsoredProducts' | 'onSiteDisplays' — Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays
      - `clickAttributionWindow` 'none' | '7D' | '14D' | '30D' — Click attribution window
      - `clickMatchLevel` 'sameSku' | 'sameCategory' | 'sameBrand' | 'campaign' — Click Match Level: Campaign, Same SKU, Same Category or Same Brand
      - `dimensions` string[] — List of dimensions to report on
      - `endDate` string, date-time, required — End date
      - `format` 'json' | 'json-compact' | 'json-newline' | 'csv' — Format of the output
      - `id` string — Supply account id to report on
      - `ids` string[] — Supply account ids to report on
      - `lineItemIds` string[] — Line item ids to filter
      - `mediaType` 'unknown' | 'video' | 'display' | 'all' — Filter on the type of media: unknown, display, video
      - `metrics` string[] — List of metrics to report on
      - `reportType` 'advertiser' | 'environment' | 'pageType' | 'productCategory' | 'brand' — Type of report, if no dimensions and metrics are provided, falls back to advertiser reportType
      - `retailerIds` string[] — Retailer ids to filter
      - `revenueType` 'auction' | 'preferred' — Type of revenue
      - `salesChannel` 'online' | 'offline' | 'all' — Filter on specific sales channel: offline or online
      - `skuRelations` string[] — Filter on sku relations: Same SKU, Same Parent SKU, Same Category, Same Brand or Same Seller
      - `soldBy` 'directSold' | 'indirectSold' | 'privateMarket' | 'authorizedBuyer' — Filter on the seller: Indirect Sold, Direct Sold, Authorized Buyer or Private Market
      - `startDate` string, date-time, required — Start date
      - `targetedKeywordTypes` string[] — Filter on targeted keyword type: unknown, generic, branded, conquesting
      - `timezone` string — Time zone : see criteo developer portal for supported time zones
      - `viewAttributionWindow` 'none' | '1D' | '7D' | '14D' | '30D' — View attribution window
      - `viewMatchLevel` 'sameSku' | 'sameCategory' | 'sameBrand' | 'campaign' — View Match Level: Campaign, Same SKU, Same Category or Same Brand
    - `type` string

## Response `200`

Success

- AsyncReportResponse — Async Report response format
  - `data` StatusResponseResource, nullable — A class that represents a domain entity exposed by an API
    - `attributes` StatusResponse, nullable — Status of an async report request
      - `createdAt` string, nullable
      - `expiresAt` string, nullable
      - `fileSizeBytes` integer, nullable
      - `id` string, nullable
      - `md5CheckSum` string, nullable
      - `message` string, nullable
      - `rowCount` integer, nullable
      - `status` 'pending' | 'success' | 'failure' | 'expired', nullable
    - `id` string, nullable
    - `type` string, nullable
  - `errors` CommonProblem[], nullable
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s)
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `traceIdentifier` string, nullable — The request correlation ID this problem comes from. (deprecated, use traceId instead)
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.
  - `warnings` CommonProblem[], nullable
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s)
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `traceIdentifier` string, nullable — The request correlation ID this problem comes from. (deprecated, use traceId instead)
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.

---

[API](https://skmtc.net/criteo/apis/criteo-api.md) · [All operations](https://skmtc.net/criteo/apis/criteo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criteo/criteo-api/revisions/c1721589426a/schema)
