tiktok_ads_get_smart_plus_report
Get TikTok Smart+ Creative Material Report
TiktokDescription
Get Smart+ creative material performance breakdown. Use this when analyzing Smart+ campaign creative variants — breaks down performance by creative material (video/image), text, and enhancement (CTA) combinations. Required for accurate Smart+ reporting, as the standard reporting tools only show parent ad-level data.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "tiktok_ads_get_smart_plus_report",
"arguments": {}
}
}
hopkin tiktok smart-plus-report get
| Flag | Type | Required | Description |
|---|---|---|---|
--advertiser-id | string | Required | TikTok advertiser account ID. |
--dimensions | array | Required | Creative dimensions to break down by. Examples: material/creative type, text, enhancement/CTA. |
--start-date | string | Required | Start date in YYYY-MM-DD format. |
--end-date | string | Required | End date in YYYY-MM-DD format. |
--metrics | array | Optional | Metrics to retrieve. Defaults to spend, impressions, clicks, conversions, and cost metrics. |
--campaign-ids | array | Optional | Filter by campaign IDs. |
--adgroup-ids | array | Optional | Filter by ad group IDs. |
--smart-plus-ad-ids | array | Optional | Filter by Smart+ ad IDs. |
--main-material-ids | array | Optional | Filter by material (video/image) IDs. |
--main-material-types | array | Optional | Filter by material types. |
--sort-field | string | Optional | Sort by field. Default: spend. |
--sort-type | string | Optional | Sort direction. Default: DESC. |
--page | integer | Optional | Page number (1-indexed). Default: 1. |
--page-size | integer | Optional | Results per page. Default: 20. |
{
"mcpServers": {
"tiktok-ads": {
"url": "https://tiktok.mcp.hopkin.ai",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
advertiser_id |
string |
Required | TikTok advertiser account ID.minLength: 1 |
dimensions |
array |
Required | Creative dimensions to break down by. Examples: material/creative type, text, enhancement/CTA. |
start_date |
string |
Required | Start date in YYYY-MM-DD format. |
end_date |
string |
Required | End date in YYYY-MM-DD format. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (10)
| Name | Type | Required | Description |
|---|---|---|---|
metrics |
array |
Optional | Metrics to retrieve. Defaults to spend, impressions, clicks, conversions, and cost metrics. |
campaign_ids |
array |
Optional | Filter by campaign IDs. |
adgroup_ids |
array |
Optional | Filter by ad group IDs. |
smart_plus_ad_ids |
array |
Optional | Filter by Smart+ ad IDs. |
main_material_ids |
array |
Optional | Filter by material (video/image) IDs. |
main_material_types |
array |
Optional | Filter by material types. |
sort_field |
string |
Optional | Sort by field. Default: spend. |
sort_type |
string |
Optional | Sort direction. Default: DESC.ASC DESC |
page |
integer |
Optional | Page number (1-indexed). Default: 1.min: 1 |
page_size |
integer |
Optional | Results per page. Default: 20.min: 1, max: 1000 |