Single Wrapper Example
VAST

View this Ad Tag in action
Analyse this VAST ad tag in the AdMeIn VAST Validator.
About This Ad Tag Example
This VAST wrapper example demonstrates a basic implementation of a VAST tag that wraps around another VAST ad. It is designed for testing and educational purposes, showcasing how to structure a VAST wrapper correctly according to industry standards.
Key Features
VAST wrapper structure
Basic implementation
Testing and educational use
Compliant with VAST standards
Code Sample for this VAST Ad
Below is the code implementation for this ad. You're free to copy and use this as needed.
<?xml version="1.0" encoding="UTF-8"?>
<VAST version="4.2">
<Ad id="wrapper-1">
<Wrapper followAdditionalWrappers="true" allowMultipleAds="false">
<AdSystem>AdMeIn Wrapper Generator</AdSystem>
<AdTitle>Wrapper Test</AdTitle>
<Error><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg]]></Error>
<Impression><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg]]></Impression>
<VASTAdTagURI><![CDATA[http://localhost:3758/api/vast-generator?type=vast&mediaUrl=https%3A%2F%2Fadmein.io%2Fapi%2Fstream%3Fid%3Da34401be-0-480p]]></VASTAdTagURI>
<Creatives>
<Creative>
<Linear>
<TrackingEvents>
<Tracking event="start"><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg?event=wrapper_start]]></Tracking>
<Tracking event="firstQuartile"><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg?event=wrapper_first_quartile]]></Tracking>
<Tracking event="midpoint"><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg?event=wrapper_midpoint]]></Tracking>
<Tracking event="thirdQuartile"><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg?event=wrapper_third_quartile]]></Tracking>
<Tracking event="complete"><![CDATA[https://admein.io/assets/images/sample-vast/1x1.jpg?event=wrapper_complete]]></Tracking>
</TrackingEvents>
<VideoClicks>
<ClickThrough><![CDATA[http://localhost:3758]]></ClickThrough>
</VideoClicks>
</Linear>
</Creative>
</Creatives>
</Wrapper>
</Ad>
</VAST>
VAST

View this Ad Tag in action
Analyse this VAST ad tag in the AdMeIn VAST Validator.
Technical Details
Dimensions640x360
Duration30s
Related Examples
VAST Video Ad with Icon Overlay
A VAST 4.0 compliant video ad featuring an icon overlay for enhanced branding and interactivity.

Multi Ad Example - Ad pod example
A VAST ad pod example featuring multiple ads in a single playback session.

Companion Ads Example
A VAST example showcasing companion ads alongside video content.