Inputs
SelectItem
Output
Type:Dict
Returns the payload and updated ad.
Fields: ad_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 ad from a raw v3 field payload; only provided fields change and money values are raw microcurrency
| App | Reddit Ads |
| Operation ID | reddit_ads_update_ad |
| 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 ad. |
ad_id | string or SelectItem | Yes | - | ID of the Reddit Ads ad to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Ad 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, post_id, click_url, click_url_query_parameters, event_trackers, products, shopping_creative, and preview_expiry. 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 ad.
Fields: ad_id, payload, dry_run