Google Analytics is one of leading platform to track your web statistics. Google Analytics provides API which you can use to query your web statistics using your own programs developed in Java, PHP, .NET, JavaScript etc.
How to use Google Analytics to track your web statistics?
If you want to use Google Analytics to track your web statistics such as Page Visit, Country wise web visit, Browser wise page visit etc. all you need is a Google Account.
The very first thing you have to do after login with your Google account is to Sign up with Google Analytics. You need to create an account for your website or blog that you want to track.
Once you successfully create your account, Google Analytics gives you a tracking Id.
You can click on Standard Tracking Code and Google analytics will give you a tracking code. You need to put this code in your web page or web site or web blog that you want to track.
Once you put this tracking code in your web pages, you are all set. You can login into Google Analytics and click on your profile to see your web statistics.
The good thing about Google Analytics is that it provides API which you can use to develop your own programs to get to know your web statistics. These API are available in the form of client libraries to developers in many languages such as Java, Python, .NET, PHP, JavaScript etc.
In case you want to use .NET based client library and build your own tool to know your web statistics, you need to download Google Data API library from http://code.google.com/p/google-gdata/downloads/list. You can show your web statistics on your web page, active users on your website on your website using Google Analytics API.
Once you register with Google Analytics and explore the reporting dashboard, you will know how powerful Google Analytics is to track your web statistics.
We will explore the Google Analytics API in this series. Till then you can download the .NET client library of Google Data API
- How to get started with Google Analytics API
- How to pull profile information from Google analytics?
- How to pull Browser statistics from Google Analytics Dashboard?
- How to pull Visitor Type statistics from Google Analytics Dashboard?
- How to pull Search Engines statistics report for your web site from Google Analytics Dashboard?
- How to pull your web site speed statistics from Google Analytics?