google_ads_ads_update_status
Set delivery status of a Google Ads ad to ENABLED, PAUSED, or REMOVED without resetting learning signals. Lightweight update returns ad ID and new status for pause/resume workflows.
Instructions
Sets the delivery status of a single ad to ENABLED, PAUSED, or REMOVED. Lightweight — writes only the status field and does not reset learning signals. Returns the ad ID and new status. Reversible via rollback_apply. Use this for pause/resume; use google_ads_ads_update to change the creative copy itself.
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. | |
| ad_group_id | Yes | Parent ad group ID. | |
| ad_id | Yes | Ad ID. | |
| status | Yes | Target status. REMOVED is a soft delete — the ad stops serving but remains queryable by ID. |