Hell All,
I'm trying to create a report with all the URLs hit by Googlebot and the no of hits. I'm a novice and would much appreciate your help. This is what I did in Log Parser Studio to pull all the URLs/URIs and the number of hits the URLs collectively received from all the bots. But what should change in the below query so that LPS can pull a report with URLs and no of hits by Googlebot alone?
SELECT cs-uri-stem, count(*) as hits FROM '[LOGFILEPATH]' GROUP BY cs-uri-stem ORDER BY hits DESC
Thanks much for your help!