nginadofficial / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
2 stars 3 forks source link

Allow "regions" to be defined at a general Ad config level, not just Ad Slot level #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allow "regions" to be defined at an Ad Group level, not just an Ad Slot level:

e.g. allow this:

            "ads": {
                "server": {
                    "type": "OpenX",
                    "vastURL": "http://openx.bouncingminds.com/openx/www/delivery/fc.php"
                },
                "schedule": [
                    {
                        "zone": "30",
                        "width": 450,
                        "height": 50,
                        "startTime": "00:00:05",
                        "duration": "15"
                    }
                ],
               "regions": {
                    "flash": "reserved-bottom-center-w450px-h50px-transparent"
                }
            },

Original issue reported on code.google.com by paul.sch...@gmail.com on 3 Sep 2009 at 7:02