
2 preroll video before video and 2 postroll after video
Hello,
We have the following obligation from a partner.
Add bumpers videos between the preroll and the video, and between the video and the postroll.
I try to add it via ads scheduling :
"schedule":{
"preroll":{
"offset":"pre",
"tag":""
},
"prebumper":{
"offset":"pre",
"tag":""
},
"postbumper":{
"offset":"post",
"tag":""
},
"postroll":{
"offset":"post",
"tag":""
}
}
But it doesn't work, it only play one preroll and one postroll.
So I tested the following.
"schedule":{
"preroll":{
"offset":"pre",
"tag":""
},
"prebumper":{
"offset": 0, // Video start
"tag":""
},
"postbumper":{
"offset": 600, // Video duration
"tag":""
},
"postroll":{
"offset":"post",
"tag":""
}
}
There is a better way ?
Regards
Mathieu