meta_ update_ adset_ configuration
Update targeting, optimization, placements, attribution, bidding, budget or schedule.
Update targeting, optimization, placements, attribution, bidding, budget or schedule. Targeting is a COMPLETE replacement, not a partial merge. Status is unchanged. Local preview by default. No automatic retry. Account ownership is checked before Meta validation or mutation.
- 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 |
|---|---|---|---|
adAccountId | string | Required | Selected owning ad account ID, with or without act_. Every referenced ad object must belong to it. |
adSetId | string | Required | Numeric ID of the existing ad set in the selected account. |
configuration | object | Required | Explicit native Meta ad set settings. First read meta_get_adset_configuration for edits. A supplied targeting object replaces the entire targeting spec. |
currency | string | Optional | Required with any monetary amount. Must match the actual account currency; never assume EUR. |
dailyBudget | number | Optional | Daily budget in major account-currency units, e.g. 10 means EUR 10. Cannot be combined with lifetimeBudget or a campaign-owned budget. |
lifetimeBudget | number | Optional | Total lifetime budget in major account-currency units. Requires an end time; mutually exclusive with dailyBudget. |
bidAmount | number | Optional | Bid amount in major account-currency units. Only use with a compatible capped bidding strategy. |
confirm | boolean | Optional | Apply only when true. Default is a local preview with no API mutation. |
validateOnly | boolean | Optional | Ask Meta to validate, without creating or changing an object. Mutually exclusive with confirm. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_update_adset_configuration",
"args": {
"adAccountId": "<string>",
"adSetId": "<string>",
"configuration": "<object>"
}
}
}