Jump to content

huanxing.wu

Approved members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by huanxing.wu

  1. hi @andrewatfornax Thanks for asking. I got blank page after changing the conf file . but it come back to work 5 minutes later ..... not sure why...
  2. Hi there, I've just install the revive adserver on my localhost, now I want to move it to an server with doamin www.aaa.com, I rename the localhost.conf.php to www.aaa.com ,and replace all the 'localhost' in the file with 'www.aaa.com' but it still not work on my server www.aaa.com!!! I don't want to install a new revive on my www.aa.com, just want to use the one installed on my localhost machine, how can i accomplish that ? TIA
  3. Hi there, Just want to confirm that if the campaign pricing will affect the Ad Select logic ? let's say we have 2 campaigns with the campaign type of 'Contract', and also they are of the same pricing model 'CPM' , but they have been set to different price : one 100 and the other 200, will the last one with price 200 has more priority than the 100 one in the ad select process? TIA
  4. I found the issue , simply change the DB connection parameter from protocol=tcp to protocol=unix
  5. Hi there My revive adserver just went wrong after I switch the Database connection info at /var/localhost.conf.php (target db is a copy of my localhost db, the only different is that they are hosted on 2 different server) config items I changed: 1. host 2. username 3.password I think I must missing some other steps to do... not sure yet . nginx error log as follow: in /Users/richard/www/revive/lib/pear/DB/QueryTool/Query.php on line 299 PHP message: PHP Stack trace: PHP message: PHP 1. {main}() /Users/richard/www/revive/www/admin/index.php:0 PHP message: PHP 2. require_once() /Users/richard/www/revive/www/admin/index.php:17 PHP message: PHP 3. phpAds_Die() /Users/richard/www/revive/www/admin/config.php:39 PHP message: PHP 4. phpAds_PageHeader() /Users/richard/www/revive/www/admin/lib-gui.inc.php:378 PHP message: PHP 5. OA_Admin_UI::getInstance() /Users/richard/www/revive/www/admin/lib-gui.inc.php:154 PHP message: PHP 6. OA_Admin_UI->__construct() /Users/richard/www/revive/lib/OA/Admin/UI.php:96 PHP message: PHP 7. OA_Admin_Template->__construct() /Users/richard/www/revive/lib/OA/Admin/UI.php:78 PHP message: PHP 8. OA_Admin_Template->init() /Users/richard/www/revive/lib/OA/Admin/Template.php:46 PHP message: PHP 9. phpAds_SessionGetToken() /Users/richard/www/revive/lib/OA/Admin/Template.php:123 PHP message: PHP 10. phpAds_SessionDataStore() /Users/richard/www/revive/www/admin/lib-sessions.inc.php:225 PHP message: PHP 11. MAX_Dal_Common->__construct() /Users/richard/www/revive/www/admin/lib-sessions.inc.php:183 PHP message: PHP 12. MAX_Dal_Common->_getQueryTool() /Users/richard/www/revive/lib/max/Dal/Common.php:77 PHP message: PHP 13. DB_QueryTool->__construct() /Users/richard/www/revive/lib/max/Dal/Common.php:157 PHP message: PHP 14. DB_QueryTool_EasyJoin->__construct() /Users/richard/www/revive/lib/pear/DB/QueryTool.php:57 PHP message: PHP 15. DB_QueryTool_Query->__construct() /Users/richard/www/revive/lib/pear/DB/QueryTool/EasyJoin.php:71 PHP message: PHP 16. DB_QueryTool_Query->connect() /Users/richard/www/revive/lib/pear/DB/QueryTool/Query.php:273" while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /revive/www/admin/index.php HTTP/1.1"
  6. Hi Revive, Generally we get the JS tag with parameter 'zoneid' like this: <!--/* * * Revive Adserver Asynchronous JS Tag * - Generated with Revive Adserver v4.0.1 * */--> <ins data-revive-zoneid="1" data-revive-id="53126d71827fcba70ff68055b9a73ca1"></ins> <script async src="//localhost/revive/www/delivery/asyncjs.php"></script> above code will call revive server to get a banner for zone with zoneid=1 ------------ but I've checked the code on Github, there're still possibility that the browser will send campaignid : $row = _adSelectDirect($what, $campaignid, $context, $source, $richmedia, $remaining == ''); so my question are : 1. how does the _adSelectDirect() method work? 2. how to config the revive adserver UI so that I can get the JS Tag that with campaignid parameter( will call the direct Ad select method) ? Thanks
  7. Hi Revive, Currently seems all Invocation Tags are cookie-related, cookie are used for holding the cap info on clients( any other usage?). is there a way to get rid of cookie on ad delivery ( api delivery for example)? is the cookie-free delivery in the TODO feature list of revive ? TIA
  8. Hi Revive, I just created 3 campaigns of different types: 1. Remnant 2. Contract 3. Override but when I goes to the table rv_campaigns, the column 'type' are all with value "0" ? is it a bug .... ? or I looking for the wrong table/column ? TIA
  9. I guess it's Ad Control Limitations .... am I correct ? TIA
  10. hi there, I notice that there are 4 different kinds of 'account' in revive: 1. account 2.agency 3.user 4.client can anybody kindly help to explain them (the difference and the relationship)? as far as i am aware, the client is the advertiser
  11. hi @andrewatfornax Thanks for clarify, so what u mean is that the server-to-server Ad call API at https://docs.openx.com/Content/developers/ad_request_api/adtagguide_getstart_servertoserver.html is docs for openx platform but not for openx Source, right? and since revive adserver is the successor of openxSource but not successor of openx platform, so revive adserver/openx source hasn't (and hasn't ever) been the so-called s2s API for delivering the Ads?
  12. Hi @andrewatfornax Thanks for help, I now manage to find the openads-xmlrpc.inc.php file, but I guess it won't work only by just copying the file to my PHP web app, it still throw some undefined method errors, so my question is: how to correctly import all the files/libs so that the xmlrpc tag will work for a php web app? (my php web app is NOT hosted in the same server as revive server)
  13. Hi @andrewatfornax Thanks for reply, yes, I did link it to the zone
  14. Hi @Erik Geurts @andrewatfornax I'm facing this issue for long times , could u kindly help me a bit? how can I import the required PHP files so that I can make the XML RPC TAG work ? Thanks very much
  15. Hi there, I just want to know that is the OpenX Ad Request API removed from Revive ? we know that OpenX (the former Revive Adserver) has the Ad Request APIs for delivery Ads: https://docs.openx.com/Content/developers/ad_request_api/adtagguide_getstart_servertoserver.html but I cannot found the corresponding APIs ( the server-to-server one ) from Revive except the js/iframe invocation tag. actually what i need is the server-to-server API for delivering Ad. anybody can help explain why? Many Thanks
  16. hi there, I'm able to get the xml rpc tag from revive as follow: <?php /* <!-- Revive Adserver XML-RPC - Generated with Revive Adserver v4.1.0-dev --> */ //ini_set('include_path', '.:/usr/local/lib'); require 'openads-xmlrpc.inc.php'; if (!isset($OA_context)) $OA_context = array(); $oaXmlRpc = new OA_XmlRpc('localhost', '/revive-adserver/www/delivery/axmlrpc.php', 80, false, 15); $adArray = $oaXmlRpc->view('zone:1', 0, '', '', 0, $OA_context, ''); echo $adArray['html']; ?> then I put this tag on my php page, but i come out with errors. so where can I get the openads-xmlrpc.inc.php file so that make it work? Thanks
  17. Hi there, On OpenX website I saw the docs of Ad Request API and the Platform API, just want to know if these 2 APIs still available on revive adserver ? OpenX docs I found: https://docs.openx.com/Content/developers/ad_request_api/adtagguide.html Thanks
  18. Hi , I just clone the revive-adserver from https://github.com/revive-adserver ,after install I found this error log: Found the admin account's timezone association, updating preference... Updated the admin account timezone preference to: 'Asia/Shanghai' #! openXVideoAds(): 1 expected files not found #! openXVideoAds(): /www/admin/plugins/videoReport/templates/players.html #! openXVideoAds(): The uploaded file did not pass security check #! openXVideoAds(): The uploaded file openXVideoAds.zip was not unpacked Starting file-check for plugins... seems the vidoevast plugin is not install successfully because of "not pass security check" so what does this mean ? how to make it secure ??? Thanks
  19. Hi there, Does revive support 3rd party Ad serving ? if yes then how ? need any other plugins? if no, why ? Thank in advance.
×
×
  • Create New...