Create banner (ad)
create_bannerCreate a banner in an ad group by providing media content, text blocks, and URLs. The banner is assembled from these components as per VK Ads format.
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":"..."}}. |