View difference between Paste ID: fUxg9gE8 and BtLfjuVD
SHOW: | | - or go back to the newest paste.
1
<vmap:VMAP xmlns:vmap="http://www.iab.net/vmap-1.0" version="1.0"> 
2
	<vmap:AdBreak breakType="linear" breakId="mypre" timeOffset="start"> 
3
		<vmap:AdSource allowMultipleAds="true" followRedirects="true" id="1"> 
4
			<vmap:VASTData> 
5
				<VAST version="3.0" xsi:noNamespaceSchemaLocation="vast.xsd">...</VAST> 
6
			</vmap:VASTData> 
7
		</vmap:AdSource> 
8
		<vmap:TrackingEvents> 
9
			<vmap:Tracking event="breakStart">http://MyServer.com/breakstart.gif</vmap:Tracking> 
10
		</vmap:TrackingEvents> 
11
	</vmap:AdBreak> 
12
	<vmap:AdBreak breakType="linear" breakId="myid" timeOffset="00:10:23.125"> 
13
		<vmap:AdSource allowMultipleAds="true" followRedirects="true" id="2"> 
14
			<vmap:VASTData> 
15
				<VAST version="3.0" xsi:noNamespaceSchemaLocation="vast.xsd">...</VAST> 
16
			</vmap:VASTData> 
17
		</vmap:AdSource> 
18
		<vmap:TrackingEvents> 
19
			<vmap:Tracking event="breakStart">http://MyServer.com/breakstart.gif</vmap:Tracking> 
20
		</vmap:TrackingEvents> 
21
	</vmap:AdBreak> 
22
	<vmap:AdBreak breakType="linear" breakId="mypost" timeOffset="end"> 
23
		<vmap:AdSource allowMultipleAds="true" followRedirects="true" id="3"> 
24
			<vmap:VASTData> 
25
				<VAST version="3.0+" xsi:noNamespaceSchemaLocation="vast.xsd">...</VAST> 
26
			</vmap:VASTData> 
27
		</vmap:AdSource> 
28
		<vmap:TrackingEvents> 
29
			<vmap:Tracking event="breakStart">http://MyServer.com/breakstart.gif</vmap:Tracking> 
30
		</vmap:TrackingEvents> 
31
	</vmap:AdBreak> 
32
</vmap:VMAP>