Example 7-2 - Timing out a wrapper then failing over to a timed out wrapped ad tag


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 8-1 - Timing out a wrapper then failing over
   </ova.title>
   <ova.json>
       {
            "debug": {
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                      "type": "Direct",
                      "apiAddress": "http://static.openvideoads.org/tests/vast1-wrapper-to-delayed-response.xml",
                      "timeoutInSeconds": 5,
                      "failoverServers": [
                           {
                               "type": "Direct",
                               "tag": "http://static.openvideoads.org/tests/vast1-wrapper-to-delayed-response.xml",
                               "timeoutInSeconds": 5
                           }			                   
                       ]
                    }
                ],
                "schedule": [
                    {
                      "zone": "5",
                      "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>