Appearance
Create VAST Tag
★ Note: Use this integration only if you're not using the RiAd TagManager
To create a VAST Tag API use the URL below as a template:
shell
# VAST Tag example with placeholders
https://cdn.ringier-advertising.ch/v1/loadvast?publisher=<your-domain>&language=<your-language>&platform=<your-platform>&channel=<your-channel>&format=<our-slot-code><your-optional-targeting>Please replace the placeholders from the template above using your proper values.
| Placeholder | Example | Description |
|---|---|---|
<your-domain> | example.com | domain name of your site |
<your-language> | DE | language of the site, e.g. DE / FR / IT / EN |
<your-platform> | Desktop | platform of the user, e.g. Desktop / MobileWeb / ... |
<your-channel> | ROS | channel of the user, e.g. Home / News / Sport / ... |
<our-slot-code> | PREROLL_1 | Slotcode with position indication, e.g. PREROLL_1, MIDROLL_2, POSTROLL_1 |
<your-optional-targeting> | &kw_article=123&kw_subsection=1 | additional targeting can be appended to the URL with an &. The keys need to be prefixed with kw_ |

