> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Geo Targets

> Search for Google Ads geo target location IDs by name

Search for Google Ads geo target location IDs by name. Find location IDs for cities, regions, countries, and other geographic targets to use in campaign targeting.

|                      |                           |
| -------------------- | ------------------------- |
| **App**              | Google Ads                |
| **Operation ID**     | `gads_search_geo_targets` |
| **Type**             | Action                    |
| **Connection**       | None                      |
| **Credits per run**  | Free                      |
| **Agent / MCP tool** | Yes                       |

## Inputs

| Field          | Type    | Required | Default | Description                                                                                         |
| -------------- | ------- | -------- | ------- | --------------------------------------------------------------------------------------------------- |
| `search_terms` | string  | Yes      | -       | Location names to search for, separated by commas or newlines (e.g., 'Paris, New York, California') |
| `country_code` | string  | No       | -       | Optional 2-letter ISO country code to filter results (e.g., 'US', 'FR')                             |
| `locale`       | string  | No       | `en`    | Locale for results (e.g., 'en', 'fr', 'de'). Default: 'en'                                          |
| `limit`        | integer | No       | `50`    | Maximum number of results to return. Default: 50                                                    |

## Output

**Type**: `List[Dict]`

Returns list of matching geo target locations with IDs, names, country codes, and target types.

**Fields**: `location_id`, `name`, `canonical_name`, `country_code`, `target_type`, `status`, `reach`, `search_term`
