Jump to content

dperic

Approved members
  • Posts

    2
  • Joined

  • Last visited

About dperic

dperic's Achievements

Newbie

Newbie (1/5)

1

Reputation

  1. This is solved now. I've used solution provided here: https://github.com/revive-adserver/revive-adserver/issues/402
  2. On a website we're working on we're trying to pull ads from revive through noscript fallback, since we cannot use javascript code for some other reason. Basically, on one page we have ~10 ads generated from two banners received from revive, which are in the same zone. Basically, each image/link is generated somehow like this: <a href='//revive-server/delivery/ck.php?n=a31eca4c&amp;cb={{ randomNumber }}' target='_blank'><img src='//revive-server/delivery/avw.php?zoneid=1&amp;cb={{ randomNumber }}&amp;n=a31eca4c' alt='' /></a> Thing is: images will be loaded proper, but problem is that url for banner will always point to the url which is referenced by the last loaded image. So, if first banner links to www.google.com, and second banner links to www.github.com, and if second banner is loaded last, url (for all images) will always point to the www.github.com. I'm wondering if anyone is aware of that problem? Since revive is open source we'll maybe try to fix it on our own. I believe this should be solved with randomNumber parameter which is given to the url (and then based on that image/url should be generated), but looks like this is not the case.
×
×
  • Create New...