matomo-for-wordpress
matomo-for-wordpress copied to clipboard
Get a fully functioning Matomo Analytics for your WordPress. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Privacy is bu...
Some parts of Matomo for Wordpress (specifically the woocommerce integration) perform server side tracking. Consent managers generally work only on the frontend, however, so we should double check that we...
If a user loses data somehow, either because the Matomo plugin was deactivated, or there was some issue that caused tracking to fail, it would be nice to have a...
Otherwise there can be issues with other plugins during archiving.
When creating a user a role must be specified:  The possible roles include: * Matomo Super User * Matomo Admin * Matomo Write * Matomo View but the only...
This occurs pretty regularly and the error message does not give a clear way to resolve it, so support requests are created. A path to self-service should be present.
Forcing users to edit files manually is extremely poor UX. Since many workarounds/solutions to common problems require changing INI config values, this should be possible through the UI.
* Create a e2e test system that supports visual regression tests + simpler types of browser based assertions. * Allow the system to be able to test any URL. This...
Refs #869 Should be created for the same reason.
Users do not like it when Matomo for Wordpress does not work and may simply abandon it when it does, and there are many ways a hosting provider can interfere...
Requires #841 Instead of using a custom Logger instance that supports matomo log config values: * Use a Monolog\Logger instance. * Use an ErrorLogHandler instance. * Only use WP_DEBUG, do...