request and download an asynchronous performance report via the criteo retail media api
domain: developers.criteo.com/retail-media · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
POST a report request specifying date range, dimensions, and metrics to the async report creation endpoint.
Poll the report status endpoint until it returns success (as opposed to pending, failure, or expired).
Download the completed report via the report output endpoint once status is success.
Keep requested date ranges within the 100-day maximum window per report request.
Split large historical pulls into multiple chunked requests since a single report is capped at 100,000 rows.
Known gotchas
Reports silently truncate at 100,000 rows and still return status success, so row-count checks are needed to detect incomplete data.
The maximum date range per report request is 100 days even though underlying data is retained for years - multi-year pulls need multiple chunked requests.
Most reports are daily granularity, but the Attributed Transactions report is hourly - mixing granularities in one pipeline can cause double counting if not handled explicitly.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?