Is there any free web analytics/tracking service that can work without JavaScript on client side?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
Google Analytics has a document with server-side code snippets in several languages. It says it's for mobile use, but the actually important bit is that it's for situations where the browser may not support Javascript. As for other services, a lot of their code comes in this general format:
Just rip out and use only the stuff inside the noscript tag. The data you collect will be limited, though, compared to what the JS can get you. |
|||
|
|
|
You can configure histats.com to do so ! Get an account and create an hidden tracker. Now click the no Javascript tag and paste it onto your website !
|
|||||
|