# reddit_update_campaign

> update Reddit campaign with native fields, including supported objectives/formats.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Reddit Ads](https://www.getmcpads.com/docs/sources/reddit-ads)

update Reddit campaign with native fields, including supported objectives/formats. Preview by default; creations of campaigns/groups/ads are always PAUSED. Read reddit_get_write_schema(operation=campaign_update) and current configuration before edits.

> **Note** External assistant access is pending Reddit clarification. Authorized operators can manage the test connection; the implemented tools are documented here but are not publicly callable yet.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Reddit Ads](https://www.getmcpads.com/docs/sources/reddit-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/reddit-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Selected Reddit ad account ID (a2_...), not the business ID. |
| `id` | string | Required | Native Reddit identifier for this entity or parent; never an ID from another selected account. |
| `data` | object | Required | Native Reddit fields. Read reddit_get_write_schema first. Microcurrency budgets; partial nested objects replace that object. |
| `confirm` | boolean | Optional | False previews locally. True applies only the explicitly authorized change. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "reddit_update_campaign",
    "args": {
      "adAccountId": "<string>",
      "id": "<string>",
      "data": "<object>"
    }
  }
}
```

- [Reddit Ads metrics](https://www.getmcpads.com/docs/sources/reddit-ads/metrics): What you can ask for.
- [Reddit Ads dimensions](https://www.getmcpads.com/docs/sources/reddit-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/reddit-ads/tools/reddit_update_campaign
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
