The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 2-01 - Turning on the Cache Buster parameter for wrapped ad tags
</ova.title>
<ova.json>
{
"shows": {
"streams": [
{
"file": "http://streaming.openvideoads.org/shows/the-black-hole.mp4",
"duration":"00:00:10"
}
]
},
"ads": {
"pauseOnClickThrough": true,
"companions": [
{ "id": "companion-300x250", "width": 300, "height": 250 }
],
"schedule": [
{
"position": "pre-roll",
"server": {
"type": "direct",
"addCacheBuster": true,
"tag": "../../../dist/templates/wrapper/vast2-wrapper-simple.xml"
}
}
]
},
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
}
}
</ova.json>
</config>