<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
This is a sample VAST (Video Ad Serving Template) XML file.
It contains a single linear pre-roll ad for testing purposes.
The version is VAST 4.2, which is the latest as of the time of writing.
-->
<VAST version="4.2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1">
<InLine>
<AdSystem version="1.0">Sample VAST Ad System</AdSystem>
<AdTitle>Test Pre-roll Ad</AdTitle>
<Description>
A simple VAST 4.2 ad for testing purposes.
</Description>
<Error>
<![CDATA[https://www.google.com/search?q=https://example.com/ad-error]]>
</Error>
<Impression id="31252923985798">
<![CDATA[https://www.google.com/search?q=https://example.com/impression]]>
</Impression>
<Creatives>
<Creative id="20001" sequence="1" adId="20001">
<Linear skipoffset="00:00:05">
<Duration>00:00:15</Duration>
<MediaFiles>
<!-- This is a sample MP4 video file. You can replace the URL with your own test video. -->
<MediaFile id="5241" delivery="progressive" type="video/mp4" width="640" height="360"
bitrate="600" scalable="true" maintainAspectRatio="true">
<![CDATA[http://3.110.181.188/wp-content/uploads/2025/09/Like-My-Dance.mp4]]>
</MediaFile>
<!-- You can include multiple media files for different formats and bitrates -->
<MediaFile id="5242" delivery="progressive" type="video/webm" width="640" height="360"
bitrate="600" scalable="true" maintainAspectRatio="true">
<![CDATA[http://3.110.181.188/wp-content/uploads/2025/09/Like-My-Dance.mp4]]>
</MediaFile>
</MediaFiles>
<TrackingEvents>
<Tracking event="start">
<![CDATA[https://www.google.com/search?q=https://example.com/tracking/start]]>
</Tracking>
<Tracking event="firstQuartile">
<![CDATA[https://www.google.com/search?q=https://example.com/tracking/firstQuartile]]>
</Tracking>
<Tracking event="midpoint">
<![CDATA[https://www.google.com/search?q=https://example.com/tracking/midpoint]]>
</Tracking>
<Tracking event="thirdQuartile">
<![CDATA[https://www.google.com/search?q=https://example.com/tracking/thirdQuartile]]>
</Tracking>
<Tracking event="complete">
<![CDATA[https://www.google.com/search?q=https://example.com/tracking/complete]]>
</Tracking>
</TrackingEvents>
<VideoClicks>
<ClickThrough id="20001-click">
<![CDATA[https://www.example.com]]>
</ClickThrough>
</VideoClicks>
</Linear>
</Creative>
</Creatives>
</InLine>
</Ad>
</VAST>