Adlogger is not any longer supported or distributed. The new software is called asRep. It has a click fraud prevention.
-> http://www.asrep.com/
Anybody here who has integrated asRep in Drupal with Adsense?
Thank you.
Adlogger is not any longer supported or distributed. The new software is called asRep. It has a click fraud prevention.
-> http://www.asrep.com/
Anybody here who has integrated asRep in Drupal with Adsense?
Thank you.
Comments
Comment #1
funana commentedSelf responding ;-)
I managed to integrate it.
Remember to use the correct path to fraudprev.php.
Use this, starts somewhere at line 651:
You could add an "else" :
Comment #2
jcnventuraIs this still working for you?
Comment #3
jcnventuraAnyway, forget it.. Drupal forbids hosting of modules that link to proprietary libraries.. The module can't integrate the code above.
So this is postponed ad eternum (nothing prevents users from doing it themselves, though).
A word of warning, the suggested implementation is very, very wrong. The asrep call should be placed in the _adsense_check_if_enabled() function.
João
Comment #4
kbahey commentedActually, we can integrated the code to do asRep, but not host asRep itself in the adsense module repository. So the "glue" to asRep can be part of this module, but you still have to download asRep from its own site.
The important part is whether asRep does work after Google's Oct 2007 change to the ad code to prevent click monitoring. If it no longer works, there is nothing to integrate anymore.
Comment #5
jcnventurakbahey and me discussed this and as asRep is commercial and we would better avoid dealing with licensing issues and hassles for a product that is not free to use, so the value from it will be very limited.
João
Comment #6
jcnventura