<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script type="text/javascript"> gapi.load("iframes-styles-bubble", function() { if (window.iframes && iframes.open) { iframes.open( '//www.blogger.com/navbar.g?targetBlogID\758211560\46blogName\75Tech+Tips,+Tricks+%26+Trivia\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75BLUE\46layoutType\75CLASSIC\46searchRoot\75http://mvark.blogspot.com/search\46blogLocale\75en_IN\46v\0752\46homepageUrl\75http://mvark.blogspot.com/\46vt\75-5147029996388199615', { container: "navbar-iframe-container", id: "navbar-iframe" }, { }); } }); </script>

Tech Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred HOW TO articles, Tips and Tricks


Comparison of free Web Analytics tools

There are a bunch of free Web Analytics tools -
  • Google Analytics 
  • StatCounter 
  • Piwik 
  • Woopra 
  • Clicky
  • SiteMeter
Each of them has something unique. The Clicky website compares all the above across some 40 odd parameters.

Except for Google Analytics & Piwik, the rest have limitations on features with their free editions. They restrict the data retention size & period.

Piwik is a downloadable, open source (GPL licensed) real time web analytics software program that uses PHP & MySQL. It needs to be installed on your server, so you own your data.

The number of hits captured by each of the tools for the same site could vary. This could be because some tools like Google Analytics use JavaScript & a user may disable it in their browser. Some of these may not count bots and some register hits based on user's visit length.

Also see:
HOW TO generate a Heat Map with Google Chart API

Labels: ,

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

»

Post a Comment