update_ad_group
Modify existing ad group settings: update name, max CPC bid, target CPA, or status. Only specified fields change.
Instructions
Update an existing ad group.
Only provided fields will be updated.
Args: customer_id: Google Ads customer ID. ad_group_id: Ad group ID to update. name: New ad group name. cpc_bid: New max CPC bid in currency. target_cpa: New target CPA in currency. status: New status -- 'ENABLED', 'PAUSED', or 'REMOVED'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| status | No | ||
| cpc_bid | No | ||
| target_cpa | No | ||
| ad_group_id | Yes | ||
| customer_id | Yes |