Skip to content

Live widget for piwik that displays the top pages sorted by number of visits

Notifications You must be signed in to change notification settings

Findus23/piwik-top-pages-by-actions

 
 

Repository files navigation

Piwik TopPagesByActions Plugin

Description

This is a plugin for the Open Source Web Analytics platform Piwik. If enabled, it will add a new widget that you can add to your dashboard.

The widget will show the top performing pages of a site that auto-refreshes every x seconds. It shows the number of actions and the title of the page. It is auto-sorting the entries.

This plugin should run fine with installations with up to 100.000 page impressions per day. If you run a very large piwik installation and have performance issues with this plugin, please contact me - there is a solution for this. I have it up and running in an installation with more than 10 million visits per day.

(Tested with piwik 2.8.3, but supposed to run with older versions)

Installation

Install it via Piwik Marketplace OR install manually:

  1. Clone the plugin into the plugins directory of your Piwik installation.

    cd plugins/
    git clone https://github.com/chanzler/piwik-top-pages-by-actions.git TopPagesByActions
    
  2. Login as superuser into your Piwik installation and activate the plugin under Settings -> Plugins

  3. You will now find the widget under the Live! section.

FAQ

###Features Here is a list of features that are included in this project:

  • Live widget ("Bestperforming pages") with key performance indices

###Configuration Refresh interval: Defines how often the widgets will be updated. Every 30 seconds is a good value to choose.

Number of entries: Defines the number of entries to show in the widget.

Changelog

0.1.3 Bugfix Release

  • fixed english translation of table headers

0.1.2 Bugfix Release

  • removed javascript console log
  • fixed bug with timezones that match /^UTC[+-]*/

0.1.1 Bugfix Release

  • fixed css bug in internet explorer

0.1.0 First Beta

  • initial release

License

GPL v3 or later

Support

Contribute

If you are interested in contributing to this plugin, feel free to send pull requests!

About

Live widget for piwik that displays the top pages sorted by number of visits

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.3%
  • PHP 42.5%
  • HTML 6.2%
  • CSS 1.0%