tiktok_ create_ campaign
Create a TikTok campaign. A write tool that previews before it changes anything, one of 32 TikTok Ads tools on the Get MCP Ads MCP gateway.
Create a TikTok campaign. It is always created disabled and there is no option to create it running. Previews by default.
- Source
- TikTok Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | TikTok advertiser ID. |
name | string | Required | Name to set. This is the only thing the call changes. |
objective | string | Required | Objective type. One of: REACH, TRAFFIC, VIDEO_VIEWS, LEAD_GENERATION, WEB_CONVERSIONS, PRODUCT_SALES, ENGAGEMENT. |
budget | number | Required | Budget in the account currency. |
budgetMode | string | Optional | Daily by default. One of: BUDGET_MODE_DAY, BUDGET_. |
confirm | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_create_campaign",
"args": {
"advertiserId": "<string>",
"name": "<string>",
"objective": "REACH",
"budget": "<number>"
}
}
}