lvaldivia / open-video-ads

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

Factor out the OpenX references when creating Ad Server config/instances #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Factoring out the openx specific references when adding ad server 
config/instances.

See code from Dan Rossi

Original issue reported on code.google.com by paul.sch...@gmail.com on 5 Oct 2009 at 10:59

GoogleCodeExporter commented 8 years ago
Specifically, change this code:

VASTController.config() ....

       // Fire up the ad server and load up the template data
            _openXAdServer = AdServerFactory.getAdServer(AdServerFactory.AD_SERVER_OPENX) as 
OpenXAdServer;
            _openXAdServer.initialise(_config);

Original comment by paul.sch...@gmail.com on 5 Oct 2009 at 11:04

GoogleCodeExporter commented 8 years ago
Looking more at it, the AdServerConfig class really needs to be abstracted out, 
cleaned up, and "type" set 
defined... (only a getter is there right now and it's not used)

Original comment by paul.sch...@gmail.com on 5 Oct 2009 at 11:29

GoogleCodeExporter commented 8 years ago
Done

Original comment by paul.sch...@gmail.com on 31 Oct 2009 at 5:27