update_campaign
Modify an existing Meta Ads campaign by updating only the specified fields, including budget, bid strategy, status, schedule, and more.
Instructions
Update an existing campaign. Only provided fields will be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New campaign name | |
| status | No | New status: ACTIVE, PAUSED, DELETED, ARCHIVED | |
| stop_time | No | New stop time (ISO 8601) | |
| bid_amount | No | New bid cap / target cost in currency cents (for LOWEST_COST_WITH_BID_CAP / COST_CAP) | |
| start_time | No | New start time (ISO 8601) | |
| campaign_id | Yes | Campaign ID to update | |
| bid_strategy | No | New campaign bid strategy. LOWEST_COST_WITHOUT_CAP = Highest Volume (no cap) | |
| daily_budget | No | New daily budget in currency cents | |
| lifetime_budget | No | New lifetime budget in currency cents |