Skip to content
Get MCP AdsGet MCP Ads, home
Start free

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
advertiserId
Endpoint
https://mcp.getmcpads.com/tiktok-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
advertiserIdstringRequiredTikTok advertiser ID.
namestringRequiredName to set. This is the only thing the call changes.
objectivestringRequiredObjective type. One of: REACH, TRAFFIC, VIDEO_VIEWS, LEAD_GENERATION, WEB_CONVERSIONS, PRODUCT_SALES, ENGAGEMENT.
budgetnumberRequiredBudget in the account currency.
budgetModestringOptionalDaily by default. One of: BUDGET_MODE_DAY, BUDGET_MODE_TOTAL.
confirmbooleanOptionalSet to true to actually apply the change. Without it, the tool only previews.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_create_campaign",
    "args": {
      "advertiserId": "<string>",
      "name": "<string>",
      "objective": "REACH",
      "budget": "<number>"
    }
  }
}
Esc

Type to search