google_ads_batch_enable_campaigns
Enable multiple Google Ads campaigns at once by providing customer ID and campaign IDs. Streamline campaign activation with a single batch operation.
Instructions
Enable multiple campaigns in a single batch operation.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) campaign_ids: Comma-separated list of campaign IDs
Returns: Batch operation result
Example: google_ads_batch_enable_campaigns( customer_id="1234567890", campaign_ids="12345678,87654321,11111111" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| campaign_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |