Inputs
SelectItem
SelectableOption
Output
Type:Dict
Returns the updated ad group budget.
Fields: ad_group_id, goal_type, goal_valueDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates a Reddit Ads ad group’s budget amount and optionally its daily/lifetime goal type
| App | Reddit Ads |
| Operation ID | reddit_ads_update_ad_group_budget |
| 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 ad group whose budget to update. |
goal_value | number | Yes | - | New budget amount in the account currency (converted to microcurrency automatically), daily or lifetime per goal_type. |
goal_type | string or SelectableOption | No | - | Optionally change the budget goal type. Options: ‘DAILY_SPEND’, ‘LIFETIME_SPEND’. Leave unset to keep the current type. |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Dict
Returns the updated ad group budget.
Fields: ad_group_id, goal_type, goal_value