Create banner (ad)
create_bannerCreates a banner in an ad group, using uploaded media references for creative content, text blocks for ad copy, and URLs for links. This lets you add ad creatives directly through the VK Ads API.
Instructions
Creates a banner inside an ad group. Creative content references uploaded media via content, ad copy goes in textblocks and links in urls. These structures are sent verbatim; consult the VK Ads docs for the exact shape per ad format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Banner name. | |
| urls | No | Link objects, e.g. {"primary":{"url":"https://..."}}. | |
| extra | No | Extra banner fields merged into the body verbatim. | |
| content | No | Creative content references (uploaded media ids). | |
| adGroupId | Yes | Parent ad group id. | |
| textblocks | No | Text blocks, e.g. {"title":{"text":"..."},"text":{"text":"..."}}. |