Jump to content

Ilya Ber

Approved members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Ilya Ber

  1. Just a small TIP, if you ever need to work around the strict banner and zone size comparison (say you have banners of various heights that MUST go inside a single zone), you can always use an asterisk (*)/wildcard in one or both of the zone dimensions.
  2. If you are referring to OpenX Marketplace it is no longer operational. The ad exchange currently listed on the OpenX website is part of their enterprise solution and does NOT relate to Revive Adserver in any way. So, at this point, your best option is to run Google AdSense or similar as the only viable alternative. Read more here: http://www.revive-adserver.com/blog/frequently-asked-questions-about-google-adsense/
  3. Sometime ago, I posted numerous tutorials explaining how to operate the XML-RPC API, you can browse them all here: http://blackriver.to/category/openx/ However, if you have not had any prior experience with XML-RPC, I would recommend getting the REST API wrapper right away - it is way easier to work with: https://www.reviveadserverrestapi.com
  4. Your advertiser is running the MediaMind ad server, which if I recall correctly, uses the "rtu" variable for click url pass-through. So, in your case the code would like the following: <script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=8667067&PluID=0&w=300&h=250&ord=%5Btimestamp%5D&rtu={clickurl}"></script> <a href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=8667067&Page=&PluID=0&Pos=199773244&rtu={clickurl}" target="_blank"><img src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=8667067&Page=&PluID=0&Pos=199773244" border=0 width=300 height=250></a> </noscript> In reality though, this is a question to your advertiser more so than it is to the members of this board.
  5. Most likely your 3rd party HTML banner does not contain the correct click macro which is substituted by the Revive for the correct click URL -> {clickurl}. Pasting your banner code in here would help determine the issue.
  6. Is there a "super" privilege assigned to your Revive mysql user? If not, try setting it and don't forget to flush privileges afterwards: GRANT SUPER ON *.* TO user@'localhost' IDENTIFIED BY 'password';
  7. Hey Erik, Just wanted to use it on my blog in conjunction with some Revive reviews. Thanks
  8. Determine the current browser resolution and load an appropriate zone based on that using JS. Even easier, if you are using single call invocation, you can just pre-populate the Zone ID list - here is a good example.
  9. It would be great if someone could post a higher resolution or a vector Revive Adserver logo.
  10. How about some awesome "Revive AdServer" stickers or t-shirts?
  11. Shay, without going too deep into details, Revive configuration gives you an option to specify both local and remote paths to your images folder. If you choose to host the images on a CDN, most providers (amazon, rackspace) will give you a way to map the drive locally on your master/admin Revive server, where the images are going to be uploaded through the Revive UI. The slave/ad serving nodes only require the remote path to the images folder.
  12. You should already be able to do this using Banner Delivery Options: The "Site - Variable" delivery limitation. Then you can just add the following bit to your regular JS zone invocation code: document.write ("&amp;gender=male");
  13. I concur, however if you are not too much concerned with the 3rd party ads, I would recommend using https://code.google.com/p/jquery-lazyload-ad/
×
×
  • Create New...