Hi,
while we are using adtech 'Minimal Configuration'(http://www.longtailvideo.com/support/open-video-ads/ova-for-flowplayer/13420/minimal-configuration) it is working fine.
But when we are change the configuration details what adtech provided it is stop showing pre, post roll.
There is no place for tag where we define related video tags for pre, post roll.
adtech just gave us a link and we have no idea how to integrate it with jwplayer (http://adserver.adtech.de/?advideo/3.0/72.74/3325704/0//cc=2;vidAS=myspottype;vidDIM=widthxheight;vi... )
Thanks a lot,
Vinay
Hi Vinay,
So it's pretty straight forward I think... All you need to do is:
{"ads": {
"schedule": [
{
"position": "pre-roll",
"tag": "put-the-ad-tech-url-in-here"
},
{
"position": "post-roll",
"tag": "put-the-ad-tech-url-in-here"
}
]
}
}
But, make sure you are running RC5 (the latest release) from the OVA developer site (http://developer.longtailvideo.com/ova - register on their and grab RC5 from the Download the Latest page)... the "tag" option is only available in the later releases...
Paul