Created
August 30, 2024 12:43
-
-
Save roarc0/0b1a60851c890e1cd6234b863f4b2443 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VAST version="3.0"> | |
<Ad id="1"> | |
<InLine> | |
<AdSystem>ExampleAdSystem</AdSystem> | |
<AdTitle>Sample Ad</AdTitle> | |
<Creatives> | |
<Creative> | |
<Linear> | |
<Duration>00:01:00</Duration> <!-- Adjust the duration if necessary --> | |
<MediaFiles> | |
<MediaFile delivery="progressive" type="video/mp4" width="640" height="360"> | |
<![CDATA[https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4]]> | |
</MediaFile> | |
</MediaFiles> | |
</Linear> | |
</Creative> | |
</Creatives> | |
</InLine> | |
</Ad> | |
</VAST> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment