|
According to Awstats, the number of visitors who have javascript disabled, or a browser that doesn't support it, is less than 2 %. I don't know how that compares against other sites?
If you take a step back, you've got an html document with some other files embedded. There's a css, some images, some javascript, and possibly other goodies. Your browser downloads the html, parses it, and starts making requests for the other files ( css, jpegs ) and executing the java script ... which in the case of Adsense, is requesting data from Google's server to display on your pages. People can skip some of the requests, even all of them, and just display your bare html. Browsers are built on the idea they need to get everything referenced by the page to render it properly.
On that note, there are brower plug-ins that disable ad scripts, block certain images, and so on. Since your Adsense report doesn't have access to your server logs, it doesn't actually know how many times your pages were served, only how many times the script was executed. So the numbers should tie in theory, but they're actually measuring different things.
|