Web Stats
Posted: Fri Aug 24, 2018 2:30 pm
I'm looking at an alternative to 'Analytics' for my site (which work well in Page Properties | Meta Tags | User Defined)
ShinyStat provides a hit counter or logo in their snippet
"Insert the HTML code
To properly insert the HTML code into your web pages and for the correct functioning of the service, you need to make sure that:
- the code is inserted without any changes (including line breaks);
- the code is inserted just before the closing tag in all the pages of the web site.
By positioning the code at the end of the page, the correct functioning of the service is guaranteed. This also allows to comply with one of the international Internet audience measurement standards (as per IAB guidelines). Only in this way, every page will be entirely loaded and viewed by the visitor before ShinyStat™ measures it.
<!-- Begin ShinyStat Code -->
<script type="text/javascript" src="//codice.shinystat.com/cgi-bin/getcod.cgi?USER=username"></script>
<noscript>
<a href="http://www.shinystat.com" target="_top">
<img src="//www.shinystat.com/cgi-bin/shinystat.cgi?USER=username" alt="Free counters" style="border:0px" /></a>
</noscript>
<!-- End ShinyStat Code -->"
Given that the counter/logo will ideally sit visibly at/near the bottom of the page/s, how can I achieve this ? "Closing Tag" is a bit ambigous!
ShinyStat provides a hit counter or logo in their snippet
"Insert the HTML code
To properly insert the HTML code into your web pages and for the correct functioning of the service, you need to make sure that:
- the code is inserted without any changes (including line breaks);
- the code is inserted just before the closing tag in all the pages of the web site.
By positioning the code at the end of the page, the correct functioning of the service is guaranteed. This also allows to comply with one of the international Internet audience measurement standards (as per IAB guidelines). Only in this way, every page will be entirely loaded and viewed by the visitor before ShinyStat™ measures it.
<!-- Begin ShinyStat Code -->
<script type="text/javascript" src="//codice.shinystat.com/cgi-bin/getcod.cgi?USER=username"></script>
<noscript>
<a href="http://www.shinystat.com" target="_top">
<img src="//www.shinystat.com/cgi-bin/shinystat.cgi?USER=username" alt="Free counters" style="border:0px" /></a>
</noscript>
<!-- End ShinyStat Code -->"
Given that the counter/logo will ideally sit visibly at/near the bottom of the page/s, how can I achieve this ? "Closing Tag" is a bit ambigous!