Is there anything wrong I am doing, or maybe missing something? I tried with different VAST testers online but it doesn't work firing one of the Viewable Impression (Viewable, NotViewable, ViewUndetermined) (the example.com/track/impression) not firing at all.
Code:
<VAST version="4.0" xmlns="http://www.iab.com/VAST">
<Ad id="20004" 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/impression2</Impression>
<ViewableImpression id="1543">
<Viewable>
<![CDATA[http://example.com/track/impression]]>
</Viewable>
<NotViewable>
<![CDATA[http://search.iabtechlab.com/error?errcode=102&imprid=s5-ea2f7f298e28c0c98374491aec3dfeb1&ts=1243]]>
</NotViewable>
<ViewUndetermined>
<![CDATA[http://search.iabtechlab.com/error?errcode=102&imprid=s5-ea2f7f298e28c0c98374491aec3dfeb1&ts=1243]]>
</ViewUndetermined>
</ViewableImpression>
<Pricing model="cpm" currency="USD"><![CDATA[ 25.00 ]]></Pricing>
<AdTitle><![CDATA[VAST 4.0 Pilot - Scenario 5]]></AdTitle>
<Creatives>
<Creative id="5480" sequence="1" adId="2447226">
<CompanionAds>
<Companion id="1232" width="100" height="150" assetWidth="250" assetHeight="200" expandedWidth="350" expandedHeight="250" adSlotID="3214" pxratio="1400">
<StaticResource creativeType="image/png"><![CDATA[https://www.iab.com/wp-content/uploads/2014/09/iab-tech-lab-6-644x290.png]]></StaticResource>
<CompanionClickThrough><![CDATA[https://iabtechlab.com]]></CompanionClickThrough>
</Companion>
</CompanionAds>
<UniversalAdId idRegistry="Ad-ID" idValue="8465">8465</UniversalAdId>
</Creative>
<Creative id="5480" sequence="1" adId="2447226">
<Linear>
<TrackingEvents>
<Tracking event="start">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>
<Tracking event="progress" offset="00:00:10">http://example.com/tracking/progress-10</Tracking>
</TrackingEvents>
<Duration>00:00:16</Duration>
<MediaFiles>
<MediaFile id="5241" delivery="progressive" type="video/mp4" value="100" bitrate="2000" width="200" height="200" minBitrate="1500" maxBitrate="2500" scalable="1" maintainAspectRatio="1" codec="H.264"><![CDATA[https://iabtechlab.com/wp-content/uploads/2016/07/VAST-4.0-Short-Intro.mp4]]></MediaFile>
</MediaFiles>
<VideoClicks>
<ClickThrough id="blog"><![CDATA[https://iabtechlab.com]]></ClickThrough>
</VideoClicks>
</Linear>
<UniversalAdId idRegistry="Ad-ID" idValue="8465">8465</UniversalAdId>
</Creative>
</Creatives>
<Description><![CDATA[This is sample companion ad tag with Linear ad tag. This tag while showing video ad on the player, will show a companion ad beside the player where it can be fitted. At most 3 companion ads can be placed. Modify accordingly to see your own content. ]]></Description>
</InLine>
</Ad>
</VAST>
Any help would be much appreciated.