google_ads_ad_groups_create
Create a new ad group within a Google Ads campaign. Requires campaign ID and ad group name. Returns resource name and ID. Parent campaign must not be REMOVED. Reversible via rollback_apply.
Instructions
Creates a new ad group inside an existing campaign. Returns the new ad_group's resource_name and id. Mutating — reversible via rollback_apply (rollback pauses the ad group rather than deleting it). The parent campaign must be ENABLED or PAUSED; creating under a REMOVED campaign fails. After creation, add ads with google_ads_ads_create and keywords with google_ads_keywords_add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| campaign_id | Yes | Parent campaign ID. Must exist and not be REMOVED. | |
| name | Yes | Ad group name (max 255 chars). Must be unique within the parent campaign. | |
| cpc_bid_micros | No | Default CPC bid in micros (1 JPY = 1_000_000 micros; 1 USD = 1_000_000 micros). Minimum 10_000 (= ¥0.01 / $0.01). Omit to inherit the campaign's default. |