google_ads_callouts_list
List callout extension assets linked to a Google Ads campaign. Returns ID, resource name, and callout text to audit coverage before creating or removing callouts.
Instructions
List callout extension assets linked to a Google Ads campaign. Returns [{id, resource_name, callout_text}]. Unlike google_ads_sitelinks_list, this only scans campaign_asset rows (no account-level merge). Read-only. Use this to audit coverage before calling google_ads_callouts_create (hardcoded limit: 20 callouts per campaign) or google_ads_callouts_remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| campaign_id | Yes | Campaign ID as a numeric string without dashes (e.g. '23743184133'). Obtain via google_ads_campaigns_list. |