# tiktok_get_targeting

> Read configured ad group targeting and audience references: custom/lookalike inclusions/exclusions, geo, language, age/gender, placements, interests…

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

Read configured ad group targeting and audience references: custom/lookalike inclusions/exclusions, geo, language, age/gender, placements, interests and behaviors. Supports classic and upgraded Smart+ (smartPlus:true), preserving targeting_spec and automatic targeting settings. Does not infer delivered audiences or hidden Smart+ signals. Use tiktok_get_audiences for audience names/types and tiktok_get_audience_report for delivered demographics.

|  |  |
| --- | --- |
| Source | [TikTok Ads](https://www.getmcpads.com/docs/sources/tiktok-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `advertiserId` |
| Endpoint | https://mcp.getmcpads.com/tiktok-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `advertiserId` | string | Required | Exact TikTok numeric ID, as a string. |
| `campaignId` | string | Optional | Exact TikTok numeric ID, as a string. |
| `adgroupIds` | array | Optional |  |
| `smartPlus` | boolean | Optional | Use true for upgraded Smart+ ad groups: reads their native targeting_spec and exact placements via smart_plus/adgroup/get. No fallback to classic settings. Default: `false`. |
| `page` | integer | Optional | Default: `1`. |
| `limit` | integer | Optional | Default: `100`. |

## Calling it

Directly, since it is announced

```json
{
  "name": "tiktok_get_targeting",
  "arguments": {
    "advertiserId": "<string>"
  }
}
```

- [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
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
