Advertisement
Guest User

PHPVibe custom VAST TAG for Video Ads

a guest
Jun 2nd, 2018
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.22 KB | None | 0 0
  1. <VAST version="2.0">
  2.   <Ad id="static">
  3.     <InLine>
  4.       <AdSystem>Vibe</AdSystem>
  5.       <AdTitle>Vibe</AdTitle>
  6.       <Impression>https://www.domain.com/</Impression>
  7.       <Creatives>
  8.         <Creative>
  9.         <Linear skipoffset="00:00:05">
  10.             <Duration>00:00:38</Duration>
  11.          <CustomTracking>
  12.            <TrackingEvents>
  13.              <Tracking event="skip">
  14.              https://domain.com/pixel.png
  15.              </Tracking>
  16.              </TrackingEvents>
  17.              </CustomTracking>
  18.             <VideoClicks>
  19.               <ClickThrough>https://www.domain.com/</ClickThrough>              
  20.             </VideoClicks>
  21.             <MediaFiles>           
  22.               <MediaFile id="someid" delivery="progressive" width="1280" height="720" bitrate="2081" scalable="true" maintainAspectRatio="true">
  23.                https://www.domain.com/preroll.webm
  24.               </MediaFile>           
  25.               <MediaFile id="someotherid" delivery="progressive" width="1920" height="1080" type="video/mp4" bitrate="4211" scalable="true" maintainAspectRatio="true">
  26.                https://www.domain.com/vast.mp4
  27.               </MediaFile>
  28.             </MediaFiles>
  29.            </Linear>
  30.         </Creative>
  31.       </Creatives>
  32.     </InLine>
  33.   </Ad>
  34. </VAST>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement