A HTTP pre-roll ad with an accompanying companion banner being shown for the duration of the pre-roll.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 6 (HTTP) - A pre-roll with companion and a show stream
</ova.title>
<ova.json>
{
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API",
}
],
"displayCompanions": true,
"companions": [
{ "id":"companion", "width":"150", "height":"360" }
],
"schedule": [
{
"zone": "6",
"position": "pre-roll",
"playOnce": true
}
]
},
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
}
}
</ova.json>
</config>