VAST Config setup
For now (UI is under development), the VAST config is handled through a Google Spreadsheet available here.
The template is taking all OpenRTB 2.5 Imp.Video specs available here. Save the file under a new name and please advise us when filled.
In addition, we provide a
no_vast_callback
field, where you can embed a VAST tag which will be called in case Nexx360 has no ad to serve.We provide macros to ensure GDPR items are transmitted:
Macros | Value |
---|---|
${GPDR} | 0 or 1 if GDPR applies |
${GDPR_CONSENT} | The GDPR consent string |
${REFERRER_URL} | The url of the page where video is displayed |
${CACHEBUSTER} | A unique id for the impression |
An example would be:
https://securepubads.g.doubleclick.net/gampad/ads?env=vp&gdfp_req=1&output=vast&iu=/1234/video-demo&sz=400x300&unviewed_position_start=1&ciu_szs=728x90,300x250&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT}&url=${REFERRER_URL}&cachebuster=${CACHEBUSTER}
Last modified 1mo ago