Hi, I just set up a profile for the site http://www.betterkitchensupply.com at Google Analytics. I copied and pasted the code directly to the index in front of the "</body>" tag like it says to. Google said it could not detect the code, so I tried moving it to the <head> section, and still nothing. Could someone please look at that source code of the site and tell me what's wrong? Thanks in advance to anyone that can help...
I'd try it without the http:// - it is usually something trifling with Google and anything really. If that doesn't work check out their forum - there must of been problems with this before. It's been ages since I set mine up but I'm sure I had a similar problem - good luck
Try putting the code underneath your meta tags before the closing head tag, </head> and remove any other tracker/ javacript stuff you might have installed on the same page.
I had a quick look at your page code, the analytics code goes always before the last body tag, in your case that would be "...} catch(err) {}</script></body> </html>" Between </script>and </body> Hope that helps, SY