Example 7 - Timing out wrapped ad calls


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 7 - Timing out wrapped ad calls
   </ova.title>
   <ova.json>
       {
            "debug": {
                "levels": "OVA_DEBUG"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                      "type": "Direct",
                      "apiAddress": "OVA_DELAYED_RESPONSE_WRAPPED_AD_TAG",
                      "timeoutInSeconds": 10
                    }
                ],
                "schedule": [
                    {
                      "zone": "5",
                      "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>