akakiz / open-video-ads

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

Add support for direct entry of ad tag in ad server definition #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reduce the configuration required for an Ad Server URL so that ad "tags" as per 
the Google 
definition to be used. E.g:

            'ads': {
                'pauseOnClickThrough': true,
                'schedule': [
                    {
                       'position': 'pre-roll', 
                       'server': {
                          'type': 'DART',
                          'tag': 'http://ad.doubleclick.net/pfadx/N270.126913.6102203221521/
                                  B3876671.20;dcadv=2215309;sz=0x0;pc=[TPAS_ID];ord=__timestamp__;
                                  dcmt=text/xml'
                       }
                    }
                ]
            }

Original issue reported on code.google.com by paul.sch...@gmail.com on 12 Mar 2010 at 1:50

GoogleCodeExporter commented 8 years ago
Done - included in FP 0.5.0

Original comment by paul.sch...@gmail.com on 12 Mar 2010 at 1:51