its easy and too easy to add google analytic code to your website. first you need to go the
google analytics website www.google.com/analytics and sign up for the website that you want to add google analytics code. you will see signup button and click that and you will be
asked to fill up a form which contain very basic just fill the website name and also your
country ; your mobile number ; your name it could be your first and last name and also some other will be asked but not too much just few questions and i think you will fill that very easily. Also at one time you will be asked to agree that license agreement of google and i
think you will do that very easily. ok at last when you complete the sign up google analytics website will give you a javascript code to you and you need to add that code to
your website and thats the most wanted things. oK i have some pictures that will make you
understand the whole process of analytics registration. the javascript code you need to
copy is the new tracking code which is named by "ga.js". and you see the picture below.
your code 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">
try {
var pageTracker = _gat._getTracker("UA-10351959-1");
pageTracker._trackPageview();
} catch(err) {}

Now you need to add this code to your webpage and look for your index file or the main file
and add this javascript analytic tracking code before the </body> tag of your file and you are done . we need to add this code before the closing body tag that we need track
everything what user do in our website if we do not add this code before closing body tag
and add this somewhere else then we will miss something that some of the tracking of users
we do not recored. at the end of this article we will see an image about how i add the
analytic code in a page. and thats all of the the google analytics and you will the what
your users do in your website.
adding google analytics code into your website
adding google analytics code into your website
adding google analytics code into your website
adding google analytics code into your website
adding google analytics code into your website
adding google analytics code into your website