<VAST version="4.2">
<Ad id="interactiveAd">
<InLine>
<AdSystem>ExampleAdServer</AdSystem>
<AdTitle>Interactive Store Locator Video Ad</AdTitle>
<Creatives>
<!-- Linear Video Ad -->
<Creative sequence="1">
<Linear>
<Duration>00:00:15</Duration>
<MediaFiles>
<MediaFile delivery="progressive" type="video/mp4" width="1280" height="720">
<![CDATA[https://concert-video-service.s3.us-east-1.amazonaws.com/uploads/00000000-0000-0000-0000-000000000000/Camping-01/Camping-01.mp4]]>
</MediaFile>
</MediaFiles>
<VideoClicks>
<ClickThrough>https://www.example.com/store-locator</ClickThrough>
</VideoClicks>
<!-- CTA Overlay (Nonlinear Ad) -->
<NonLinearAds>
<NonLinear width="250" height="50" minSuggestedDuration="00:00:05">
<HTMLResource><![CDATA[
<style>
#storeBtn {
position: absolute; bottom: 15px; right: 15px;
background: #fff; padding: 10px 20px;
border-radius: 5px; font-size: 16px;
}
</style>
<div id="storeBtn" onclick="window.open('https://www.example.com/store-locator', '_blank')">
π Find a Store
</div>
]]></HTMLResource>
<NonLinearClickThrough>https://www.example.com/store-locator</NonLinearClickThrough>
</NonLinear>
</NonLinearAds>
</Linear>
</Creative>
<!-- Companion End Card -->
<Creative sequence="2">
<CompanionAds>
<Companion width="300" height="250" renderingMode="end-card">
<HTMLResource><![CDATA[
<html>
<head><meta name="viewport" content="width=device-width, initial-scale=1.0"></head>
<body style="background:#000;">
<h3 style="color:white;">Find a Store Near You</h3>
<p style="color:white;">Nearest location: <span id="nearestStore">Loading...</span></p>
<button onclick="window.open('https://www.example.com/store-locator','_blank')">
See All Stores
</button>
<script>
document.getElementById('nearestStore').innerText = '123 Main St, 2 miles';
</script>
</body>
</html>
]]></HTMLResource>
</Companion>
</CompanionAds>
</Creative>
</Creatives>
<Impression>https://adserver.com/tracking/impression</Impression>
</InLine>
</Ad>
</VAST>