The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 1 - VAST 2 Linear Ad with Companion (static ad tag)
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"pauseOnClickThrough": true,
"companions": [
{ "id": "companion-1", "width": 300, "height": 250 }
],
"schedule": [
{
"position": "auto:bottom",
"startTime": "00:00:02",
"tag": "http://oxdemo-d.openxenterprise.com/v/1.0/av?pgid=127__amp__test=true"
}
]
}
}
</ova.json>
</config>