Inputs
SelectItem
Output
Type:Dict
Returns the payload and updated campaign.
Fields: campaign_id, payload, dry_runDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Advanced: partially updates a Reddit Ads campaign from a raw v3 field payload; only provided fields change and money values are raw microcurrency
| App | Reddit Ads |
| Operation ID | reddit_ads_update_campaign |
| Type | Action |
| Connection | reddit_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 Reddit Ads account that owns the campaign. |
campaign_id | string or SelectItem | Yes | - | ID of the Reddit Ads campaign to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Campaign fields to update as a JSON object using the official Reddit Ads v3 field names, sent as-is with raw microcurrency values. Only provided fields change. Common editable fields: name, configured_status, spend_cap, goal_value, bid_strategy, bid_type, bid_value, start_time, end_time, funding_instrument_id, and invoice_label. Example: {“name”: “New name”} |
dry_run | boolean | No | False | When true, do not call Reddit. Return the resolved 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 the payload and updated campaign.
Fields: campaign_id, payload, dry_run