google_ads_schedule_targeting_update
Add or remove ad-schedule criteria on a Google Ads campaign in one mutate. Provide schedules (day, optional start/end hour) or criterion IDs to remove. Default times on the hour. Revert by calling inverse operations.
Instructions
Add and/or remove ad-schedule criteria on a Google Ads campaign in a single mutate. Returns [{resource_name}] — one entry per operation (adds first, then removes). Mutating — new schedule criteria default to start_minute/end_minute=ZERO (on the hour). Reversible only by calling this tool again with inverse operations. At least one of add_schedules / remove_criterion_ids must be provided. For the read-only listing use google_ads_schedule_targeting_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| campaign_id | Yes | Campaign ID as a numeric string without dashes (e.g. '23743184133'). Obtain via google_ads_campaigns_list. | |
| add_schedules | No | List of schedules to create. Each entry maps to one AdSchedule criterion. | |
| remove_criterion_ids | No | Existing criterion_ids to remove (numeric strings). Obtain via google_ads_schedule_targeting_list. |