get_keyword_report
Retrieve keyword-level performance metrics for an Apple Search Ads ad group, including impressions, taps, spend, installs, and install rate, grouped by country with grand totals.
Instructions
Fetch performance metrics for targeting keywords in a specific Apple Search Ads ad group: impressions, taps, TTR, spend, CPI, installs, and install rate broken down per keyword. Requires ASA authentication; read-only. Use get_search_terms_report to see the actual user queries that triggered these keywords. Results are grouped by country/region and include grand totals. Defaults to the last 30 days with WEEKLY granularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start of the reporting period (YYYY-MM-DD). Defaults to 30 days ago. | |
| endDate | No | End of the reporting period (YYYY-MM-DD). Defaults to today. | |
| granularity | No | Time granularity for the breakdown rows: HOURLY, DAILY, WEEKLY, or MONTHLY. Defaults to WEEKLY. | |
| campaignId | Yes | ID of the campaign containing the ad group. Obtain from list_campaigns. | |
| adGroupId | Yes | ID of the ad group to report on. Obtain from list_ad_groups. |