Does preloading content from a page skew my google analytics stats?

Posted by user278457 on Stack Overflow See other posts from Stack Overflow or by user278457
Published on 2010-04-24T17:15:15Z Indexed on 2010/04/24 18:03 UTC
Read the original article Hit count: 178

I'd like to write myself a simple script that uses AJAX to load the content from each page on my main navbar into a hidden div on the current page.

This is just so that I can preload as much of my important content as possible and get it cached on the user's computer (hopefully) before they've finished with the current page and want to move on.

I'm concerned that doing a request for every page on the site, every time someone visits, will really ruin the validity of my google analytics stats.

How does AJAX interact with google analytics? Does it count as a "page visit"?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about google-analytics