Jump to content

bobdobs

Approved members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by bobdobs

  1. I figured it out myself ? The HTML5 banner relies on javascript to create an image that calls /www/delivery/lg.php. Now that js wasn't executing because it was in my Vue template, so I had to create a workaround. The stats collected in rv_data_bkt_m now match requests to /www/delivery/lg.php perfectly.
  2. I just installed v5.0.5 on a subdomain and have setup 4 HTML5 banners in the same zone. Delivery mode is local tag and I have setup crontab for maintenance script. The HTML5 banners are displaying as expected but the impression count is way too low. I enabled request logging in "Banner Logging Settings" in order to debug. I see that the data in `rv_data_bkt_r` matches my expectations fairly well, but HTML5 banner tracking rarely makes it to `rv_data_bkt_m`. I setup a normal image-banner in the same zone as the HTML5 banners and tracking seems to be working fine with the image-banner. So impressions for the image banner match my expectations. In the access log I see requests to /www/delivery/lg.php for the image banner. I believe lg.php is responsible for tracking? For the iframe banners I see requests to /www/delivery/ck.php but not lg.php. I call the view_local() function to get the array with the html-code for the banners. I notice that the returned array also mentions lg.php for the HTML5 banners in $phpAds_raw['logUrl'] - The URL looks something like this: /www/delivery/lg.php?bannerid=6&campaignid=1&zoneid=1&loc=xxxxx Maybe I can fix the wrong impression count for the HTML5 banners by inserting an image with $phpAds_raw['logUrl'] as src? Or maybe I am missing a config setting somewhere?
  3. I'm pretty new to running ads. I have a little experience with a few ad networks, but I think I can do better on my own. But what is the best way to get in contact touch with advertisers? And how do you guys go about receiving payments? I guess the simplest is a bank transfer, and I am sure that my accountant would prefer that. Payment via PayPal could also be an option. Any other ideas?
  4. BTW my installation details: Revive Adserver v4.1.4 running on Apache 2.4.18 PHP 7.2.3-1 MySQL 5.7.23 I had to disable output from errHandler() in /lib/max/ErrorHandler.php because it was outputting all sorts of errors to the screen (overriding my php.ini settings).
  5. Hi My Revive Ad Server installation has been running fine for months, but suddenly today ad delivery was not working. After some investigation it turns out there are no plugins installed (the plugins section in admin is completely empty), so I tried to follow this guide to reinstall the plugins. However when I try to install a plugin I get this error: Failed to find package definition file /var/www/banner.anon.com/docs/var/www/banner.anon.com/docs/var/tmpopenX3rdPartyServers.xml.xml Failed to parse the plugin definition openX3rdPartyServers.xml The uploaded file did not pass security check The uploaded file openX3rdPartyServers.zip was not unpacked Looking at the first line in the error message the path looks like it is duplicated, but I'm not sure if that is related to the problem. Also I'm not able to locate tmpopenX3rdPartyServers.xml anywhere.
×
×
  • Create New...