# snapchat_get_targeting_options

> Discover native targeting values before editing: countries, regions, languages, genders, interests and devices.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Snapchat Ads](https://www.getmcpads.com/docs/sources/snapchat-ads)

Discover native targeting values before editing: countries, regions, languages, genders, interests and devices. Retains pagination; do not invent category IDs.

|  |  |
| --- | --- |
| Source | [Snapchat Ads](https://www.getmcpads.com/docs/sources/snapchat-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/snapchat-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Selected Snapchat ad account UUID; never an organization ID. |
| `category` | string | Required | One of: `countries`, `regions`, `metros`, `postal_codes`, `languages`, `genders`, `age_groups`, `interests`, `devices`. |
| `countryCode` | string | Optional |  |
| `limit` | integer | Optional | Default: `100`. |
| `cursor` | string | Optional |  |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "snapchat_get_targeting_options",
    "args": {
      "adAccountId": "<string>",
      "category": "countries"
    }
  }
}
```

- [Snapchat Ads metrics](https://www.getmcpads.com/docs/sources/snapchat-ads/metrics): What you can ask for.
- [Snapchat Ads dimensions](https://www.getmcpads.com/docs/sources/snapchat-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/snapchat-ads/tools/snapchat_get_targeting_options
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
