-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a43b6e
commit 7fadf88
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<VAST version="4.0" 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> | ||
<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_DAAST_SAMPLE_999</AdServingId> | ||
<AdTitle>iabtechlab audio ad</AdTitle> | ||
<Creatives> | ||
<Creative id="5480" sequence="1" adId="2447226"> | ||
<UniversalAdId idRegistry="Ad-ID" idValue="8465">8465</UniversalAdId> | ||
<Linear> | ||
<TrackingEvents> | ||
<Tracking event="start" offset="01:28: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> | ||
<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> |