For the complete documentation index, see llms.txt. This page is also available as Markdown.

VAST Wrapper Tag

XML Example

<?xml version="1.0" encoding="UTF-8"?>
<VAST version="3.0">
    <Ad id="1111111">
        <Wrapper>
            <AdSystem>EXADS</AdSystem>
            <VASTAdTagURI><![CDATA[https://external.adserver.com/xml?cid=1111111]]></VASTAdTagURI>
            <Impression id="exotr">
                <![CDATA[https://syndication.realsrv.com/vregister.php?a=vimp&tracking_event=impression&idzone=22222&data=abcd]]></Impression>
            <Error>
                <![CDATA[https://syndication.realsrv.com/vregister.php?a=vview&errorcode=[ERRORCODE]&idzone=22222]]></Error>
            <Creatives>
                <Creative sequence="1" id="12345">
                    <Linear>
                        <TrackingEvents>
                            <Tracking id="prog_1" event="progress" offset="00:00:10.000">
                                <![CDATA[https://syndication.realsrv.com/vregister.php?a=vview&tracking_event=progress&progress=00:00:10.000&idzone=22222&data=abcd]]></Tracking>
                        </TrackingEvents>
                        <VideoClicks>
                            <ClickThrough>
                                <![CDATA[https://syndication.realsrv.com/click.php?data=abcd]]></ClickThrough>
                        </VideoClicks>
                    </Linear>
                </Creative>
            </Creatives>
        </Wrapper>
    </Ad>
</VAST>

Properties

Option
Explanation

<?xml version="1.0" encoding="UTF-8"?>

XML prolog with defined version and encoding.

VAST

VAST Version used by this element

Wrapper fallbackOnNoAd

Indicates that there is another VAST element inside the tree. If "Video Fallback" is enabled in the ad zone settings, then this will also indicate which position this element has in the VAST queue

VASTAdTagURI

Element is used to provide a URI to a secondary VAST response. This secondary response may be another Wrapper, but eventually a VAST wrapper must return an <InLine> ad. Version 3 doesn't limit number of Wrapper redirection, but from version 4, maximum 5 Wrapper VAST redirections are allowed.

VideoClicks

Element which is used to specify what the video player should do if the user clicks directly within the video player frame while the ad is being displayed. When a <VideoClicks> element is provided, it contains a single child <ClickTracking> element with URI (or <ClickThrough> in case of VAST Tag).

ClickTracking

Element is used to track the clickthrough when the creative file handles the clickthrough.

Extension

Additional settings provided by the ad server

Was this helpful?