"The VAST <Error> element is optional but if included, the video player must send a request to the URI provided when the VAST response returns an empty InLine response after a chain of one or more wrapper ads"
http://www.iab.net/media/file/VASTv3.0.pdf (page 56).
Does IMA3 SDK supports this?
I have tested an empty VAST ad tag and am not seeing the error URL being sent.
The adTag i'm using looks like this(The actual URI is in my VAST is real, this is just for example) :
<VAST version="3.0">
</VAST>
Thanks,
Oren M.
<VAST version="3">
<Ad>
<Wrapper>
<Error><![CDATA[https://www.example.com/error1]]></Error>
<AdSystem>Your System</AdSystem>
<AdTitle>Test ad</AdTitle>
<Description>Dummy ad response</Description>
<VASTAdTagURI><![CDATA[ SOME AD TG ]]></VASTAdTagURI>
</Wrapper>
</Ad>
</VAST>
When the ad server does not or cannot return an Ad, the VAST response should contain only the root
<VAST> element with optional <Error> element, as shown below:
<VAST version=”3.0”>
<Error>
<![CDATA[http://adserver.com/noad.gif]>
</Error>
</VAST>
The VAST <Error> element is optional but if included, the video player must send a request to the URI
provided when the VAST response returns an empty InLine response after a chain of one or more
wrapper ads. If an [ERRORCODE] macro is included, the video player should substitute with error code
303.
Besides the VAST level <Error> resource file, no other tracking resource requests are required of the
video player in a no-ad response in either the Inline Ad or any Wrapper ads.
--
You received this message because you are subscribed to a topic in the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ima-sdk/PuLDYDL7de4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ima-sdk+u...@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to ima-sdk+unsubscribe@googlegroups.com.