Hello,
I use this
if (!stripos($_SERVER["HTTP_USER_AGENT"], "google")) {
to discount clicks made by the google adbot from my stats. This does keep most of the clicks made by this bot out of my stats (stats related to my adwords performance), but not all.
One of things I log is the IP address of the ad clicker and a lot of entries in my stats resolve back to Google.
I was wondering if there is a more efficient solution than this? It is a real pain having Google pollute these statistics.
Thanks in advance