tiktok_ update_ campaign_ status
Pause or reactivate 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.
Pause or reactivate a TikTok campaign. 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. |
campaignId | string | Required | Campaign ID. |
status | string | Required | ENABLE reactivates, DISABLE pauses. One of: ENABLE, DISABLE. |
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_update_campaign_status",
"args": {
"advertiserId": "<string>",
"campaignId": "<string>",
"status": "ENABLE"
}
}
}