By default, VAST 1 inline ads that have both linear and non-linear ad units defined will be split by OVA into two separate video ads that can be individually addressed within the ad schedule. This default behaviour can be turned off with the use of the "ensureSingleAdUnitRecordedPerVideoAd" config option.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 17 - Turning off the automatic splitting of aggregated VAST1 inline ads
</ova.title>
<ova.json>
{
"ads": {
"pauseOnClickThrough": true,
"notice": { "textStyle": "smalltext" },
"companions": {
"regions": [
{ "id":"companion", "width":"300", "height":"250" }
]
},
"schedule": [
{
"position": "pre-roll",
"server": {
"type": "Direct",
"ensureSingleAdUnitRecordedPerInlineAd": false,
"tag": "http://v.movad.de/stream.ad?cid=101226"
}
}
]
},
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
}
}
</ova.json>
</config>