google_ads_location_targeting_list
Retrieve all location targeting criteria from a Google Ads campaign, including geo target constant IDs and bid modifiers. Inspect geographic targeting settings without modifying them.
Instructions
List every LOCATION campaign_criterion on a Google Ads campaign. Returns [{criterion_id, geo_target_constant (resource path, e.g. 'geoTargetConstants/2392' for Japan), bid_modifier (float or null)}]. Read-only. Geo target constant IDs map to countries/regions/cities — look up via Google's GeoTargetConstantService. For adding or removing locations use google_ads_location_targeting_update; for schedule-based targeting use google_ads_schedule_targeting_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. |