Custom Slot scripts are scripts that will be shown in ATF Ad Slots, which are Custom format:
...
Info |
---|
The slot ID must be the same as on the ad-slot on the page (see below). |
<atf-ad-slot id="new_custom_script" atf-customSlot=”adtech_outstream_custom” atf-format="custom"></atf-ad-slot>
...
Code Block |
---|
<script type='text/javascript'> (function () { if(typeof window.vlybyRunning === "undefined") { var s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('async', 'true'); s.setAttribute('src', '//cdn.vlyby.com/qad/qad-outer2.js'); s.setAttribute('data-PubId', '00ufrdho60fMP3nQO0h7'); s.setAttribute('data-PlacementId', 'custom'); s.setAttribute('data-DivId', 'adtech_outstream_vlyby-custom'); window.top.document.head.appendChild(s); } })(); </script> <div id="vlyby-custom"></div> |