update_adset
Update existing ad set fields like name, status, budget, and targeting. Only specified fields are modified.
Instructions
Update an existing ad set. Only provided fields will be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adset_id | Yes | Ad set ID to update | |
| name | No | New ad set name | |
| status | No | New status: ACTIVE, PAUSED, DELETED, ARCHIVED | |
| daily_budget | No | New daily budget in currency cents | |
| lifetime_budget | No | New lifetime budget in currency cents | |
| targeting | No | New targeting spec as JSON string | |
| start_time | No | New start time (ISO 8601) | |
| end_time | No | New end time (ISO 8601) | |
| bid_amount | No | New bid amount in currency cents |