Update Ad Set
meta_update_adsetUpdate an existing Meta ad set by modifying name, status, budget, end time, or placements. Provide adset ID and only the fields to change for targeted updates.
Instructions
Updates an existing ad set. Only provided fields are changed.
Args:
adset_id (string): Ad set ID to update
name (string, optional): New name
status (string, optional): ACTIVE, PAUSED, or ARCHIVED
daily_budget (number, optional): New daily budget in cents
end_time (string, optional): New end time ISO 8601
placement_soft_opt_out (string[], optional): Placements to soft opt-out (up to 5% spend may still go to these). Only for Sales/Leads objectives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| status | No | ||
| adset_id | Yes | ||
| end_time | No | ||
| daily_budget | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |
| placement_soft_opt_out | No | Placements to soft opt-out (up to 5% spend may still go to these for better performance). Only for Sales/Leads objectives. |