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



The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "debug": {
                "levels": ""
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                       "type": "OpenX3",
                       "apiAddress": "",
                       "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"
                    }
                ]
             }
         }
     }
});