bigsml / open-video-ads

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

Improve efficiency of companion DIV matching code #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, if a VAST response returns a set of companion ad sizes, the code 
searches based on that 
list trying to match against the companions that the user has defined in their 
config.

It should the other way around as that is more efficient.

See example43 as an illustration - the VAST template has 10+ companions, but 
only 2 are user 
defined on the page, but the matching goes through the 10+ list ...

Original issue reported on code.google.com by paul.sch...@gmail.com on 13 Oct 2009 at 7:20

GoogleCodeExporter commented 9 years ago
Moved to enhancement

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 8:00