Matomo Automatically create Annotations for your Feeds in Piwik Piwik 1.10 introduced annotations that you can add to all of your graphs. Annotations can help you in understanding your traffic and mark relevant dates that can explain traffic peaks. Piwik's simple plugin API allows developers to build and add new features easily to Piwik. FeedAnnotation New
Matomo Annotations and Page Overlay in Piwik 1.10 Piwik 1.10 is about to be released and it is time to take a look at the new major features coming with it. Version 1.9 was released in October 2012, with the latest patch 1.9.2 on November 27th. Since then the developers have implemented incredible new
Matomo The anatomy of an exploit Piwik was the target of a hacker who inserted a remote code execution exploit into its distributed download package. In this article, we review how this exploit worked and how the issue was uncovered.
Matomo How to write a Piwik Plugin Piwik offers a plugin architecture, that allows you to build plugins without modifying the Piwik core. This article will give an introduction to the Piwik plugin architecture and show you how to build your own plugin. What can a plugin do for me? A plugin can.. * ..collect additional data that
Matomo Tracking the IPv6 reach of your Website with Piwik IPv6 [http://en.wikipedia.org/wiki/IPv6] is slowly adapted by ISPs around the globe. If your website is accessible with both IPv4 and IPv6 it might be interesting to see how users are accessing your website and how it changes overs time. IPv6Usage The IPv6Usage plugin for Piwik allows
Matomo Transitions and GeoIP in Piwik 1.9 I am using Piwik for over three years now and have seen it grown from version 0.4 to todays release of Piwik 1.9. Update to 1.9 Piwik will tell you to upgrade to the latest version on the top right corner. Once you click on the link
Ruby on Rails Tracking Visits with Piwik Analytics in Rails Piwik [http://piwik.org] is an open source web analytics tool written in PHP. With the first release in 2007 it quickly gained popularity as it is easy to install and organizations and individuals have complete control over the tracked data and not a third party (like Google). Right now