Example 2 - 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": "fatal, config, vast_template, vpaid, http_calls, playlist, api",
              "debugger": "firebug"
          }
   </ova.json>
</config>