draft_ad_group
Draft a preview of a new ad group with keywords and bid inside a campaign. Call confirm_and_apply to finalize.
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 |
|---|---|---|---|
| campaign_id | Yes | ||
| ad_group_name | Yes | ||
| keywords | No | ||
| customer_id | No | ||
| cpc_bid_micros | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||