The OVA plugin does not forward additional parameters to a third party ad server (spotxchange): &content_page_url and &cb
Those 2 parameters are entered in the plugin parameters, but for some reason it's being cut of. Please can you state why the entire request is not being pulled in.
http://search.spotxchange.com/vast/2.00/74856?VPAID=1
We do need to see the &content_page_url parameter and the cache buster added to these requests:
ยท http://search.spotxchange.com/vast/2.00/74856?VPAID=1&content_page_url=[page_url]&cb=[random_number]
o Content_page_url should be the URL-encoded URL of the page on which the ad will be placed.
Hi,
Ok, a couple of things to help:
1. If you aren't already, make sure you are running RC6 from the OVA Developer Site (http://developer.longtailvideo.com/ova) - register on there and then grab RC6 from the "Download the Latest" page. RC6 provides improved support for "ad tag variables"
2. Then, in your ad tag, place the OVA "ad tag variables" where you require them - in your case you need to use "__page-url__" to get the active page URL and "__random-number__" to get a cache busting random token. So the following would work:
http://search.spotxchange.com/vast/2.00/74856?VPAID=1&content_page_url=__page-url__&cb=__random-number__Here are some examples:
http://static.openvideoads.org/qa/latest/ova.jwplayer.5x/examples/pages/variables/index.html
Hope that helps :)
Paul