Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change to correct VAST version #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VAST 4.1 Samples/Category-test.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<AdSystem version="4.1">iabtechlab</AdSystem>
<Error><![CDATA[https://example.com/error]]></Error>
<Impression id="Impression-ID"><![CDATA[https://example.com/track/impression]]></Impression>
<Pricing model="cpm" currency="USD">
Expand Down
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,7 +1,7 @@
<VAST version="4.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iab.com/VAST">
<Ad id="20002" sequence="1" conditionalAd="true">
<InLine>
<AdSystem version="4.0">iabtechlab</AdSystem>
<AdSystem version="4.1">iabtechlab</AdSystem>
<Error><![CDATA[https://example.com/error]]></Error>
<Extensions>
<Extension type="iab-Count">
Expand Down
4 changes: 2 additions & 2 deletions VAST 4.1 Samples/Viewable_Impression-test.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<AdSystem version="4.1">iabtechlab</AdSystem>
<Error><![CDATA[https://example.com/error]]></Error>
<Impression id="Impression-ID"><![CDATA[https://example.com/track/impression]]></Impression>
<ViewableImpression id="1543">
Expand Down Expand Up @@ -30,4 +30,4 @@
</VASTAdTagURI>
</Wrapper>
</Ad>
</VAST>
</VAST>
4 changes: 2 additions & 2 deletions VAST 4.1 Samples/Wrapper_Tag-test.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<AdSystem version="4.1">iabtechlab</AdSystem>
<Error><![CDATA[https://example.com/error]]></Error>
<Impression id="Impression-ID"><![CDATA[https://example.com/track/impression]]></Impression>
<Creatives>
Expand All @@ -23,4 +23,4 @@
</VASTAdTagURI>
</Wrapper>
</Ad>
</VAST>
</VAST>