Hi,
I am currently trying to use the failover function of OVA to have the server switch from our OpenX Ad Server to a third party content provider when OpenX fails to return an Ad. I believe this is what the failover function is for but I jsut can't get it to work. It seemingly just ignores these settings. The setting I have set up are:
ova: {
url: "./flowplayer/ova.swf",
"ads": {
"autoPlay": false,
"playOnce": true,
"pauseOnClickThrough": true,
"notice": { "type": "countdown" },
"schedule": [
{
"zone": "47",
"position": "pre-roll",
"applyToParts": [0,1],
"server": {
"type": "OpenX",
"apiAddress": "http://*********.***.***/www/delivery/fc.php",
"allowAdRepetition": true,
"failoverServers": [
{
"type": "direct",
"tag": "http://vast.******/vast/3845694?n=[timestamp]"
}
]
}
}
]
}
},
Any ideas what may be going wrong with this?
Thanks
Hi Tom,
Looking ok at a glance. Can I ask - what version of OVA are you running? (just want to check you have a version that supports this functionality)
Let's start there ...
Paul