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

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

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

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

## Inputs

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

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

**Fields**: `ad_id`, `payload`, `dry_run`
