Example 3.8 - VPAID Javascript Callback API


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3.8 - VPAID Javascript Callback API
   </ova.title>
   <ova.json>
       {
          "debug": {
              "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
          },

          "ads": {
             "schedule": [
                {
                   "position": "pre-roll",
                   "tag": "../../../dist/templates/ad-servers/eyewonder/vpaid-linear-01.xml"
                },
                {
                   "position": "post-roll",
                   "tag": "../../../dist/templates/ad-servers/iroll/vpaid-linear-01.xml"
                }                
             ]
          }
       }
   </ova.json>
</config>