create_ad_group
Creates an ad group within a campaign using a campaign ID and bidding config, returning an ad group ID to chain ad creation.
Instructions
Create an ad group for a campaign. Returns ad_group_id for chaining to create_ad. Requires campaign_id + bidding_config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad group name. | |
| status | No | ||
| campaign_id | Yes | Parent campaign ID. | |
| description | No | ||
| product_set | No | Product feed set for feed campaigns. | |
| ad_account_id | No | ||
| context_hints | No | Context hints up to 2000 chars each. | |
| bidding_config | Yes | Bidding config (billing_event_type required). | |
| idempotency_key | No | ||
| landing_page_configuration | No |