Draft: create an ad group
create_ad_groupDraft a new ad group in an existing campaign, returning a draft ID for confirmation. Use confirm_write to finalize creation.
Instructions
Draft a new ad group inside an existing campaign. Returns a draftId — call confirm_write to actually create it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| campaignId | Yes | Numeric campaign ID to create the ad group in | |
| startEnabled | No | If false, create as PAUSED instead of ENABLED. Defaults to true — an empty ad group has no ads or keywords yet, so it can't spend. |