Example 3 - VAST 2 Linear and Non-Linear Ads with Companions (1 ad call using dynamic ad tags)

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3 - VAST 2 Linear and Non-Linear Ads with Companions (1 ad call using dynamic ad tags)
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                      "type": "OpenX3",
                      "apiAddress": "http://oxdemo-d.openxenterprise.com/v/1.0/av",
                      "tagParams": {
                          "test": "true",
                          "c.topic": "sports",
                          "c.gender": "male"
                      }
                    }
                ],
                "schedule": [
                    {
                       "zone": "auid=9",
                       "position": "pre-roll"
                    },
                    {
                       "zone": "pgid=127",
                       "position": "auto:bottom",
                       "startTime": "00:00:02"
                    }
                ]
            }
       }
   </ova.json>
</config>