: Any free web analytics/tracking services without JavaScript? Is there any free web analytics/tracking service that can work without JavaScript on client side?
Is there any free web analytics/tracking service that can work without JavaScript on client side?
More posts by @Sue5673885
2 Comments
Sorted by latest first Latest Oldest Best
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:
<script type="text/javascript" src="[Javascript URL]"></script>
<noscript>
<a href="[http://example.com]"><img src="[URL for tracking pixel]"/></a>
</noscript>
Just rip out and use only the stuff inside the noscript tag.
Site Meter provides it right on the same page as the usual JS snippet.
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 !
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.