Inputs
SelectItem
Output
Type:Dict
Returns campaign_id, campaign_name, detected campaign_mode, endpoint, updated_fields, final payload, and dry_run status.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Low-level operation to update TikTok campaigns with raw TikTok fields, for standard and Upgraded Smart+ campaigns; Markifact resolves the correct endpoint automatically
| App | TikTok Ads |
| Operation ID | tiktok_ads_update_campaign |
| Type | Action |
| Connection | tiktok_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the TikTok Ads account (advertiser) that owns the campaign. |
campaign_id | string or SelectItem | Yes | - | TikTok campaign ID to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | TikTok campaign fields to update as an object or JSON string; only the fields given are changed. TikTok allows campaign_name, budget, special_industries and po_number on standard campaigns, and campaign_name, budget, budget_auto_adjust_strategy and po_number on Upgraded Smart+ campaigns; Markifact picks the right endpoint. Exclude advertiser_id and campaign_id. Use tiktok_ads_list_campaigns first to see current values. Note: TikTok reports success and silently ignores fields a campaign cannot change (for example objective_type), so verify important changes with tiktok_ads_list_campaigns after updating. |
dry_run | boolean | No | False | When true, do not call TikTok. Return the resolved endpoint, campaign type and final payload for review. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns campaign_id, campaign_name, detected campaign_mode, endpoint, updated_fields, final payload, and dry_run status.