draft_ad_group
Draft a new ad group in a campaign with optional keywords and CPC bid, returning a preview plan to review before applying.
Instructions
Draft a new ad group within an existing campaign — returns a PREVIEW, does NOT create.
Creates an ad group (ENABLED, type SEARCH_STANDARD) in the specified campaign. Optionally includes keywords in the same atomic operation.
campaign_id: The campaign to add the ad group to (get from get_campaign_performance). ad_group_name: Name for the new ad group. keywords: Optional list of {"text": "keyword", "match_type": "EXACT|PHRASE|BROAD"}. cpc_bid_micros: Optional ad group CPC bid in micros (only for MANUAL_CPC campaigns).
Call confirm_and_apply with the returned plan_id to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | ||
| campaign_id | Yes | ||
| customer_id | No | ||
| ad_group_name | Yes | ||
| cpc_bid_micros | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||