Example 4 - A VAST 2 VPAID Linear

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 4 - A VAST 2 VPAID Linear
   </ova.title>
   <ova.json>
       {
            "debug": {
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "vpaid": {
                    "enableMaxDurationTimeout": true,
                    "maxDurationTimeout": 30
                },
                "schedule": [
                    {
                      "position": "pre-roll",
                      "server": {
                          "type": "direct",
    	                  "tag": "http://ad4.liverail.com/?LR_ORDER_ID=23533996&LR_PUBLISHER_ID=3996&LR_SCHEMA=vast2"
                      }
                    }
                ]
           }
       }
   </ova.json>
</config>