-
Google Analytics script
I am trying to add Google Analytics script to my home page.
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-1";
urchinTracker();
</script>
But I simply can not add it....It comes up with "Tracking not yet added to your website".
I add it just before </body>....I save it.....publish it......and no avail.....Mainly it does not save "http://www.google-analytics.com" part at all.
I use NVU1.
Would it help if I copy and paste my Source Code here? May be someone would insert the Script into a correct place for me???
Thank you.
-
How do I use Google Analytics to track a 3rd-party shopping cart?
http://www.google.com/support/analyt...y?answer=26915
Just a quick glance at that link says you maybe missing some add on script.
-
Well, I've got to ask. 1...Is this a personal or business web site? (provide URL), 2...This seems to be just another "tracking" piece of software. In my opinion, it's worthless. Most, if not all Hosts can provide you (for free) with some sort of information regarding who, what, where, and when someone visits your page(s). If I'm on the wrong track here, let me know.
-
Dude, google analytics is awesome. Exceptionally powerful and customizable.
I have seen it take two days for google to properly recognize your tracking code. I think it happens if you have a few too many failed attempts at first.
Be patient and check back tomorrow.
-
Thank you for all the comments and views.
I think I found the answer to my original question.
When you publish the page, make sure that the site manager (for the site you're publishing to) is NOT set to "Include images and other files." If you have that checked when you publish, NVU apparently thinks that it's supposed to upload urchin.js as a separate file, and it then creates a relative link for it instead of using the absolute, full link.
If you turn that setting OFF, it seems to work fine.