I’m setting up google analytics for a site I’m working on.
I’m getting the following error in the console: GET http://www.occupythefranklincountycourts.com/google_analytics_auto.js 404 not found.
I’m pretty sure I have the script in the right place (right before the closing head tag.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36530305-1']);
_gaq.push(['_trackPageview']);
(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>
Here is a link to the site: http://www.occupythefranklincountycourts.com