UNPKG

vast-player-react

Version:

A React Component That Plays an Inline VAST 4.0 Ad

52 lines 2.45 kB
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <VAST version="4.0"> <Ad id="abc123" sequence="0"> <InLine> <AdSystem version="1.0">Shibby Service</AdSystem> <AdTitle>VAST 4.0 Test</AdTitle> <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>http://localhost:8080/viewable</Viewable> <NotViewable>http://localhost:8080/notViewable</NotViewable> </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</ClickThrough> <ClickTracking>http://localhost:8080/clickTracking</ClickTracking> </VideoClicks> <MediaFiles> <MediaFile delivery="progressive" type="video/mp4" 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>