Example 3 - Deferred Ad loading no show stream or splash image

This example illustrates how to use the "delayAdRequestUntilPlay" option to hold on the ad calls until the play button is pressed. No show stream or splash image is configured

A COMPANION ADVERTISEMENT WILL APPEAR IN HERE

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3 - Deferred Ad loading no show stream or splash image
   </ova.title>
   <ova.json>
       {
            "delayAdRequestUntilPlay": true,
            
            "ads": {
              "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "OVA_OPENX_API"
                   }
              ],
             
              "companions": [
                   { "id":"companion", "width":"150", "height":"360" }
              ],

              "schedule": [
               {
                  "zone": "6",
                  "position": "pre-roll",
                  "playOnce": true
               }
              ]
            },

            "debug": {
              "levels": "OVA_DEBUG",
              "debugger": "firebug"
            }
       }
   </ova.json>
</config>