Example 3.4 - Specifying a holding clip URL

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3.4 - Specifying a holding clip URL
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "OVA_DEBUG"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "vpaid": {
                    "holdingClipUrl": "OVA_BLANK_PIXEL_IMAGE"
                },
                "schedule": [
                    {
                      "position": "pre-roll",
                      "server": {
                          "type": "direct",
    	                  "tag": "http://ad3.liverail.com/?LR_CAMPAIGN_ID=4435__amp__
    	                          LR_PUBLISHER_ID=3996__amp__LR_SCHEMA=vast2"
                      }
                    }
                ]
           }
       }
   </ova.json>
</config>