In this article I’ll explain how to track your website visitors in detail and then analyze this information and put it to good use. How to track & measure your traffic using google analytics
Many websites are NOT using any kind of traffic tracking software , this tracking software which normally runs in the background of websites is often referred to as analytics .
You may be using the logs in your website hosting control panel to get an insight into your website traffic , but this doesn’t give you the in depth details that a proper analytics program can give.
What details can I get? How to track & measure your traffic using google analytics
You can get a really good information about where your traffic is coming from, I personally use it to check these types of details:How to track & measure your traffic using google analytics
They are separated into three main areas (Visitors, Traffic sources, Content) that can also be crossed referenced. How to track & measure your traffic using google analytics

Visitors- How to track & measure your traffic using google analytics
Monthly,weekly, daily, hourly + compare to last month, set time scale to anything
Pages per visit, Time on site, Bounce rate, % New visits
Internet browser type and version, Geographic location
+++ Many more details How to track & measure your traffic using google analytics

Traffic Sources How to track & measure your traffic using google analytics
Pie chart of where traffic is coming from, and also list view.
What keywords people used when they arrived at your site
These details can be used with other data from the analytics, for example if you crossed it with geographical data it could show that 80% of visitors from India found you using Google , but only 40% of your UK visitors came from Google and this shows that your website is more visible on the Google India than Google UK or it could show more people in India are looking for you than they are in the UK. You would need to dig a little further to find out why. How to track & measure your traffic using google analytics
+++ Many more details How to track & measure your traffic using google analytics

Content How to track & measure your traffic using google analytics
Most popular pages, landing pages, exit pages, pages with high bounce rates.
What traffic sources go to what pages, is all your Google traffic just for one page?
Page navigation, if they land on index.html where do they go next?
+++ Many more details How to track & measure your traffic using google analytics
The tracking software that provides all these details and the one that I highly recommend you use is called Google Analytics and as the name suggests it’s made by Google and it’s entirely free and also very simple to use. How to track & measure your traffic using google analytics
I’ll show you how to install the software and get up and running with it.
Goto Google Analytics and create an account if you don’t already have a google account.
Once logged into the Google analytics page, you need to click “Add WebSite Profile”
Then select “Add a Profile for a new domain” enter your websites domain name in the box “www.mywebsite.co.uk” How to track & measure your traffic using google analytics
Tick apply Google adwords cost if it applies to you (tick it if you pay for ads using adwords with this website). How to track & measure your traffic using google analytics
Click Next How to track & measure your traffic using google analytics
What are you tracking? Most people will need “A single domain”
Copy the code in the box on the right side.How to track & measure your traffic using google analytics
You need to add this code to every page in your website that you want to track.
Before you make any changes to your html its always a good idea to backup the site just in case something goes wrong.How to track & measure your traffic using google analytics
How to track & measure your traffic using google analytics
The code goes into the html just above the </body> tag
It should look like this when added to your page
How to track & measure your traffic using google analytics
<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-10101010-19″);
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</head>
If you have a good html editor like dreamweaver you can use the find and replace feature to edit all your pages very quickly.
Open find and replace from the edit menu, enter in the find box
</body>
</head>
Enter in the replace box your analytics code + the closing body & closing head tag 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-10101010-19″);
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</head>
How to track & measure your traffic using google analytics
Then select all pages in site and then click replace all.
Your pages have now been updated, you can now upload them to your website using your preferred ftp program.How to track & measure your traffic using google analytics
Hope you like this introduction to analytics, I will add a video here soon that wil go into more detail and show the best features and how to use them properly.How to track & measure your traffic using google analytics
Many websites are NOT using any kind of traffic tracking software , this tracking software which normally runs in the background of websites is often referred to as analytics .
You may be using the logs in your website hosting control panel to get an insight into your website traffic , but this doesn’t give you the in depth details that a proper analytics program can give.
What details can I get? How to track & measure your traffic using google analytics
You can get a really good information about where your traffic is coming from, I personally use it to check these types of details:How to track & measure your traffic using google analytics
They are separated into three main areas (Visitors, Traffic sources, Content) that can also be crossed referenced. How to track & measure your traffic using google analytics
Visitors- How to track & measure your traffic using google analytics
Monthly,weekly, daily, hourly + compare to last month, set time scale to anything
Pages per visit, Time on site, Bounce rate, % New visits
Internet browser type and version, Geographic location
+++ Many more details How to track & measure your traffic using google analytics
Traffic Sources How to track & measure your traffic using google analytics
Pie chart of where traffic is coming from, and also list view.
What keywords people used when they arrived at your site
These details can be used with other data from the analytics, for example if you crossed it with geographical data it could show that 80% of visitors from India found you using Google , but only 40% of your UK visitors came from Google and this shows that your website is more visible on the Google India than Google UK or it could show more people in India are looking for you than they are in the UK. You would need to dig a little further to find out why. How to track & measure your traffic using google analytics
+++ Many more details How to track & measure your traffic using google analytics
Content How to track & measure your traffic using google analytics
Most popular pages, landing pages, exit pages, pages with high bounce rates.
What traffic sources go to what pages, is all your Google traffic just for one page?
Page navigation, if they land on index.html where do they go next?
+++ Many more details How to track & measure your traffic using google analytics
The tracking software that provides all these details and the one that I highly recommend you use is called Google Analytics and as the name suggests it’s made by Google and it’s entirely free and also very simple to use. How to track & measure your traffic using google analytics
I’ll show you how to install the software and get up and running with it.
Goto Google Analytics and create an account if you don’t already have a google account.
Once logged into the Google analytics page, you need to click “Add WebSite Profile”
Then select “Add a Profile for a new domain” enter your websites domain name in the box “www.mywebsite.co.uk” How to track & measure your traffic using google analytics
Tick apply Google adwords cost if it applies to you (tick it if you pay for ads using adwords with this website). How to track & measure your traffic using google analytics
Click Next How to track & measure your traffic using google analytics
What are you tracking? Most people will need “A single domain”
Copy the code in the box on the right side.How to track & measure your traffic using google analytics
You need to add this code to every page in your website that you want to track.
Before you make any changes to your html its always a good idea to backup the site just in case something goes wrong.How to track & measure your traffic using google analytics
How to track & measure your traffic using google analytics
The code goes into the html just above the </body> tag
It should look like this when added to your page
How to track & measure your traffic using google analytics
<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-10101010-19″);
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</head>
If you have a good html editor like dreamweaver you can use the find and replace feature to edit all your pages very quickly.
Open find and replace from the edit menu, enter in the find box
</body>
</head>
Enter in the replace box your analytics code + the closing body & closing head tag 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-10101010-19″);
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</head>
How to track & measure your traffic using google analytics
Then select all pages in site and then click replace all.
Your pages have now been updated, you can now upload them to your website using your preferred ftp program.How to track & measure your traffic using google analytics
Hope you like this introduction to analytics, I will add a video here soon that wil go into more detail and show the best features and how to use them properly.How to track & measure your traffic using google analytics