create_ad_account_spend_limit_window
Set an ad account spend cap for a date range using inclusive start and exclusive end timestamps, preventing overspending.
Instructions
Create a spend limit window with inclusive start and exclusive end. Use to cap spend over a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | Exclusive end as unix seconds. | |
| start_time | Yes | Inclusive start as unix seconds. | |
| ad_account_id | No | Optional ad account ID override. | |
| spend_limit_micros | Yes | Spend cap in micros (1 USD = 1,000,000). |