Google Analytics

Status
Not open for further replies.
Looks good to me.

As long as the code appears at the end of the </body> should be good to go.

Remeber its not real time and you will see a reporting delay.

Also you do need to install it on all your pages not just your index page.

Looks like its only on your index page.
 
You put the code just before this tag, at the bottom of the code page
</body>
 
I put it on 2 days ago, but still no data. I'm reluctant to put it on all pages until I make sure it's working correctly. Won't it work on just the one?
It will - but with very little data.

Put it on all your pages. If you were not sending some data, GA wouldn't say the code was installed.
 
i can't make mine work either. i'm not sure exactly where to put the code after the "body"... what is that... any help would be appreciated
becky
www.caglesflowers.com
Your page code will look something like this:
Code:
<html>
<head>
... title, meta, css, etc ...
</head>
<body>
<h1>We're so awesome!</h1>
<p>
lots of text and pics
</p>
!!! Put the GA code here, right before the closing body tag !!!
</body>
</html>
 
Status
Not open for further replies.