Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For a certain group of pages on my site, I send google analytics a virtual pageview. So, as an example, instead of the page being /username, I track it with google analytics using /profile/username like this:

_gaq.push(['_trackPageview', '/profile/username']);

Works great it seems. Except I'm seeing TONS of the above virtual URLs in my website logs with googlebot as the user-agent! Why is google visiting my virtual URLs? Did I do something wrong above? Is this normal?

share|improve this question
So, questions to potentially eliminate causes: Have you setup the Webmaster Tools/Google Analytics integration? Is it possible someone on your site used the top URLs in Google Analytics to populate a Site Map? Do you use In-Page Analytics frequently? – yahelc Sep 19 '11 at 16:36
On Webmaster Tools, I don't see any setting for a Google Analytics integration. We have not setup a Site Map yet. I don't know what In-Page Analytics is. Basically nobody knows about this virtual pageview URL except google analytics. – at. Sep 19 '11 at 16:40
Bizarre. Looks like this is a long-running, unresolved thing: google.com/support/forum/p/Google%20Analytics/… – yahelc Sep 19 '11 at 16:57

1 Answer

up vote 0 down vote accepted

It looks like this is a long-running problem, going back to December 2009.

Unfortunately, there does not appear to be any explanation as to why or how this is happening.

share|improve this answer
not possible this is anything but googlebot, because only google analytics would know about my virtual pageview URLs. I'm looking in my access log. – at. Sep 19 '11 at 15:04
Ohhh, weird. I misunderstood your question; I thought you were seeing it in Google Analytics, not in your access log. That's really interesting – yahelc Sep 19 '11 at 16:15
Removed prior incorrect answer. – yahelc Sep 19 '11 at 17:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.