Welcome Piwik Beta version
Posted in Releases on March 31st, 2008 by thierry / 19 Comments »欢迎 Piwik 오신 것을 환영합니다 Piwik Bienvenue Piwik
Καλως ηλθατε Piwik Welkom Piwik Benvenuti Piwik
ようこそ Piwik Bem-vindo Piwik
Добро пожаловать Piwik
欢迎 Piwik 오신 것을 환영합니다 Piwik Bienvenue Piwik
Καλως ηλθατε Piwik Welkom Piwik Benvenuti Piwik
ようこそ Piwik Bem-vindo Piwik
Добро пожаловать Piwik
Piwik had yesterday its most busy day ever: 2572 visits!! This is more than 15 times the average day. What happened?
I’m not sure about the blog(s) that started it all, but it seems the articles on incubaweb and seoprofessional did spread the word about piwik worldwide; there were articles written about piwik in polish, italian, english, spanish, french, german yesterday!
Then Piwik got featured on delicious Popular page, which brought not less than 750 direct visits and hundred of undirect visits (via feed readers, websites aggregators, etc.).
See yesterday traffic spike (it is very easy to get such graphs in piwik and publish them everywhere if you wish)
Thanks to all the people who wrote / spread the word about Piwik, it really helps us.The beta version is due before April 2008. Stay tuned!See also the related article : Welcome Japan!
This presentation will describe why Piwik, the open source web analytics software, can be a better alternative than the other web analytics tools available (google analytics, clicky, etc.).
This presentation illustrates 5 important key features of Piwik:
More information:
Here is a presentation we did to present Piwik to an audience in a french engineering school. I gives a simple overview of
Today Piwik was featured on Moongift.jp! Moongift, as far as my japanese goes (not far enough :), is a tech blog about free softwares, and is very popular in japan. Indeed piwik.org statistics have jumped and there are many japanese fellows on the website! We hope you will try and enjoy piwik. Thanks moongift for the nice article.
See the moongift effect on the last visitors graph (it is very easy to get such graphs in piwik and publish them everywhere if you wish)
This brings us to an important issue for all our international users: translations. Piwik is aiming to be the leading open source web analytics software, and it goes with having translations in many languages. It is not yet possible to translate piwik but is on the roadmap and internationalization will be a feature coming in the next few months.Stay tuned for a public beta version (coming very soon!)If you know other international top blogs which speak about piwik, tell us. If you have a blog… then feel free to blog about piwik!
When I started to design Piwik I read a lot about APIs, software architecture, service oriented architecture (soa), etc. I really wanted to design a modular architecture that would make it easy to request any data and perform any action from outside the user interface.
Technically speaking, Piwik has been built on the top of Apis. Everything that does some logic in Piwik is available through an API. We basically open all these APIs via a REST API. Of course you must authenticate for some calls eg. when deleting a user. In ther user interface, the AJAX requests are directed to the API module that returns data in HTML or JSON format (javascript friendly).
Main concepts I tried to apply when designing the API:
Interesting resources that helped me have a better understanding of the topic:
Of course to design a good API you should have a look at existing APIs, and even use some of them:
If you have good resources or advice, feel free to post a comment
The mission statement of Piwik is « To create, as a community, the leading international open source web analytics application, providing access to all functionality through open components and open APIs. »
The keyword here is “open APIs“. It is very important for us that Piwik’s users can access their data very easily. The problem with a service such as Google Analytics is that you don’t own your data, you can only access it through the limited user interface the service provides. During the last weeks we’ve worked hard to implement and finalize the API concept in Piwik.
Piwik APIs makes it easy to get:
I’ve added a tutorial “How to get the top 10 keywords of yesterday in XML?” It’s as simple as this url. Of course with PHP or any other langage you can very easily print out the result with the colors/fonts you want (see an example on this page and the example source code). You can request the data in XML / JSON / PHP / CSV / as a RSS feed / HTML.
See the full documentation on the API reference page. Many examples are provided.
With the API you can build widgets, display your web statistics in your blog sidebar, access piwik data from any other dashboard, etc.
If you have examples of people using the APIs leave a comment. Happy coding!
We are in the process of making it as easy as possible for new developers to join us in making Piwik the best open source web analytics software. We are doing our best writing documentation so people get an overview of the project and can get started without pain.
In this process we wrote a little article “How to setup Eclipse + PHP + Debug on Windows” ; it gives the directions to install Web server (php/mysql) + Eclipse + PHP support + SVN support + Debugging tools (to breakpoint, print variable, etc. in php code). Following this article it should take less than 1 hour to have a working development environment and be able to debug your PHP code.
We are now working on documentation concerning the software architecture, how Piwik works for storing the visitors information, how the files are organized within the project, etc. Stay tuned!
More information on the development page.
Piwik is the next version of phpMyVisites ; after 4 years of good services for phpMyVisites, we decided to start a new open source project that would benefit from the phpMyVisites’ experience, but with a better architecture, better interface, and an application which
We still have work to do especially on point 3, on which we will be working hard the next weeks.
But we shall release an alpha version very soon so that you can try the new Piwik and tell us your opinion about it!
If you’re a developer and are willing to help with the development, tell us, we have some interesting projects to suggest.
Happy new year 2008!!!