Skip to content

Commit

Permalink
Rev vast version in samples to 4.1.
Browse files Browse the repository at this point in the history
Addition of closed caption example.
  • Loading branch information
goosemanjack committed Jun 26, 2018
1 parent 7fadf88 commit 63c9745
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Ad_Verification-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Audio_DAAST_Sample.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20007" sequence="1" conditionalAd="false" adType="audio">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Category-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20008" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
67 changes: 67 additions & 0 deletions VAST 4.1 Samples/Closed_Caption_Test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
<Error>http://example.com/error</Error>
<Extensions>
<Extension type="iab-Count">
<total_available>
<![CDATA[ 2 ]]>
</total_available>
</Extension>
</Extensions>
<Impression id="Impression-ID">http://example.com/track/impression</Impression>
<Pricing model="cpm" currency="USD">
<![CDATA[ 25.00 ]]>
</Pricing>
<AdServingId>ADID_INLINEARTEST_ABC123</AdServingId>
<AdTitle>iabtechlab video ad</AdTitle>
<Creatives>
<Creative id="5480" sequence="1" adId="2447226">
<UniversalAdId idRegistry="Ad-ID" idValue="8465">8465</UniversalAdId>
<Linear>
<TrackingEvents>
<Tracking event="start" offset="09:15:23">http://example.com/tracking/start</Tracking>
<Tracking event="firstQuartile">http://example.com/tracking/firstQuartile</Tracking>
<Tracking event="midpoint">http://example.com/tracking/midpoint</Tracking>
<Tracking event="thirdQuartile">http://example.com/tracking/thirdQuartile</Tracking>
<Tracking event="complete">http://example.com/tracking/complete</Tracking>
</TrackingEvents>
<VideoClicks>
<ClickThrough id="blog">
<![CDATA[https://iabtechlab.com]]>
</ClickThrough>
</VideoClicks>
<Duration>00:00:16</Duration>
<MediaFiles>
<ClosedCaptionFiles>
<ClosedCaptionFile type="text/srt" language="en">
<![CDATA[https://mycdn.example.com/creatives/creative001.srt]]>
</ClosedCaptionFile>
<ClosedCaptionFile type="text/srt" language="fr">
<![CDATA[https://mycdn.example.com/creatives/creative001-1.srt]]>
</ClosedCaptionFile>
<ClosedCaptionFile type="text/vtt" language="zh-TW">
<![CDATA[https://mycdn.example.com/creatives/creative001.vtt]]>
</ClosedCaptionFile>
<ClosedCaptionFile type="application/ttml+xml" language="zh-CH">
<![CDATA[https://mycdn.example.com/creatives/creative001.ttml]]>
</ClosedCaptionFile>
</ClosedCaptionFiles>

<MediaFile id="5241" delivery="progressive" type="video/mp4" bitrate="2000" width="1280" height="720" minBitrate="1500" maxBitrate="2500" scalable="1" maintainAspectRatio="1" codec="0">
<![CDATA[https://iabtechlab.com/wp-content/uploads/2016/07/VAST-4.0-Short-Intro.mp4]]>
</MediaFile>
<MediaFile id="5244" delivery="progressive" type="video/mp4" bitrate="1000" width="854" height="480" minBitrate="700" maxBitrate="1500" scalable="1" maintainAspectRatio="1" codec="0">
<![CDATA[https://iabtechlab.com/wp-content/uploads/2017/12/VAST-4.0-Short-Intro-mid-resolution.mp4]]>
</MediaFile>
<MediaFile id="5246" delivery="progressive" type="video/mp4" bitrate="600" width="640" height="360" minBitrate="500" maxBitrate="700" scalable="1" maintainAspectRatio="1" codec="0">
<![CDATA[https://iabtechlab.com/wp-content/uploads/2017/12/VAST-4.0-Short-Intro-low-resolution.mp4]]>
</MediaFile>
</MediaFiles>
</Linear>
</Creative>
</Creatives>
</InLine>
</Ad>
</VAST>
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Conditional_Ad-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20002" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Event_Tracking-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Inline_Companion_Tag-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns="http://www.iab.com/VAST">
<Ad id="20004" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Inline_Linear_Tag-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Inline_Non-Linear_Tag-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns="http://www.iab.com/VAST">
<Ad id="20005" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Inline_Simple.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/No_Wrapper_Tag-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Ready_to_serve_Media_Files_check-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20007" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20001" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Universal_Ad_ID-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20008" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20009" sequence="1" conditionalAd="false">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Viewable_Impression-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns="http://www.iab.com/VAST">
<Ad id="20010" sequence="1" conditionalAd="false">
<Wrapper followAdditionalWrappers="0" allowMultipleAds="1" fallbackOnNoAd="0">
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Wrapper_Tag-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VAST version="4.0" xmlns="http://www.iab.com/VAST">
<VAST version="4.1" xmlns="http://www.iab.com/VAST">
<Ad id="20011" sequence="1" conditionalAd="false">
<Wrapper followAdditionalWrappers="0" allowMultipleAds="1" fallbackOnNoAd="0">
<AdSystem version="4.0">iabtechlab</AdSystem>
Expand Down

0 comments on commit 63c9745

Please sign in to comment.