update_schedule
Modify an existing ad schedule's timing, quotas, delivery pacing, and frequency caps to align with campaign goals.
Instructions
Update an existing schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Schedule ID | |
| end_at | No | End date/time in ISO-8601 format | |
| end_date | No | End date (YYYY-MM-DD HH:MM:SS) — deprecated, use end_at | |
| start_at | No | Start date/time in ISO-8601 format | |
| quota_type | No | Quota measurement type | |
| start_date | No | Start date (YYYY-MM-DD HH:MM:SS) — deprecated, use start_at | |
| day_cap_type | No | Daily cap type | |
| day_cap_limit | No | Daily cap limit | |
| day_parting_id | No | Day parting ID for time-of-day targeting | |
| quota_lifetime | No | Total quota amount (views or clicks, not per thousand) | |
| delivery_method | No | Delivery pacing: "default" (ASAP) or "smooth" (evenly distributed) | |
| end_at_timezone | No | IANA timezone for end_at | |
| start_at_timezone | No | IANA timezone for start_at | |
| per_user_view_limit | No | Per-user view frequency cap | |
| per_user_view_period | No | Days before per-user view counter resets | |
| under_delivery_behaviour | No | Whether to keep serving until quota met or stop on end date |