google_ads_bulk_update_ad_status
Update the status of multiple Google Ads in bulk to ENABLED, PAUSED, or REMOVED, saving time on repetitive individual changes.
Instructions
Update status for multiple ads at once.
Args: customer_id: Customer ID (without hyphens) status_updates: List of dicts with 'ad_group_id' and 'ad_id' status: New status for all ads (ENABLED, PAUSED, or REMOVED)
Returns: Success message
Example: status_updates = [ {"ad_group_id": "123", "ad_id": "456"}, {"ad_group_id": "123", "ad_id": "789"} ]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| status_updates | Yes | ||
| status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |