You are reviewing MouseStats documentation: Take a look to the product!

Tracking Script Modification

The tracking script is unique for each account. Also, it is a single and global code, so you should not include it multiple times in a single web page. It will handle all the services.


This is a sample code and the values will be different to make it connected to your account. You need to get your own customized code in your panel overview page.

<!--  MouseStats:Begin  -->
<script type="text/javascript">var MouseStats_Commands=MouseStats_Commands?MouseStats_Commands:[]; (function(){function b(){if(void 0==document.getElementById("__mstrkscpt")){var a=document.createElement("script");a.type="text/javascript";a.id="__mstrkscpt";a.src=("https:"==document.location.protocol?"https://ssl":"http://www2")+".mousestats.com/js/a/b/abxxxxxxxxxxxxxxxxx.js?"+Math.floor((new Date).getTime()/6E5);a.async=!0;(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}}window.attachEvent?window.attachEvent("onload",b):window.addEventListener("load", b,!1);"complete"===document.readyState&&b()})(); </script>
<!--  MouseStats:End  -->