The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 1 - VAST 2 Linear Ad
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
},
"ads": {
"pauseOnClickThrough": true,
"companions": [
{ "id":"companion-300x250", "width":"300", "height":"250" }
],
"schedule": [
{
"position": "pre-roll",
"server": {
"type": "Adotube",
"tag": "http://www.adotube.com/kernel/vast/vast2.0Preroll.php?
omlSource=http://www.adotube.com/php/services/player/OMLService.php?
avpid=2ChPxDe&platform_version=as3&integration=__partner-id__&
displayWidth=__player-width__&displayHeight=__player-height__&
publisher=__domain__&title=__media-title__&tags=__media-keywords__&
description=__media-description__",
"customProperties": {
"partner-id": "longtail",
"media-title": "ova test",
"media-keywords": "ova",
"media-description": "video description"
}
}
}
]
}
}
</ova.json>
</config>