I recently ran into a bunch of 'phantom' hits for one of the least trafficked pages on my site, apparently resulting from a very targeted Google query.
Since the average no. of page views for this series of visits was close to 1.0 and resulted from a single ISP, I decided to investigate further: fearing an attempt to Googlebomb that page.
Upon checking that specific query in my Apache logs, I only found the initial visit that was referred from the Google query. Here is a sample of visits:
"GET /folder/file HTTP/1.1" 200 16780 "http://www.google.com/search?[query removed]" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
"GET /folder/file HTTP/1.1" 200 16777 "http://www.example.com/folder/page2" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
"GET /folder/file HTTP/1.1" 200 68451 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) Word/12.23.0"
"GET /folder/file HTTP/1.1" 200 16780 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
"GET /RSS/feed HTTP/1.1" 200 2429 "-" "Apple-PubSub/65.11"
"GET /RSS/feed HTTP/1.1" 200 2426 "-" "Apple-PubSub/65.11"
"GET /RSS/feed HTTP/1.1" 200 2429 "-" "Apple-PubSub/65.11"
"GET /folder/file HTTP/1.1" 200 16780 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
"GET /folder/file HTTP/1.1" 200 16795 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
What this looks like to me, is that GA is tracking each subsequent visit from this particular user as resulting from their initial Google search. This is not in line with reality and inconsistent when comparing to other RSS feed users.