tiktok_ get_ targeting
Read configured ad group targeting and audience references: custom/lookalike inclusions/exclusions, geo, language, age/gender, placements, interests…
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
- Kind
- Read
- Discovery
- Announced in the tool list
- Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "tiktok_get_targeting",
"arguments": {
"advertiserId": "<string>"
}
}