You can now add the Google Analytics tracking to yor XippY website. This provides lots of details about visitors etc. Read further details here: -
http://www.google.com/analytics/Once you have signed up you willbe given a script listing that looks like this:-
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?
"
https://ssl." : "
http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1111111-1"); pageTracker._trackPageview(); </script>
The code you want will appear in the field that shows UA-1111111-1. This is the code that you need to insert into the field on the Main settings screen. We then insert this with the other code on to your pages.