scroogepro / open-video-ads

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

VAST response for Image overlays doesn't look right on the demo openX instance #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Image overlays seem to be producing this response:

<NonLinearAds>  
<NonLinear id="overlay" width="450" height="50" resourceType="static">  
<Code>
http://openx.openvideoads.org/openx-2.8.2-
rc22/www/images/fa5b35e2e16d4b2a922e4169c9fcea97.gif
</Code>  
</NonLinear>  
</NonLinearAds> 

That doesn't look right - the creativeType should be set to gif|png etc.

Original issue reported on code.google.com by paul.sch...@gmail.com on 14 Oct 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Images work without the creativeType because if the type can't be determined, 
"image" is assumed by the OAS - 
need to get the right version of the Video Ads plugin up on demo - the 
"creativeType" should be there

Original comment by paul.sch...@gmail.com on 14 Oct 2009 at 9:41

GoogleCodeExporter commented 9 years ago
Done.

Original comment by paul.sch...@gmail.com on 5 Aug 2010 at 6:03