All,
I'm not sure what I'm doing wrong. I installed the code at the bottom of each page before the body tag but after 3 or 4 days the GA webpage is giving me no response ( just the yellow triangle)
I previously asked this question and much to my embarrassment i uploaded the incorrect version of the website with no GA code at all.
Now I have and its still not responding
What am I doing wrong?
www.barbrow.com\barbrowtree\
Thanks for any help!
You have an extra slash in the close script tag. Use
</script>
rather than<//script>
.And you may want to run your pages through an HTML validator to make sure there is nothing else wrong with the code.
The code you've used isn't the same as the code google says to use here. You've got part of the document.write line missing from your code. You also seem to have two slashes at the end of a lot of your tags, and also preceding some of your quotation marks (from attempts to escape them in your code?).
I found the following article on the Google Help, which may answer your question.
What should I know about using Analytics with framed sites?
copy and paste code that has been provided to you by google and before last enter paste that code there... and you done