Example 9 - Delivering Text Overlay Ads

This example delivers a text overlay at the bottom of the player screen 5 seconds into the stream for a duration of 10 seconds. A second 'click to play' video overlay follows 5 seconds later. Notice no sizing information is needed for Text ads.

A COMPANION ADVERTISEMENT WILL APPEAR IN HERE

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 9 - Delivering Text Overlay Ads
   </ova.title>
   <ova.json>
       {
            "ads": {
               "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
               ],
               "companions": {
                   "regions": [
                      { "id":"companion", "width":"150", "height":"360" }
                   ]
               },
               "schedule": [
                    {
                        "zone": "29",
                        "startTime": "00:00:05",
                        "duration": "10"
                    },
                    {
                        "zone": "43",
                        "startTime": "00:00:20",
                        "duration": "10"
                    }
               ]
            },

            "debug": {
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            }
       }
   </ova.json>
</config>