I went through the wizard inside the ShopSite software to install Google Analytics. I published the site after pasting the GA code into the section which asked for it. I waited 24 hours to check my stats through GA but GA says it doesn't see the code. It says the code should be installed before the /head switch in the website code. If I view the source ShopSite clearly put the GA code AFTER the /head swtich.
Any idea why?
Here is an excerpt of my sites source:
</script>
</head>
<body><script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '18181118-1']);
_gaq.push(['_setDomainName', 'nope']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
</script>
<script type="text/javascript">
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
function __utmLinker(param) {
return(_gaq.push(['_link',param]))
}