Forum Moderators: open
seriously tho - you'll find Googlebot in your log files. You can open up your log files in a text editor if you like and just search for 'goooglebot' or you can use a stats analyzer of some sort and filter for it.
See here: [webmasterworld.com...]
Darn, Oilman was faster and funnier than me.
$database = "/path_to_file/web/cgi-bin/google.txt";
$shortdate = `date +"%D %T %Z"`;
chop ($shortdate);
if ($ENV{'HTTP_USER_AGENT'} =~ /googlebot/) {
open (DATABASE,">>$database");
print DATABASE "$ENV{'REMOTE_ADDR'} - $ENV{'HTTP_USER_AGENT'} - $ENV{'SCRIPT_URL'} - $shortdate\n";
close(DATABASE);
}
Basically, I can watch all day long as site visitors come in to our websites and watch (in real time) as they move from page to page. It shows me time, date, client IP address, and referring URL (basic logfile stuff) and allows me the option to instantly trace-route or ping a visitor, or open a new browser to any refferring URL.
I can also add all kinds of custom filters, sort, or search the data in any number of ways.
It doesn't do graphs or anything, but seeing visitor behavior in real time is something that can't be deciphered from a graph anyhow. It's by far the best tool I've ever used for SEO.
Sticky me your email address and I'll let you know when we start offering it to the public.
I use LiveStats.
It is part of my hosting package. I can see who is on the site up to the minute. Plus see what pages they are looking at, where they came from and a lot more data than you would ever want. Plus you can set warnings and special tracking.
There is another competing program but I forget the name.
These programs are a great tool.