reports_campaigns
Retrieve campaign performance metrics including impressions, taps, installs, and spend. Group results by country, device, or demographics.
Instructions
Campaign-level performance report. Returns rows with impressions, taps, installs, spend, CPT/CPM/CPI, conversion rate, etc. Pass groupBy to pivot by country, device, age, gender.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startTime | Yes | Inclusive start. Format YYYY-MM-DD for DAILY/WEEKLY/MONTHLY, or ISO 8601 datetime for HOURLY. | |
| endTime | Yes | Inclusive end. | |
| granularity | No | Defaults to none (single aggregated row per entity). | |
| timeZone | No | ORTZ = the org's reporting timezone. | |
| selector | No | Selector controlling sort, filtering, and pagination of the report rows. | |
| groupBy | No | Pivot the report along these dimensions. | |
| returnRecordsWithNoMetrics | No | ||
| returnRowTotals | No | ||
| returnGrandTotals | No | ||
| orgId | No | Override the org (account) for this call. Defaults to ASA_ORG_ID. Use the `org_acls` tool to discover orgIds. |