Site icon Search Engine People Blog

Win A Free Copy Of Piwik Web Analytics Essentials

Web analytics used to be no more than analyzing your webserver's log files, back in the days of "hits". Today, there are multiple analytics solutions to choose from, both free and paid, with a dazzling array of features. Why would you choose software that you have to install, maintain and monitor with all the other choices available.

Why Piwik?

You may think that it is best just to leave your website analytics to some service like Google Analytics, but using software like Piwik does have its advantages and I think for many of you, the advantages may be enough for you to consider Piwik as the only solution you need.

First, Piwik is Open Source and free. This means that you have access to the code that tracks your analytics data and not just the data itself. Add to this Piwik's plugin architecture and you have a recipe for any type of analytics experiment you want to cook up. If you wanted to, you could take the features that seem spread out across multiple paid and free analytics services out there and emulate all of these features in Piwik plugins. It would take a while, but it's possible.

And once you have that tracking data, it's yours, all of it. And with Piwik's Analytics API, you can access that data remotely, mash it up however you want and present it in another application. Or you can customize Piwik's widget based dashboard system to present just the data you need.

And yes, you do have to install it. But once you upload Piwik to your server, it only takes about 5 minutes to go through the web based install process.

I had the chance to write Piwik Web Analytics Essentials for Packt publishing and in doing so, I gained much more respect for Piwik and its developers and managed to put together a wealth of knowledge on using Piwik to track visitors at your site.

Some Tips From The Book

1 Don't trust your social media link referrers report. If you are just using standard tracking on your web site to track social media links, chances are you will get a higher percentage of direct entry referrers. This is because links from Twitter and Facebook and other social networks.

2 Use asynchronous JavaScript for a better user experience. Using asynchronous tracking code won't really speed up your page load time, no matter what anyone says. It doesn't magically give you extra bandwidth. But what it does do is present the rest of your page to your visitor more quickly. When a browser encounters a <script> tag in your HTML code, it will download that entire file before moving onto the next. There is a multitude of ways to load JavaScript asynchronously including an async attribute for the HTML5 script attribute. But each method does the same basic thing. It waits to load your JavaScript until the rest of the page has loaded.

Chapters In Piwik Web Analytics Essentials

Running your own analytics software is not for everyone. For some it is easier just to sign up and forget about it. But for those of you who need more control of your data and the ability to modify the code that collects that data, Piwik is the answer.