Single Wrapper Example

VAST

Single Wrapper Example

View this Ad Tag in action

Analyse this VAST ad tag in the AdMeIn VAST Validator.

Preview and Analyze in 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>