tiktok_ads_get_creative_report
Get TikTok Ads Creative Report
TiktokDescription
Get video creative performance metrics for TikTok ads — video views, watch time, completion rates (p25/p50/p75/p100), engagement, and per-creative breakdowns. Supports filtering by campaign_id or adgroup_id to narrow results. Use this tool for video-specific metrics and creative-level analysis.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "tiktok_ads_get_creative_report",
"arguments": {}
}
}
hopkin tiktok creative-report get
| Flag | Type | Required | Description |
|---|---|---|---|
--advertiser-id | string | Required | TikTok advertiser ID. |
--campaign | string | Optional | Filter to a specific campaign. |
--adgroup-id | string | Optional | Filter to a specific ad group. |
--start-date | string | Optional | Start date in YYYY-MM-DD format. |
--end-date | string | Optional | End date in YYYY-MM-DD format. |
--page | integer | Optional | Page number (1-indexed). Default: 1. |
--page-size | integer | Optional | Results per page. Default: 20. |
{
"mcpServers": {
"tiktok-ads": {
"url": "https://mcp.hopkin.ai/tiktok-ads/mcp",
"transport": "sse"
}
}
}
No example prompts available.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
advertiser_id |
string |
Required | TikTok advertiser ID.minLength: 1 |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (6)
| Name | Type | Required | Description |
|---|---|---|---|
campaign_id |
string |
Optional | Filter to a specific campaign. |
adgroup_id |
string |
Optional | Filter to a specific ad group. |
start_date |
string |
Optional | Start date in YYYY-MM-DD format. |
end_date |
string |
Optional | End date in YYYY-MM-DD format. |
page |
integer |
Optional | Page number (1-indexed). Default: 1.min: 1 |
page_size |
integer |
Optional | Results per page. Default: 20.min: 1, max: 1000 |