Jump to content

Ilya Ber

Approved members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by Ilya Ber

  1. You can link both image and headline using the legacy Direct Selection method like so:

     

    <a href='http://bestadserver.com/www/delivery/ck.php?bannerid={bannerid}' target='_blank'><h3>{headline}</h3></a>
    <a href='http://bestadserver.com/www/delivery/ck.php?bannerid={bannerid}' target='_blank'><img src="{yourimage}"/></a>
     
    And you can even add a pixel into the body of the article to track opens/views.
     
    <img src='http://bestadserver.com/www/delivery/avw.php?bannerid={bannerid}&amp;cb={random_number}' border='0' alt='' />
     
  2. You can start by using the default Revive Adserver functionality - Banner Delivery Options (one of the tabs on the banner editing screen). There, you will be able to pick the Site - Variable option and then enter your variable name and value.

     

    Something like this:

    Screen-Shot-2014-02-21-at-16.19.05.png

     

    After that is done, you can include that variable inside the zone invocation code:

    ...
    document.write("&amp;gender=<?=$yourGenderVariable; ?>");
    ...
×
×
  • Create New...