Create ad plan (campaign)
create_ad_planCreate a VK Ads advertising campaign by specifying name, dates, budgets, and objective. Use the extra parameter for additional settings like priced_goal.
Instructions
Creates an ad plan (campaign). Money fields are in account currency. Pass complex or less common fields via extra (merged into the request body verbatim).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Ad plan name. | |
| extra | No | Extra ad plan fields merged into the body (e.g. priced_goal, pricelist_id). | |
| dateEnd | No | End date YYYY-MM-DD. | |
| maxPrice | No | Bid cap in account currency. | |
| dateStart | No | Start date YYYY-MM-DD. | |
| objective | No | Campaign objective, e.g. site_conversions, leadads, traffic. | |
| budgetLimit | No | Total budget in account currency. | |
| budgetLimitDay | No | Daily budget in account currency. | |
| autobiddingMode | No | Auction strategy, e.g. max_goals, fixed, second_price_mean. |