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.
- 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 | Exact TikTok numeric ID as a string, never a rounded JavaScript number. |
displayName | string | Required | Exact public-facing advertising identity name approved by the user. This is not an ad or campaign name. |
confirm | boolean | Optional | Apply only when true. Default is a local preview without any TikTok call. Never retry an uncertain POST automatically. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_create_custom_identity",
"args": {
"advertiserId": "<string>",
"displayName": "<string>"
}
}
}