Share this result

Previews are deleted daily. Get a permanent share link sent to your inbox:
VAST content
<VAST version="4.1"> <script src="chrome-extension://hoklmmgfnpapgjgcpechhaamimifchmp/frame_ant/frame_ant.js"/> <Ad id="12345" sequence="1" conditionalAd="false"> <InLine> <AdSystem version="1.0">AdServerName</AdSystem> <AdTitle>Sample Video Ad</AdTitle> <Description>A sample VAST ad.</Description> <!-- Impression Tracking --> <Impression> <![CDATA[ http://localhost:3000/track/impression ]]> </Impression> <Creatives> <Creative id="6789" sequence="1"> <Linear> <!-- Duration of the ad --> <Duration>00:00:30</Duration> <!-- Tracking Events --> <TrackingEvents> <Tracking event="start"> <![CDATA[ http://localhost:3000/track/start ]]> </Tracking> <Tracking event="firstQuartile"> <![CDATA[ http://localhost:3000/track/firstQuartile ]]> </Tracking> <Tracking event="midpoint"> <![CDATA[ http://localhost:3000/track/midpoint ]]> </Tracking> <Tracking event="thirdQuartile"> <![CDATA[ http://localhost:3000/track/thirdQuartile ]]> </Tracking> <Tracking event="complete"> <![CDATA[ http://localhost:3000/track/complete ]]> </Tracking> </TrackingEvents> <!-- Video Clicks --> <VideoClicks> <ClickThrough> <![CDATA[ http://localhost:3000/track/click ]]> </ClickThrough> </VideoClicks> <!-- Media File URL (the actual video ad) --> <MediaFiles> <MediaFile delivery="progressive" type="video/mp4" width="640" height="360" bitrate="500" scalable="true" maintainAspectRatio="true"> <![CDATA[ https://dzs6a98gfqi0x.cloudfront.net/SampleVideo_1280x720_1mb.mp4 ]]> </MediaFile> </MediaFiles> </Linear> </Creative> </Creatives> </InLine> </Ad> </VAST>