Example 1 - Linear VPAID (Pre-roll)


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1 - Linear VPAID (Pre-roll)
   </ova.title>
   <ova.json>
       {
          "debug": {
              "debugger": "firebug",
              "levels": "OVA_DEBUG"
          },

          "ads": {
             "schedule": [
                {
                   "position": "pre-roll",
                   "tag": "OVA_VPAID_LINEAR_1_VAST"
                }
             ]
          }
       }
   </ova.json>
</config>