Jump to content

Denis

Approved members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Denis

  1. I don't see this limitation in 3.1.0. There is Client-Domain but this is not what I need because it uses client's "reverse" domain.
  2. I.e.: I have 'site1.com' and 'site2.com' that are the aliases for the same site. How can I show different banners for both sites? I mean I need to show 'banner1' for site1.com and 'banner2' for site2.com I've tried both 'Site - Source' and 'Site - Page URL' with 'contains... site1.com' or 'contains... site2.com', but I still see banner1 on site2.com.
  3. Please add support for banners with size like, i.e., 100%x60pcs. Here is very old reques for OpenX. Currently I use HTML banner with this code to server such banners: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="100%" height="60"> <param name="movie" value="http://static.example.com/banners/banner.swf" /> <param name="quality" value="high" /> <param name="FlashVars" value="clickTAG=http://example.org" /> <embed src="http://static.example.com/banners/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="60"></embed> </object>
×
×
  • Create New...