Example 2 - Integrating an Adform Ad Tag

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 2 - Integrating an Adform Ad Tag
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "schedule": [
                    {
                      "position": "pre-roll",
                      "tag": "http://track.adform.net/serving/videoad/?bn=453599__amp__ord=__timestamp__"
                    }
                ]
            }
       }
   </ova.json>
</config>