> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Ad Group

> Advanced: partially updates a Reddit Ads ad group from a raw v3 field payload; only provided fields change and money values are raw microcurrency

Advanced: partially updates a Reddit Ads ad group from a raw v3 field payload; only provided fields change and money values are raw microcurrency. Prefer the dedicated operations (reddit\_ads\_update\_ad\_group\_status, reddit\_ads\_update\_ad\_group\_budget) for simple changes. Supports dry\_run.

|                       |                              |
| --------------------- | ---------------------------- |
| **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)        |

## Inputs

| 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.                                                                                                                                                                                                                                                                                                                                                                        |

### SelectItem

| 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. |

## Output

**Type**: `Dict`

Returns the payload and updated ad group.

**Fields**: `ad_group_id`, `payload`, `dry_run`
