Create ad group
create_ad_groupCreate an ad group within an ad plan by specifying targeting, budget, dates, and objectives to organize your advertising campaigns.
Instructions
Creates an ad group inside an ad plan. Targeting goes in targetings (e.g. {"geo":{"regions":[188]},"age":{"age_list":[25,26]}}). Money fields are in account currency. Use extra for any other field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad group name. | |
| extra | No | Extra fields merged into the body verbatim. | |
| price | No | Price per optimized event, in account currency. | |
| dateEnd | No | End date YYYY-MM-DD. | |
| adPlanId | Yes | Parent ad plan id. | |
| maxPrice | No | Bid cap in account currency. | |
| dateStart | No | Start date YYYY-MM-DD. | |
| objective | No | Group objective, e.g. site_conversions, leadads, traffic. | |
| targetings | No | Targeting structure, sent verbatim. | |
| budgetLimit | No | Total budget in account currency. | |
| budgetLimitDay | No | Daily budget in account currency. | |
| autobiddingMode | No | Auction strategy, e.g. max_goals. |