WP-Piwik
This plugin adds a Piwik stats site to your WordPress or WordPress multisite dashboard.
This plugin adds a Piwik stats site to your WordPress dashboard. It's also able to add the Piwik tracking code to your blog using wp_footer.
You need a running Piwik (at least 1.11) installation and at least view access to your stats. Also PHP 5 or higher is strictly required.
Look at the Piwik website to get further information about Piwik.
This plugin is not created or provided by the Piwik project team.
Languages: English, German, Albanian, Azerbaijani, Belorussian, Dutch, French, Greek, Lithuanian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Ukrainian
Note: If you vote "It's broken", please tell me about your problem. It's hard to fix a bug I don't know about! ;-)
Shortcodes
You can use following shortcodes if activated:
[wp-piwik module="overview" title="" period="day" date="yesterday"]
Shows overview table like WP-Piwik's overview dashboard. See Piwik API documentation on VisitsSummary.get to get more information on period and day. Multiple data arrays will be cumulated. If you fill the title attribute, its content will be shown in the table's title.
[wp-piwik module="opt-out" language="en" width="100%" height="200px"]
Shows the Piwik opt-out Iframe. You can change the Iframe's language by the language attribute (e.g. de for German language) and its width and height using the corresponding attributes.
[wp-piwik]
is equal to [wp-piwik module="overview" title="" period="day" date="yesterday"].
More shortcodes will follow soon.
WP multisite
See section "Installation".
Credits
- Graphs powered by jqPlot (GPL 2.0 and MIT) and and jQuery Sparklines (New BSD License).
- Metabox support inspired by Heiko Rabe's metabox demo plugin.
- Translation credits see plugin settings
- Donations: Marco L., Rolf W., Tobias U., Lars K., Donna F., Kevin D., Ramos S, Thomas M., John C., Andreas G., Ben M., the Piwik team itself, and all people flattering this.
- All users who send me mails containing criticism, commendation, feature requests and bug reports - you help me to make WP-Piwik much better!
Thank you all!
| Author | André Bräkling Profile |
| Contributors | Braekling |
| Tags | analytics, piwik, statistics, stats, wpmu |
Install WP-Piwik on a simple WordPress blog
Upload the full
wp-piwikdirectory into yourwp-content/pluginsdirectory.Activate the plugin through the 'Plugins' menu in WordPress.
Open the new 'Settings/WP-Piwik Settings' menu, enter your Piwik base URL and your auth token. Save settings.
If you have view access to multiple site stats and did not enable "auto config", choose your blog and save settings again.
Look at 'Dashboard/WP-Piwik' to get your site stats.
Install WP-Piwik on a WordPress blog network (WPMU/WP multisite)
There are two differents methods to use WP-Piwik in a multisite environment: * As a Site Specific Plugin it behaves like a plugin installed on a simple WordPress blog. Each user can enable, configure and use WP-Piwik on his own. Users can even use their own Piwik instances (and accordingly they have to). * Using WP-Piwik as a Network Plugin equates to a central approach. A single Piwik instance is used and the site admin configures the plugin completely. Users are just allowed to see their own statistics, site admins can see each blog's stats.
Site Specific Plugin
Just add WP-Piwik to your /wp-content/plugins folder and enable the Plugins page for individual site administrators. Each user has to enable and configure WP-Piwik on his own if he want to use the plugin.
Network Plugin
The Network Plugin support is still experimental. Please test it on your own (e.g. using a local copy of your WP multisite) before you use it in an user context.
Add WP-Piwik to your /wp-content/plugins folder and enable it as Network Plugin. Users can access their own statistics, site admins can access each blog's statistics and the plugin's configuration.
0.9.9.1
- CDN support: http and https separated, see http://wordpress.org/support/topic/request-cdn-support-1
- Made code optional. Move code to site footer.
0.9.9.0
- Piwik 1.11 compaitbility fixes (Piwik 1.11 required now!)
- Depending on Piwik 1.11 WP-Piwik will use async tracking now
- CDN support added, see http://wordpress.org/support/topic/request-cdn-support-1
0.9.8.1
- Warning on empty data removed (overview table)
- Removed a possible deadlock
- Bugfix: Apply tracking code settings everytime the tracking code is updated
- Reset/uninstall script bugfix regarding network mode
0.9.8
- WordPress 3.5 compatibility fix: http://wordpress.org/support/topic/v35-errors-fix?replies=5 (Thanks Christian Foellmann!)
- Advanced Search Result Analytics, see http://piwik.org/docs/javascript-tracking/#toc-tracking-internal-search-keywords-categories-and-no-result-search-keywords
- Site Search stats added
- Use js/index.php: Replaces piwik.js and piwik.php by js/ (instead of piwik.js only)
- Connection timeout setting added
- Full reset option added
- Uninstall script added
- Stats metaboxes: Date formatted
- Use proxy settings defined in wp-config.php
- Piwik.php proxy script added (see http://piwik.org/faq/how-to/#faq_132)
- Bugfix: After upgrade, Piwik automatically places cookies again (http://wordpress.org/support/topic/after-upgrade-piwik-automatically-places-cookies-again)
0.9.7
- Shortcodes added
- WP-Piwik will rename sites in Piwik if site name changes in WordPress
- Bugfix: Tracking code changes should stay active after WP-Piwik updates
0.9.6.3
- Piwik 1.9+ compatibility fix (Piwik 1.9 required!)
- Browser version details added
0.9.6.2
0.9.6.1
- Toolbar graph bugfix
0.9.6
- Option: Disable SSL peer verification (REST API)
- Option: Use own user agent
- Test script displays additional information (e.g. response headers)
- Using WordPress metabox concept properly
- Bugfix: Sparkline script only loaded if required
- Stats site supports up to 3 columns
- Network admin stats: Choose site using a paged table (instead of a select box).
- Feature: Custom variables, using custom post meta boxes.
- Some minor bugfixes
0.9.5
- WordPress 3.4 compatible (workaround)
0.9.4
- Requires at least Piwik 1.8.2!
- Choose between HTTP API or PHP API
- Show graph on WordPress Toolbar
- Add option to disable cookies - Thanks to Mathias T.!
- Update bugfix: Upgrading from WP-Piwik 0.8.7 or less will work again
- Some minor bugfixes
0.9.3
- Bugfix: Adding a new site will work again.
0.9.2
- Uses $wpdb->blogs instead of $wpdb->prefix.'blogs' to keep it compatible to different database plugins
- Bugfix: SEO dashboard widget will work even if "last 30" is selected
- Bugfix: New created blogs won't show "Please specify a value for 'idSite'." anymore.
- Bugfix: New network sites without title will be created
- Bugfix: Upgrading from old versions will work again
- Tabbed settings
- Debug tools added (testscript, site configuration overview and WP-Piwik reset)
- Support forum RSS feed
- Language updates
- Optionally use of set_time_limit(0) on stats page time out
0.9.1
- Bugfix: Usage as "Site Specific Plugin" mixed up the different sites settings (network mode)
- Hotfix: Avoid "Unknown site/blog" message without giving a chance to choose an existing site. Thank you, Taimon!
0.9.0
- Auto-configuration
- No code change required to enable WPMU mode anymore (Still experimental. Please create a backup before trying 0.9.0!)
- All features in WPMU available
- Bugfix: Removed unnecessary API calls done with each site request - Thank you, Martin B.!
- Bugfix: No stats on dashboard (sometimes this issue still occured, should be fixed now)
- Code cleanup (still not finished)
- Minor UI fixes
- Minor language/gettext improvements
- Security improvements
- Show SEO rank stats (very slow, caching will be added in 0.9.1)
- WordPress dashboard SEO rank widget (very slow, caching will be added in 0.9.1)
- New option: use js/index.php
- New option: avoid mod_security
- Mulisite: Order blog list alphabetically (Network Admin stats site)
- Settings: Order site list alphabetically (site list shown if order conf is disabled)
0.8.10
- jqplot update (IE 9 compatibility) - Thank you, Martin!
- Bugfix: No stats on dashboard
- Layout fix: Graph width on dashboard
- Minor code cleanup
0.8.9
- WP 3.2 compatible, metabox support
0.8.8
- Bugfix: Will also work with index.php in Piwik path
- Bugfix: last30 dashboard widget - show correct bounce rate
0.8.7
- New language files (Azerbaijani, Greek, Russian)
- Fixed hardcoded database prefix (WPMU-Piwik)
- Minor bugfixes: avoid some PHP warnings
0.8.6
- Added an optional visitor chart to the WordPress dashboard
- WPMU/multisite bug fixed
- Minor bugfixes
0.8.5
- Select default date (today or yesterday) shown on statistics page
- Bugfix: Shortcut links are shown again
- German language file update
- Minor optical fixes (text length)
0.8.4
- New stats in overview box
- WP 3.x compability fixes (capability and deprecated function warnings)
- Some minor bugfixes
- New config handling
- Code clean up (not finished)
0.8.3
- Piwik 1.1+ compatibility fix
0.8.2
- Bugfix: WPMU URL update bug
0.8.1
- Use load_plugin_textdomain instead of load_textdomain
- Fixed js/css links if symbolic links are used
- Changed experimental WPMU support to experimental WP multisite support
- Try curl() before fopen() to avoid an OpenSSL bug
- Added Norwegian language file by Gormer.
- Don't worry - new features will follow soon. ;)
0.8.0
- Using jqPlot instead of Google Chart API
- Some facelifting
- Some minor bugfixes
0.7.1
- Track 404-pages in an own category
- Get some page (and article) details
- Language updates
0.7.0
- Bugfix: Percent calculation fixed
- Bugfix: Visitor chart: No label overlapping if < 50 visitory/day
- Visitor chart: Added a red unique visitor average line
- Visitor table: Added a TOTAL stats line
- Pie charts: Show top 9 + "others", new color range
- Option: Show Piwik shortcut in overview box
- Some performance optimization
0.6.4
- Unnecessary debug output removed
- German language file update
- WordPress dashboard widget: last 30 days view added
0.6.3
- Click at a visitor stats day-row to load its details.
- Add stats overview to your WordPress dashboard
0.6.0
- Added experimental WPMU support
- Switch to disable Google Chart API
- Added Albanian [sq] language file
- Added Belorussian [be_BY] language file
0.5.0
- Display statistics to selected user roles
- Some HTML fixes (settings page)
0.4.0
- Tracking filter added
- Resolution stats
- Operating System stats
- Plugin stats
0.3.2
- If allow_url_fopen is disabled in php.ini, WP-Piwik tries to use CURL instead of file_get_contents.
0.3.1
- WordPress 2.8 compatible
- Bugfix: Warnings on WP 2.8 plugins site
- Dashboard revised
- Partly optimized code
0.3.0
- WP-Piwik dashboard widgetized.
- Stats-boxes sortable and closeable.
- German language file added
- Browser stats and bounced visitors
0.2.0
- First public version.
Where can I find the Piwik URL and the Piwik auth token?
WP-Piwik requires Piwik. If you did not install Piwik yet, first get it at the Piwik website.
If Piwik works, you'll be able to configure WP-Piwik: The Piwik URL is the same URL you use to access your Piwik, e.g. for the demo site: http://demo.piwik.org. The auth token is some kind of secret password, which allows WP-Piwik to get the necessary data from Piwik. The super user's auth token, i.e. a full access password for your Piwik, can be found on Piwik's API site. You can find a detailed description here.
How to reset/remove all WP-Piwik settings without uninstalling?
Login to your admin dashboard and open http://YOUR_BLOG_URL/wp-admin/options-general.php?page=wp-piwik/wp-piwik.php&tab=support&mode=resetconfirmed&full=1
Tracking does not work on HostGator!
Try to enable the "avoid mod_security" option (WP-Piwik settings, Tracking tab) or create a mod_security whitelist.
WP-Piwik does not work with SSL!
See this support thread.





