VK is committed to ensuring that all ads, objects, and destination pages on online resources of its own and those of VK Ad Network partners comply with our standards and local laws. Ads must be clear, professionally designed, and contain required elements.
Review the required elements for native formats using myTarget SDK and openRTB protocol (.
The required elements for native formats include:
1. Ad label
A text label indicating that the content is an ad or other text intended to highlight an ad in the website or app content.
2. Image of the advertised product or service.
3. Link to the advertiser's website.
4. Disclaimer.
Special information about the advertised product or service required by local laws. For example, displaying the license number in the case of advertising products or services with mandatory government licensing, such as healthcare services, medical products, etc.
5. Age restrictions.
Information about age restrictions for the advertised product or service required by local laws.
6. adChoices
Contains more details on the advertiser and may include special options for the user to block the advertised product or service.
To display required ad elements using myTarget SDK, refer to the manual on implementing native formats for the following operating systems: ,
When working with VK Ads via openRTB protocol, to obtain and display required elements in native format, pass the required fields in the ad request submitted in the OpenRTB native format:
text in the AdChoices window for the "close AdChoices window" action
closeUrl
optional
Special pixel used to pass information about the reasons for blocking the ad by the user, see option
clickLink
optional
link to the Privacy Policy
iconLink
required
default adChoices image
adChoices.options
{
"id":1, // optional. Positive integer number, passed as reason in adChoices.closeUrl
"name":"Option 1", // Button name
"url":"", // optional. statistics pixel to be invoked when clicking on the button. For shouldCloseAd, redefine closeUrl, if set
"clickLink":"", // target url when the button is clicked, optional
"shouldCloseAd":true/false //whether to close the banner when this button is clicked, true is set as default
}