nicksnels Posted January 11, 2014 Report Share Posted January 11, 2014 Hi, a few days ago I installed Revive and yesterday I enabled it on all my websites. Today I noticed two things that aren't working correctly. First off no clicks are tracked and geotargeting is not working. There are no clicks tracked only impressions. I have the following js code on my sites: <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://example.com/www/delivery/ajs.php:http://z.n-consulting.be/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=1"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href='http://example.com/www/delivery/ck.php?n=a57fe33a&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://example.com/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a57fe33a' border='0' alt='' /></a></noscript> Isn't this the right code or should I enable some things or ...? I have also enable the MaxMind GeoIP Plugin and set the path to geoipCityLocation file to the GeoLiteCity.dat file that I recently downloaded from the MaxMind website. However when I add a restriction to a banner and set Geo - Country / City to a country, the banner is no longer served. It appears the Maxmind plugin is not working. How can I debug this problem? Thanks. Kind regards, Nick Quote Link to comment Share on other sites More sharing options...
Snoork Hosting Posted January 12, 2014 Report Share Posted January 12, 2014 You need to have the GeoIP module installed on your server in order for GeoIP to function. Mod GeoIP for Apache - http://dev.maxmind.com/geoip/legacy/mod_geoip2/ Quote Link to comment Share on other sites More sharing options...
nicksnels Posted January 12, 2014 Author Report Share Posted January 12, 2014 Thanks for the tip. I installed Mod GeoIP for Apache on my CentOS server following the directions from http://www.perdichizzi.net/?p=315 . But the same problem persists. I also noticed that revive has registered 1 click, this was on a non Adsense ad. I also have a bunch of Adsense ads and according to the Adsense site I have had clicks, but no clicks where registered by Revive. Quote Link to comment Share on other sites More sharing options...
andrewatfornax Posted January 25, 2014 Report Share Posted January 25, 2014 Maybe try re-generating the invocation code for a zone, and try testing that to see if clicks get registered? Quote Link to comment Share on other sites More sharing options...
Eliza0406 Posted January 31, 2014 Report Share Posted January 31, 2014 You just try by installing geo targeting plugin.If it is already done then configure Geo IP plugin. For click not being tracked, go to Configuration->Global logging setting, and check whether "Click Everytime.." option is enabled. Here is a link where you can find Geo Targeting Plugin: http://www.openxmods.com/openxmods/Geo-Database-Installation/prod_1318.html Quote Link to comment Share on other sites More sharing options...
Techsigns Posted February 2, 2014 Report Share Posted February 2, 2014 I'm new to Revive Adserver and I tried to configure all of my advertisers using Revive. It works create, except Adsense. Sometimes, clicks are tracked but most of the times, no click tracking is done (In the Google Adsense reports there are many clicks tracked, so Revive does not recognize some of them...). Are there any special requirements on implementing the zone javascript or to invoke Adsense displaying zones with IFrames instead of Javascript? I use Javascript for invokation on all my ad zones. Settings in global logging settings is set to track every click. Thanks for any help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.