# Search Google Ads geo targets (adsap_google_search_geo_targets)

Resolves location names (cities, regions, countries, postal areas) to Google Ads geo target IDs.

Canonical: https://adsap.ai/docs/tools/adsap_google_search_geo_targets
Updated: 2026-09-13

**Platform:** Google Ads · **Read or write:** Read · **Plan:** All plans · **Consumes a task:** No · **Preview supported:** No

## What it does

Resolves location names (cities, regions, countries, postal areas) to Google Ads geo target IDs. Each match returns its ID, type, country, reach and parent locations. The IDs feed campaign location targeting.

## Parameters

Descriptions are shortened from the tool schema. Your assistant sees the full text.

| Name | Type | Required | Description |
|---|---|---|---|
| `location_names` | array of string | Yes | Location names to resolve, e.g. ['Paris', 'Lyon']. Max 25 per call. |
| `country_code` | string | No | Optional 2-letter ISO country code to scope the search: recommended for ambiguous city names. |
| `locale` | string | No | Display-language locale for the returned names (default 'en'). |

## Example prompts

- "Find the Google geo targets for Paris, Lyon and Marseille in France."
- "What is the location ID for Austin, Texas in Google Ads?"

## Notes

You can resolve up to 25 names per call. Pass a country code for ambiguous names, such as Paris in France versus Paris in Texas.

## Related tools

- [`adsap_google_keyword_ideas`](/tools/adsap_google_keyword_ideas): Get keyword suggestions with search volume from Google Keyword Planner for a Google Search campaign.
- [`adsap_google_manage_keywords`](/tools/adsap_google_manage_keywords): Manage Google Ads Search keywords AFTER creation.
- [`adsap_google_manage_targeting`](/tools/adsap_google_manage_targeting): Manage a Google Ads campaign or ad group's targeting AFTER creation: GEO, LANGUAGE and AUDIENCES.
- [`adsap_google_search_terms`](/tools/adsap_google_search_terms): Search terms report for a Google Ads account: the REAL user queries that triggered Search (and Shopping) ads, with...

## Guide

Read [Google Ads](/guides/google-ads) for the workflow around this tool, and the [Tool reference](/tools) for every tool.
