Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Requests all AD even if only one video is played.


Hi~
I have a questions about JW Player.
If one of the <AD> video is played, I do not want to request for the remaining <AD>.
I simulated in JW Player with the following code, I asked for all AD and one video is played.

<?xml version="1.0" encoding="UTF-8"?>
<VAST version="3.0">
<Ad sequence="1">
<Wrapper>
<VASTAdTagURI><![CDATA[https://dev.com/test/ad.xml]]></VASTAdTagURI>
</Wrapper>
</Ad>
<Ad>
<Wrapper>
<VASTAdTagURI><![CDATA[https://dev.com/test/ad2.xml]]></VASTAdTagURI>
</Wrapper>
</Ad>
</VAST>

How do I request only ad.xml from the above code?
Thanks.

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Can you elaborate that the behavior you are expecting is that ad.xml would be requested and, if it cannot be played, then the player would request ad2.xml?

If so, you are most likely looking to set up ad tag waterfalling and the XML you provided is not a supported method of waterfalling.

For information on Ad Tag Waterfalling, please see this support article.

Thank you.

This question has received the maximum number of answers.