-1

I have very little experience with vast but I need to learn fast. Right now I'm writing a vast file that will do a waterfall between several vast urls. Now it's the beginning so I put only one partner tag.

But when I test it in the google vast inspector, it fails:

AdError 1010: The ad response was not understood and cannot be parsed.

I checked several examples on the web like this one in order to reproduce it, I don't understand what I did wrong. Can you help me please ?

Thank you so much !

Vivien Adnot
  • 1,157
  • 3
  • 14
  • 30

2 Answers2

0

Cannot reproduce AdError 1010, but there are two obvious issues with this tag http://demo.tremorvideo.com/proddev/vast/vast_wrapper_linear_1.xml All URIs must be wrapped in CDATA blocks and Google's VAST inspector requires HTTPS which is not supported it seems.

Zero2
  • 154
  • 4
0

I found the solution. Google vast inspector doesn't accepted my vast structure. Here is an example that is successfully parsed by Google

Vivien Adnot
  • 1,157
  • 3
  • 14
  • 30