Jump to content

edubuc

Approved members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by edubuc

  1. Hi,

    We use edge to create HTML5 banners. We host the banner on a server and then, in Revive AdServer, create a HTML Banner with an iframe pointing to this banner:

    <iframe src="[banner url]" width="230" height="90" frameborder="0" scrolling="no" allowTransparency="true"></iframe>

    The issue is that the click count doesn't work as Revive AdServer isn't able to find out the link. I tried to add a javascript with a clickTag on the banner but it doesn't seems to work:

    <script>var clickTag="https://www.mytargetwebsite.com";</script>

    <a href="javascript:window.open(window.clickTag, '_blank');" target="_blank"><div id="Stage" class="EDGE-5175924"></div></a>

    Any idea on how to proceed?

  2. Hi,

     

    I'm trying to implement a background takeover ad, all I will need to do that is a way to programmatically get the link and image for a specific ad either in javascript or php (i need the image as a background image for the body tag and the link for a clickable div before content)

     

    Any idea on how to achieve that ?

  3. This works for me:

    <div style="position: fixed; top:0px; left:0px; z-index: -1; background: url(http://adserver.url/www/delivery/avw.php?zoneid=ZONEID&amp;cb=RANDOM_NUMBER&amp;n=NID) center center no-repeat; width: 100%; height:100%;">
      <a href='http://adserver.url/www/delivery/ck.php?n=NID&amp;cb=RANDOM_NUMBER' target='_blank' style="display: block; width: 100%; height: 100%;"></a>
    </div>

    You create new zone with custom size: * x *, so you can upload your background banner. Link banners to this zone. Check zone id in code up. You can have multiple banners displayed as background image.

     

     

    It works on chrome but not on firefox or safari, do you know why?

×
×
  • Create New...