update_ad_group_bid
Update the CPC bid for an ad group. Provide the ad group ID and new bid amount in micros to adjust bidding.
Instructions
Update the CPC bid for an ad group.
Args: ad_group_id: Ad group ID to update cpc_bid_micros: New CPC bid in micros (1,000,000 = $1.00) customer_id: Target customer ID (optional if set in config) dry_run: If True, validate but don't execute
Returns: Result with success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes | ||
| cpc_bid_micros | Yes | ||
| customer_id | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||