Update Campaign
meta_update_campaignModify an existing campaign's settings: update name, status, budget, or migrate to Advantage+ Shopping.
Instructions
Updates an existing campaign. Only provided fields are changed.
Can also migrate a campaign to Advantage+ Shopping by setting migrate_to_advantage_plus to true.
Args:
campaign_id (string): Campaign ID to update
name (string, optional): New campaign name
status (string, optional): ACTIVE, PAUSED, or ARCHIVED
daily_budget (number, optional): New daily budget in cents
lifetime_budget (number, optional): New lifetime budget in cents
migrate_to_advantage_plus (boolean, optional): Migrate this campaign to Advantage+ Shopping (keeps original campaign ID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | Campaign ID | |
| name | No | ||
| status | No | ||
| daily_budget | No | ||
| lifetime_budget | No | ||
| migrate_to_advantage_plus | No | Migrate this campaign to Advantage+ Shopping (keeps original campaign ID) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |