This example demonstrates how to configure an overlay so that it stays visible after the user has clicked it.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Scheduling ads against a single stream
</ova.title>
<ova.json>
{
"ads": {
"keepOverlayVisibleAfterClick": true,
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "30",
"startTime": "00:00:01",
"duration": 15,
"width": 450,
"height": 50
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
}
}
</ova.json>
</config>