Hi all,
I would love to ask if we can set it up so that OVA framework returns a playlist that has 2 (or more) successive ads, then the main video content.
I know it might sound a bit weired to ask for such a feature, but you know, let's say we got 2 kinds of TVC, one 15 sec long and another 30 sec long, if we set up "pre-roll", "post-roll", or "mid-roll", OVA will choose a random ad and put it in the corresponding slot; so it would be unfair for our clients since sometimes the ads go for 15 sec and sometimes 30.
That being said, my first thought was to always put two 15 sec ads together so that their total length equals one 30 sec ad. This way the viewers won't be questioning me about this difference anymore.
Thank you a lot in advance for your help,
Best regards,
Khang
Hi Khang,
Just so I understand the requirement properly - do you use the same ad tag to return the 15 second and 30 second ads, or are they different ad tags?
It seems that what you are wanting is for OVA to automatically work out the number of pre-rolls to play based on a required maximum duration - is that right? or are you just wanting to know if you can do:
"ads": {"schedule": [
{
"position": "pre-roll"
},
{
"position": "pre-roll"
}
]
}
?
Paul