Overview
The Report API lets you query performance data by campaign, product, unit, and creative, as well as backfill ad revenue data.Prerequisites
- An API key with
report:readpermission is required - See the Integrations guide for key generation instructions
Basic Information
Campaign Report
Query performance data with cross-tabulation by campaign, product, unit, and creative.Request
Request Parameters
Valid tab × segment Combinations
Filter Format
field accepts campaign, product, unit, or creative. value is an array of matching IDs. When multiple filters are set, only data matching ALL conditions is returned.
Example Request
Response
Response Fields
summary contains grand totals, items contains individual detail rows.
Common Fields
Performance Metrics
Campaign Info (when tab or segment is campaign)
Product/Unit/Creative Info
Cost/Settlement Info
Backfill Report
Query backfill ad revenue data broken down by unit and date. All monetary values are in USD.Request
Request Parameters
Example Request
Response
Response Fields
Error Codes
Limitations
- Maximum query range per request is 30 days.
- Date format must be YYYY-MM-DD (ISO 8601).
- Per-key rate limits are not currently enforced but may be introduced in the future.