After so much strugle I found a nice tool which helps to parse my apache access log files and supply me so much useful information about google activity in my website.
Visitors can get the following details from your daily apache access logs
- Unique visitors in each day
- Unique visitors in each month
- Unique visitors from Google in each day
- Unique visitors from Google in each month
- Pageviews per visit
- Weekday-Hour combined map
- Month-Day combined map
- Requested pages
- Requested images and CSS
- Referers
- Referers by first time
- Robots and web spiders
- User agents
- Operating Systems
- Browsers
- 404 Errors
- Domains
- Googled pages
- Adsensed pages
- Google Keyphrases
- Google Keyphrases by first time
- Google Human Language
- Weekday distribution
- Hours distribution
It is very simple to compile and execute…. I wrote a simple php shell script to make report daily so that i can archive it.
Recently I needed to monitor google activity in a new site for printer consumables. After a few search I found CJ GoogleBot Activity. I was very happy with the result. It works very nicely.So If you are using php and dont have access to your logs. Then this tool can count useful
plz tell me how can i read or write the log file which contains the information about dailly access details ?
Hello,
Interesting tool to see Google Activity. Have you ever thought to write it as a wordpress plug in? it would give you a lot of benefits.
have you considered awstats ? or webalizer ? i believe both have search bots parsing & filtering.