Can somebody tell me if my code is in the right place? The site is edensigns.com. It's been around 28 hours since I installed the code, but I still can't see any google analytics data.
Nope, your GA code will not work where it is. In fact, your code needs quite a few changes. At a minimum, you need to add the following elements: <html> <head> Code (markup): Add the above 2 lines to the very beginning of your code. </head> <body> Code (markup): Add the above 2 lines just after your "<meta ... />" tag. </body> </html> Code (markup): Add the above 2 lines to the very end of the document. Then move your Google Analytics code to just before the </body> tag. Try that and wait a day or so.
Just wanted to let you know that the GA code actually works where it is. I didn't make those changes to the code. It just needed some more time.