set_ad_status
Set a Google Ads ad to enabled, paused, or removed by specifying customer, ad group, and ad IDs for immediate status control.
Instructions
Set an ad's status (enable, pause, or remove).
Args: customer_id: Google Ads customer ID. ad_group_id: Ad group ID containing the ad. ad_id: Ad ID. status: New status -- 'ENABLED', 'PAUSED', or 'REMOVED'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | ||
| status | Yes | ||
| ad_group_id | Yes | ||
| customer_id | Yes |