Skip to content
Get MCP AdsGet MCP Ads, home
View as Markdown

tiktok_create_custom_identity

Create an advertiser-owned CUSTOMIZED_USER advertising identity for Pangle or Global App Bundle.

Create an advertiser-owned CUSTOMIZED_USER advertising identity for Pangle or Global App Bundle. Does not create a public TikTok profile or enable delivery. Custom identities cannot be used for new TikTok-placement ads. Uses TikTok’s default avatar. Local preview by default. No automatic retry; advertiser ownership is checked before applying.

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
advertiserIdstringRequiredExact TikTok numeric ID as a string, never a rounded JavaScript number.
displayNamestringRequiredExact public-facing advertising identity name approved by the user. This is not an ad or campaign name.
confirmbooleanOptionalApply only when true. Default is a local preview without any TikTok call. Never retry an uncertain POST automatically.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_create_custom_identity",
    "args": {
      "advertiserId": "<string>",
      "displayName": "<string>"
    }
  }
}
Esc

Type to search