
One of the most essential things necessary to create successful websites, landing pages, or marketing campaigns is to be able to measure your own success. There are many different ways to extract this information from your projects, but one of the most simple, reliable, and powerful solutions to do this is Google Analytics.
Google Analytics has come a long way since its initial release in 2005. Many marketers, webmasters, and companies now rely on this free platform for all their analytical needs. The reason all these people continue to use Google Analytics is its vast amount of reporting and integration features that Google constantly keeps innovating and releasing.
Google Analytics also allows integration with Google Adwords, which is currently one of the largest and most successful online advertising platforms available to date. Syncing Google Analytics with Google Adwords allows for you to get accurate information of traffic and income generated from your Google Ads. This allows you to collect trend information on which ads are doing better during which time/days of the weeks, empowering you to fine tune your ad budgets to maximize your Google Adwords profits.
Another reason why Google Analytics has been able to thrive is its simplicity of implementing it on website. General set ups require a simple step by step setup which entails posting a block of code that has your account id generally in your pages footer above the </body> tag. The block of code necessary to track your code won’t interfere with any other tracking your site has, and won’t bog your site down.
Example of a code required for simple tracking purposes.
<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-XXXXXXXX-1″);
pageTracker._trackPageview();
} catch(err) {}</script>
Google Analytics then automatically creates daily/weekly/monthly reports based on your traffic that can provide you with the insight you need to better manage your sites. Some of the useful features include reports showing what percent of your visitors use a certain browser, or how many of your visitors are from a specific state or province, and even what resolution they’re using to view your site. Information like this can be used to better cater your sites to your target audience allowing you to make the correct decisions in your marketing campaign design process.
One of Google Analytic’s newer features that is still in beta and began in October 2009 is Google Analytics Intelligence. Intelligence monitors your sites traffic and automatically alerts you to any significant changes in your traffic. The created alerts also indicate when and where the change happened. Alerts are setup to monitor your site on a daily, weekly, and monthly basis, and are all automatically compiled into Google Analytics Dashboard styled reports. Intelligence also allows you to make your own custom triggers that creates alerts, and can also automatically email you allowing you to see any significant changes on your mobile devices.
Google Analytics can also be integrated into your ecommerce sites to help track which products are selling, where the traffic that is buying is coming from, and how it’s getting there. This is very useful to help you design your ads to increase revenue of products that aren’t selling as well as you would like. This also helps you identify which sales processes are more effective I.E. does the 2 pages stream sell more then the 4 page stream? Identifying which sites are referring the most traffic to you is also important to determine which sites you need to invest more advertising in to maximize your ad income.
There are still a large amount of features and abilities of Google Analytics that I have not covered, but the best way to figure out which features are most valuable to you is by trying Google Analytics yourself.