Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Sue5673885

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

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.

10% popularity Vote Up Vote Down


 

@Pierce454

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 !

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme