update_ad_account_spend_limit_window
Update an ad account's spend limit window by specifying its window ID and new start/end times or spend cap. Adjust spending limits to manage campaign budgets over custom time periods.
Instructions
Edit a spend limit window (inclusive start, exclusive end). Provide window_id from get/create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | Exclusive end unix seconds. | |
| window_id | Yes | Spend limit window ID. | |
| start_time | No | Inclusive start unix seconds. | |
| ad_account_id | No | Optional ad account ID override. | |
| spend_limit_micros | No | Spend cap in micros. |