vast-player-react
Version:
A React Component That Plays an Inline VAST 4.0 Ad
54 lines • 2.57 kB
text/xml
<VAST version="5.0">
<Ad id="abc123" sequence="0">
<InLine>
<AdSystem version="1.0">Shibby Service</AdSystem>
<AdTitle>VAST 4.0 Test</AdTitle>
<Impression>http://localhost:8080/impression</Impression>
<Category authority="IAB">Inline Video</Category>
<Description>VAST Inline</Description>
<Advertiser>IAB</Advertiser>
<Pricing model="CPM" currency="USD">4.00</Pricing>
<Survey type="text/javascript">https://localhost:8080/survey.js</Survey>
<Extensions/>
<ViewableImpression>
<Viewable>https://localhost:8080/viewable</Viewable>
<NotViewable>https://localhost:8080/notViewable</NotViewable>
<ViewUndetermined>https://localhost:8080/notDetermined</ViewUndetermined>
</ViewableImpression>
<AdVerification/>
<Creatives>
<Creative adId="abc123" sequence="0" apiFramework="iab-api">
<UniversalAdId idValue="unknown">unknown</UniversalAdId>
<CreativeExtensions>
<CreativeExtension>
<Custom>this is custom stuff</Custom>
</CreativeExtension>
</CreativeExtensions>
<Linear>
<Duration>00:00:30</Duration>
<TrackingEvents>
<Tracking event="creativeView">http://localhost:8080/creativeView</Tracking>
<Tracking event="start">http://localhost:8080/start</Tracking>
<Tracking event="midpoint">http://localhost:8080/midpoint</Tracking>
<Tracking event="firstQuartile">http://localhost:8080/firstQuartile</Tracking>
<Tracking event="thirdQuartile">http://localhost:8080/thirdQuartile</Tracking>
<Tracking event="complete">http://localhost:8080/complete</Tracking>
</TrackingEvents>
<VideoClicks>
<ClickThrough>http://localhost:8080</ClickThrough>
<ClickTracking>http://localhost:8080/click</ClickTracking>
</VideoClicks>
<MediaFiles>
<MediaFile delivery="progressive" type="fail" bitrate="600" width="1280" height="720" scalable="true" maintainAspectRatio="true">http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_stereo.ogg</MediaFile>
</MediaFiles>
<AdParameters><![CDATA[qs=test&reddit=true]]></AdParameters>
<Icons>
<Icon>http://adchoices.com</Icon>
</Icons>
</Linear>
</Creative>
</Creatives>
</InLine>
</Ad>
</VAST>