reports_keywords_in_campaign
Retrieve keyword-level performance metrics aggregated across all ad groups in a campaign. Supports custom date ranges, granularity, and filtering.
Instructions
Keyword report rolled up across all ad groups in one campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | ||
| 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. |