The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 3 - VAST 2 VPAID Linear Ad
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"pauseOnClickThrough": true,
"companions": [
{ "id":"companion-300x250", "width":"300", "height":"250" }
],
"schedule": [
{
"position": "pre-roll",
"server": {
"type": "direct",
"tag": "OVA_DIST_TEMPLATES_3ad-servers/mov.ad/vpaid-linear-vast2.xml"
}
}
]
}
}
</ova.json>
</config>