google_ads_sitelinks_list
Audit Google Ads sitelinks: list campaign and account-level entries, deduplicated by ID. Review before adding (max 20) or removing. Returns IDs, link text, descriptions, final URLs, level.
Instructions
List sitelink assets attached to a Google Ads campaign, merging campaign-level and account-level entries. Returns [{id, resource_name, link_text, description1, description2, final_urls:[string], level ('campaign'|'account')}]. Account-level sitelinks apply to the whole customer and are deduplicated by id. Read-only. Use this to audit extensions before calling google_ads_sitelinks_create (20 per-campaign limit) or google_ads_sitelinks_remove. For callouts use google_ads_callouts_list.
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. |