Inputs
SelectItem
Output
Type:Dict
Returns the payload and updated ad group.
Fields: ad_group_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 group 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_group |
| 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 group. |
ad_group_id | string or SelectItem | Yes | - | ID of the Reddit Ads ad group to update. Do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Ad Group 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, goal_type, goal_value, bid_strategy, bid_type, bid_value, optimization_goal, targeting, schedule, start_time, end_time, conversion_pixel_id, shopping fields, and audience fields. 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 group.
Fields: ad_group_id, payload, dry_run