Example 3 - Autoplay VAST Response Injected via a Config File


The configuration for this example is:




"" is defined as:


<config>
   <ova.json>
      {
          "ads": {
              "schedule": [
                 {
                    "position": "pre-roll",
                    "server": {
                        "type": "Inject",
                        "tag": "%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22...."
                    }
                 }
              ]
          },

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