The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 3.6 - Deferred ad call for a VPAID pre-roll
</ova.title>
<ova.json>
{
"delayAdRequestUntilPlay": true,
"debug": {
"debugger": "firebug",
"levels": "OVA_DEBUG"
},
"ads": {
"schedule": [
{
"position": "pre-roll",
"tag": "OVA_VPAID_LINEAR_2_VAST"
}
]
}
}
</ova.json>
</config>