|
What is Google Analytics. What does Google Analytics do for
me? Why do I need Google Analytics? All these answers
more in this Google Analytics tips page.
Google Analytics
tracks your site in many different areas including visits, search
engine visits, content viewed and more.
You will have to verify your site in order to start. You
will have to create a file with the name Analytics gives you and
upload to your directory, or if you have page creator you just name
the new page the name and put their code they give you in the page
publish it and your done authenticating.
Once you authenticate you can can start pasting code in your
pages that you want tracked. For everyone else paste the code
before the last "<body>"
tag in your page. It will look like this:
<script type ="text/javascript">
var gaJsHost = (("https:" == document.location.protocol)
? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type ="text/javascript">
var pageTracker = _gat._getTracker("UA-9999999-9");
pageTracker._trackPageview();
</script>
</body>
For Google page creator users paste your code using the html
option for the page at the bottom of the page. I usually paste
the code between the body of the page and the final row.
Now you are well on your way to start tracking your site.
Use this information to enhance your site, and make it more viewing
friendly.
Increase
traffic Visit Now!
|