Jump to content

paule

Approved members
  • Posts

    13
  • Joined

  • Last visited

    Never

Posts posted by paule

  1. 7 hours ago, andrewatfornax said:

    Does the banner have any other rules in place? Are there any other banners linked to the zone?

    The bannner has no other rules and it is indeed linked to the zone. Indeed I added two similar banners to the zone and only one is referring to the "source" parameter. Any other self-set parameter like "section" is working fine, but targeting to "source" is not.

  2. Is your maintenance script working fine? You can check it here:

    /www/admin/maintenance-maintenance.php

    And here are the settings for it:

    /www/admin/account-settings-maintenance.php

    Maybe you have set it up to be run by Cron but the cronjob is not being executed by the server? However, on the settings page you can pick to be run by your invocation script.

  3. For adblock reasons I'm using local mode on my sites, since it's harder to block it and most ads will not get blocked by default. However, I have a big website with multiple zones on every page and wonder if there is a possiblity to alter the request code somehow to get all zones in a single request to the backend.

    $phpAds_raw = view_local('', 1, 0, 0, '_blank', 'test', '0', $phpAds_context, '');

    The second variable is the zone ID, however I can't pass an array there.

  4. On 10/25/2018 at 6:55 AM, Emirates said:

    Even if the banner of company #1 "wins" and is displayed in the first zone on the page, where is the guarantee that another banner of the same company #1 will "win" in the same moment in another zones on same page?

    If you choose "override" as Campaign type and don't have any other campaigns with this settings, it will always take this campaign as first choice. So if you add a proper frequency capping to only be shown 4 times (or any number divisible), it always should win over all others and display these four banners at the same time.

    Otherwise you'd have to tweak the source code, I think that shouldn't be tat hard, since you could use the "don't show multiple ads of the same campaign" (context in the invocation code) stuff the other way round.

  5. Unfortunately the "source" delivery rule is not working (at least in current Revive version 4.1.2). Unlike free Variables I define myself like "section=test", the selection via "source" is not working properly.

    When my (only) delivery rule is:

    OIsfSbM.png

    And my invocation code leads (for example javascript) to spcjs.php?id=1&source=test&target=_blank it will never be displayed. When I choose "is different from" it will be always displayed, no matter if I pass "source=test" or not.

    This seems to be a bug, since custom parameters like I wrote above "section=test" is working fine. However, I don't know how to pass them in local mode, which I am using to prevent ad blockers.

×
×
  • Create New...