meta_ update_ campaign_ budget
Change the budget of a Meta campaign that holds its budget at campaign level (Advantage campaign budget).
Change the budget of a Meta campaign that holds its budget at campaign level (Advantage campaign budget). On a campaign without one, Meta refuses and the ad set budget is the one to change. Amount in the account currency. Previews by default.
- Source
- Meta Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
campaignId | string | Required | Campaign ID. |
adAccountId | string | Required | Owning ad account (act_… or bare ID). |
currency | string | Required | Account currency code, for example EUR. Read it with meta_get_ad_accounts. |
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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_update_campaign_budget",
"args": {
"campaignId": "<string>",
"adAccountId": "<string>",
"currency": "<string>"
}
}
}