Jump to content

2ge

Approved members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by 2ge

  1. ok, so it seems nobody else got this problem ?
  2. Hi Eliza, I think limit impressions should work. Imagine you got 100 campaigns, and they book 10000 impressions each, you charge them by CPM...can not set up end date...
  3. Hi guys, I got campaign: Impressions Booked 1,400,100 Clicks Booked Unlimited Conversions Booked Unlimited Start date 31-05-2014 End date- Priority Exclusive It is far beyond the limit of Impressions, when I edit campaign, I can see Impressions Remaining: -40,583, I set up also manual maintenance, and auto - maintenance is running too, I can see that in the log. The questions is, why the banner is still delivering, even it is far beyond the limit and how to fix this ? Thanks. You are currently using Revive Adserver v3.0.5 running on lighttpd 1.4.33, PHP 5.4.23 and MySQL 5.5.35-.
  4. to all blank (error 500 code) pages...I gets those on campaign page, and also on stats, I checked what it can be, maintenance running good, everything seems good. I was out of idea, nothing special in logs...but then, just for fun, I repaired all tables in database and viola - problem is gone. I repaired it using mysql as "repair table ...;" it really helps.
  5. Hi guys, wondering, if it is possible to get in one XML-RPC call multiple banner results for multiple zones. Currently I am doing this: if (!isset($OA_context)) $OA_context = array(); $oaXmlRpc = new OA_XmlRpc('ads.myserver', '/www/delivery/axmlrpc.php?variable=value', 80, false, 3); $adArray = $oaXmlRpc->view('zone:1', 0, '', '', 0, $OA_context, ''); but it would be nice to do something like this (still it should be just 1 HTTP request): if (!isset($OA_context)) $OA_context = array(); $oaXmlRpc = new OA_XmlRpc('ads.myserver', '/www/delivery/axmlrpc.php?variable=value', 80, false, 3); $zones = array( 'zone:1', 0, '', '', 0, $OA_context, '', 'zone:2', 0, '', '', 0, $OA_context, '' ); $adArray = $oaXmlRpc->view($zones); I want to save HTTP calls, so it would be faster. Anybody?
  6. Hi, I believe it is caused, because I set up cron for maintenance, so it can not get host variable... Using Revive Adserver v3.0.2 running on lighttpd 1.4.33, PHP 5.4.23 and MySQL 5.5.35-. cron: .../scripts/maintenance/maintenance.php https://github.com/revive-adserver/revive-adserver/issues/268
  7. Hi, on page /www/admin/updates-product.php I see: You are currently using Revive Adserver v3.0.2 running on lighttpd 1.4.33, PHP 5.4.23 and MySQL 5.5.35-. An error occurred: Unknown method (code: 1) Due to an unknown reason it isn't possible to retrieve information about possible updates. Please try again later. https://github.com/revive-adserver/revive-adserver/issues/269
×
×
  • Create New...