Hi,
I’ve just had a look at your implementation and the google analytics tracking code contains a lot of backslashes, so it will not run properly when the pages are loaded. Your google analytics cookies are not being set which confirms my statement above.
The code is:
<script type=\\\"text/javascript\\\">
var _gaq = _gaq || [];
_gaq.push([\\\'_setAccount\\\', \\\'UA-21648151-8\\\']);
_gaq.push([\\\'_trackPageview\\\']);
(function() {
var ga = document.createElement(\\\'script\\\'); ga.type = \\\'text/javascript\\\'; ga.async = true;
ga.src = (\\\'https:\\\' == document.location.protocol ? \\\'https://ssl\\\' : \\\'https://www\\\') + \\\'.google-analytics.com/ga.js\\\';
var s = document.getElementsByTagName(\\\'script\\\')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Note all the backslashes that show up. Are you pasting it on each page?
I can recommend the wordpress google analytics plugin – much less of a headache and it definitely works.
Can you please download it, enable it and let me know how you get on?
Thanks,
Dora