tiktok_ads_get_insights
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Get TikTok Ads performance report with video metrics (2 credits). Returns spend, impressions, clicks, CTR, conversions, CPA, ROAS, and TikTok-specific video engagement metrics per campaign/adgroup/ad.
Parameters schema
{
"type": "object",
"title": "tiktok_ads_get_insightsArguments",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 7
},
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Id",
"default": null
},
"data_level": {
"type": "string",
"title": "Data Level",
"default": "AUCTION_CAMPAIGN"
},
"account_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Account Name",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries