list_keywords
List targeting keywords for an Apple Search Ads ad group. Returns keyword text, match type, bid amount, and status. Requires campaign and ad group IDs. Supports pagination with limit and offset.
Instructions
List targeting keywords for a specific Apple Search Ads ad group. Requires ASA authentication; read-only. Returns keyword metadata (text, match type BROAD/EXACT, bid amount, status) but not performance metrics — use get_keyword_report for metrics. Supports pagination via limit/offset; default limit 20, max 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | ID of the campaign that contains the ad group. Obtain from list_campaigns. | |
| adGroupId | Yes | ID of the ad group whose keywords to list. Obtain from list_ad_groups. | |
| limit | No | Max keywords to return (1–1000). Defaults to 20. | |
| offset | No | Zero-based page offset for pagination. Defaults to 0. |