-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomVPAID.xml
More file actions
20 lines (20 loc) · 850 Bytes
/
CustomVPAID.xml
File metadata and controls
20 lines (20 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<VAST xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vast.xsd" version="2.0">
<Ad id="1234.5678.9012">
<InLine>
<AdTitle><![CDATA[ Spotx Controlled VPAID ]]></AdTitle>
<Description><![CDATA[ Spotx Controlled VPAID ]]></Description>
<Creatives>
<Creative sequence="1">
<Linear>
<Duration>00:00:18</Duration>
<MediaFiles>
<MediaFile apiFramework="VPAID" type="application/javascript">
https://npeceniak.github.io/CustomVPAID.js
</MediaFile>
</MediaFiles>
</Linear>
</Creative>
</Creatives>
</InLine>
</Ad>
</VAST>