Jump to content

paule

Approved members
  • Posts

    13
  • Joined

  • Last visited

    Never

Everything posted by paule

  1. Hey ashok, how did you do that and what was the problem? Maybe your solution can help others with a similar problem in the future...
  2. These settings are OK, go to the "Maintenance" tab on the left, please.
  3. Thanks, I already suspected this. Maybe I'll find some time to make a plugin for the community to do so...
  4. 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.
  5. Change into Administrator Mode and then go to the link I provided you. What does it say about Maintenance?
  6. Sorry, but I can't check since it's your private access area. Please login with your credentials and go to: https://acd.com.au/adserver/www/admin/account-settings-banner-logging.php
  7. I don't mean the file source code but the output, when you go to the URL using your admin account.
  8. Do you see the message "Scheduled maintenance is running correctly." there? Are banners delivering properly? What settings do you see here? /www/admin/account-settings-banner-logging.php
  9. 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.
  10. 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.
  11. 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.
  12. This is a cache blocker, you can generate it server-side or client side with JavaScript. But you can also leave it like that, however some browser configurations may cache the request and display the same ad which was delivered in the first request over and over again instead of requesting a new one in each page request.
  13. 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: 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...