An overlay will appear 5 seconds into the show clip running for a recommended time of 10 seconds. The overlay will be positioned at the bottom of the screen using the VAST sizing information to determine the region size.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 7 - Auto region sizing
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "OVA_OPENX_API"
}
],
"pauseOnClickThrough": true,
"schedule": [
{
"zone": "28",
"startTime": "00:00:05",
"position": "auto:bottom",
"duration": "recommended:10"
}
]
}
}
</ova.json>
</config>