tschare / open-video-ads

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

Make sure example 15 works - bit-rate selection #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Make sure example 15 works properly - selection based on bitrate

Original issue reported on code.google.com by paul.sch...@gmail.com on 31 Aug 2009 at 8:03

GoogleCodeExporter commented 8 years ago
Requires support on the OpenX side to specify media files with different 
properties per ad returned in VAST - 
right now, just one is returned so selection based on bit-rate doesn't really 
make sense

Original comment by paul.sch...@gmail.com on 5 Sep 2009 at 7:43

GoogleCodeExporter commented 8 years ago
Use the Google DART VAST V2 example ad tag to illustrate:

http://ad.doubleclick.net/pfadx/N270.126913.6102203221521/B3876671.20;dcadv=2215
309;sz=0x0;pc=%5B
TPAS_ID%5D;ord=%5Btimestamp%5D;dcmt=text/xml

See Google DART example

Original comment by paul.sch...@gmail.com on 12 Mar 2010 at 4:06

GoogleCodeExporter commented 8 years ago
Done - as of 0.5.0 FP RC1 - changed the way that bitrate preferences are 
configured, see the doubleclick 
example where the config is as follows:

            'ads': {
                'pauseOnClickThrough': true,
                'deliveryType':'progressive',
                'bestWidth': 420,
                'bestHeight': 250,
                'bestBitrate': 600, 
                'displayCompanions': true,
                'companions': [
                    { 'id':'companion-728x90', 'width':'728', 'height':'90' },
                    { 'id':'companion-300x250', 'width':'300', 'height':'250' }
                ],
                'notice': { show: false },
                'schedule': [
                    {
                       'position': 'pre-roll', 
                       'server': {
                          'type': 'DART',
                          'tag': 
'http://ad.doubleclick.net/pfadx/N270.126913.6102203221521/B3876671.20;dcadv=221
5309;sz=0x0;pc=[
TPAS_ID];ord=__timestamp__;dcmt=text/xml'
                       }
                    }
                ]
            }

Still, example 8 in the "custom ad delivery" section needs to be fixed.

Original comment by paul.sch...@gmail.com on 1 Apr 2010 at 4:10

GoogleCodeExporter commented 8 years ago
Closed. 

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 10:25