Jump to content

kopcheto

Approved members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by kopcheto

  1. In another environment I replicated the same or similar another environment:

    1. Revive Adserver v4.0.1 running on nginx 1.11.9, PHP 7.1.6 and MySQL 5.5.5-10.1.24-MariaDB

    2. In this case revive server and website are separate machines, and using zones invocation codes.

    3. For tests used:

    3.1. Two zones - with JavaScript TAG, iFrame tag and asynchronous JS tag

    3.2. Two banners with delivery limitation Site - Page URL one with "Contains" other with "Does not contain" and same filter string

    4. Expected results are that one of the banner will be shown only on one page, and other will not be shown on this page

    5. Result is: using with JavaScript TAG and iFrame tag for invocation code in zone - ignores delivery limitation,  asynchronous JS tag - was not displaying any banner.

    Boyan

  2. Problem is that it is not working at all!

    1. Revive ad server environment: You are currently using Revive Adserver v4.0.1 running on Apache 2.4.7, PHP 5.5.9-1ubuntu4.21 and MySQL 5.5.54-MariaDB-1ubuntu0.14.04.1.
    1.1. On same server is the site for banners delivery.

    2. limitation is following: Site - Page URL Contains 37030  (target to be displayed on only this page: https://www.SITE.com/article/37030/Title-title-Title)

    3. Invocation is by keywords (working properly without delivery limitations)

    4. Invocation code is following:
    --------------

    <!--/*
      *
      * Revive Adserver Javascript Tag
      * - Generated with Revive Adserver v4.0.1
      *
      */-->
    <script type='text/javascript'><!--//<![CDATA[
       var m3_u = (location.protocol=='https:'?'https://www.SITE.com/ads/www/delivery/ajs.php':'http://www.SITE.com/ads/www/delivery/ajs.php');
       var m3_r = Math.floor(Math.random()*99999999999);
       if (!document.MAX_used) document.MAX_used = ',';
       document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
       document.write ("?zoneid=41");
       document.write ('&amp;cb=' + m3_r);
       if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
       document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
       document.write ("&amp;loc=" + escape(window.location));
       if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
       if (document.context) document.write ("&context=" + escape(document.context));
       if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
       document.write ("'><\/scr"+"ipt>");
    //]]>--></script><noscript><a href='http://www.SITE.com/ads/www/delivery/ck.php?n=a9b4a1c9&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.SITE.com/ads/www/delivery/avw.php?zoneid=41&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a9b4a1c9' border='0' alt='' /></a></noscript>

    --------

    5. Result is (after deleting deliverycache) that banner is not shown anywhere

    In fact we would like to make more complex i.e. to limit with OR to several articles.

    Please advise.

×
×
  • Create New...