# tiktok_get_targeting_catalog

> Read TikTok targeting and planning catalogs: locations, languages, interests, behaviors, hashtags, Search Ads keyword ideas/health, devices, carriers…

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

Read TikTok targeting and planning catalogs: locations, languages, interests, behaviors, hashtags, Search Ads keyword ideas/health, devices, carriers, contextual tags, content exclusions, and time zones.

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

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `catalog` | string | Required | One of: `locations`, `languages`, `targeting_search`, `interest_categories`, `interest_keywords`, `action_categories`, `hashtags`, `search_keyword_recommendations`, `search_keyword_ideas`, `search_campaign_health`, `os_versions`, `device_models`, `carriers`, `internet_service_providers`, `contextual_tags`, `content_exclusions`, `timezones`. |
| `advertiserId` | string | Optional |  |
| `query` | string | Optional |  |
| `parameters` | object | Optional | Additional native parameters documented for the selected GET endpoint. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_get_targeting_catalog",
    "args": {
      "catalog": "locations"
    }
  }
}
```

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

---

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