The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 8 - Timing out then failing over
</ova.title>
<ova.json>
{
"debug": {
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
},
"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "Direct",
"apiAddress": "http://static.openvideoads.org/tests/vast1-wrapper-to-delayed-response.xml",
"timeoutInSeconds": 10,
"failoverServers": [
{
"type": "AdTech",
"tag": "http://adserver.adtech.de/?adrawdata/3.0/990.1/2366662/0/
1725/noperf=1;cc=2;header=yes;cookie=yes;adct=204;alias=;
key=key1+key2;;=;grp=[group];misc=__random-number__"
}
]
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
}
}
</ova.json>
</config>