Good morning,
I have installed Google Analytics code in the footer of my web site
www.solutions-cubed.com using Genesis Simple Edits. I'm using Enterprise Theme and Synthesis hosting.
I have verified that the script code is present in the source code of the web site (with IE9 and Chrome). Below are the changes I made to the footer with our GA account number removed.
Code:
<div class="gototop"><p>[footer_backtotop]</p></div><div class="creds"><p>Copyright Solutions Cubed, LLC 2012</p></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '#account number#']);
_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>
When using In-Page Analytics I sometimes get the following error message.
There does seem to be some tracking going on. I had origninally put the script in a text widget associated with one of the Enterprise Theme widgets, but also got this error, so moved it.
Has anyone else seen this message? Is there a better way to incorporate the GA code into my footer?
Thanks for the help.