Example 5 - Adding additional params to Ad Tags via an external config file


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 5 - Adding additional params to Ad Tags via an external config file
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "OVA_DEBUG"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": "OVA_OPENX_API",
                       "tagParams": {
                          "a": "aa",
                          "b": "bb"
                       }
                    }
                ],
                "schedule": [
                    {
                       "zone": "5",
                       "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>