# pinterest_update_adgroup_budget

> Change the daily or lifetime budget of a Pinterest ad group. A write tool that previews before it changes anything, one of 31 Pinterest Ads tools on the Get…

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

Change the daily or lifetime budget of a Pinterest ad group. Amount in the account currency. Pinterest expects micro units of the currency, the conversion is done here. Previews by default.

> **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 | [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/pinterest-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Pinterest ad account ID. |
| `adGroupId` | string | Required | Ad group ID. |
| `dailyBudget` | number | Optional | New daily budget, in the account currency. |
| `lifetimeBudget` | number | Optional | New lifetime budget, in the account currency. |
| `confirm` | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_update_adgroup_budget",
    "args": {
      "adAccountId": "<string>",
      "adGroupId": "<string>"
    }
  }
}
```

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

---

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