
ADAP ad not working
I have ADAP ad tag and when i use this with jwplayer it didn't show any ad. I tried to debug this and found that ADAP is return XML response so may i know why it's not show me video ad?
My configuration is as per the following:
jwplayer("my-video").setup({
file: "https://www.youtube.com/watch?v=55gmAtakjJ4",
width: "580",
height: "370",
primary: "flash",
stretching: 'exactfit',
plugins: {"http://assets-jp.jwpsrv.com/player/6/6114923/ping.js": {"pixel": "http://content.jwplatform.com/ping.gif"}},
html5player: "http://assets-jp.jwpsrv.com/player/6/6114923/jwplayer.html5.js",
advertising: {
client: "vast",
schedule: {
"myAds":{
"offset":"pre",
"tag":"http://ads.adaptv.advertising.com/a/h/_zvNLbpUswat7O9+yDBsDtzl68GNOAW1?cb=__random-number__&pageUrl=http%3A%2F%2Fmexicoindie.net&description=__item-description__&duration=__item-duration__&id=__item-mediaid__&keywords=__item-title__&title=__item-title__&url=__item-file__&eov=eov"
}
}
}
});