-
Content Count
34 -
Joined
-
Last visited
About huanxing.wu

-
Rank
Newbie
-
andrewatfornax reacted to a post in a topic: how to move revive from localhost installation to another domain?
-
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
-
huanxing.wu changed their profile photo
-
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
-
andrewatfornax reacted to a post in a topic: how to tell different types of campaign from DB table rv_campaigns?
-
andrewatfornax reacted to a post in a topic: Error occur when change revive db connection
-
Error occur when change revive db connection
huanxing.wu replied to huanxing.wu's topic in For Developers
I found the issue , simply change the DB connection parameter from protocol=tcp to protocol=unix -
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/
-
huanxing.wu reacted to a post in a topic: What Database Tables Are Needed For The New Revive Versions Vs. Old Openx?
-
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 campai
-
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
-
what does acls actually short for in revive ?
huanxing.wu replied to huanxing.wu's topic in Using Revive Adserver
really cool ,thanks @andrewatfornax -
I guess it's Ad Control Limitations .... am I correct ? TIA
-
does the Ad Request API of OpenX still available in revieve
huanxing.wu replied to huanxing.wu's topic in For Developers
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?