Download the PHP package henhed/module-piwik without Composer
On this page you can find all versions of the php package henhed/module-piwik. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henhed/module-piwik
More information about henhed/module-piwik
Files in henhed/module-piwik
Package module-piwik
Short Description Piwik analytics module for Magento 2
License AGPL-3.0+
Informations about the package module-piwik
Matomo Integration for Magento 2
Chessio_Matomo is a Matomo web analytics module for the Magento 2 eCommerce platform. Matomo is an extensible free/libre analytics tool that can be self-hosted, giving you complete data ownership. Chessio_Matomo lets you integrate Matomo with your Magento 2 store front.
This module is the successor of Henhed_Piwik and thus continues with its semantic versioning, beginning with version v2.1.0
. If you're using a Magento version prior to 2.2, you'll need to stick to the 1.x releases of the original Henhed_Piwik. For manual installation, check out the Releases archive. For installation using Composer, you can use the tilde or caret version constraint operators (e.g. ~1.3
or ^1.3.1
).
Installation
To install Chessio_Matomo, download and extract the main zip archive and move the extracted folder to app/code/Chessio/Matomo in your Magento 2 installation directory.
Alternatively, you can clone the Chessio_Matomo Git repository into app/code/Chessio_Matomo.
Or, if you prefer, install it using Composer.
Finally, enable the module with the Magento CLI tool.
Configuration
Once installed, configuration options can be found in the Magento 2 administration panel under Stores/Configuration/Sales/Matomo API. To start tracking, set Enable Tracking to Yes, enter the Hostname of your Matomo installation and click Save Config. If you have multiple websites in the same Matomo installation, make sure the Site ID configured in Magento is correct.
Customization
If you need to send some custom information to your Matomo server, Chessio_Matomo lets you do so using event observers.
To set custom data on each page, use the matomo_track_page_view_before
event. A tracker instance will be passed along with the event object to your observer's execute
method.
If you only want to add data under some specific circumstance, find a suitable event and request the tracker singleton in your observer's constructor. Store the tracker in a class member variable for later use in the execute
method.
Beware of tracking user specific information on the server side as it will most likely cause caching problems. Instead, use Javascript to retrieve the user data from a cookie, localStorage or some Ajax request and then push the data to Matomo using either the Chessio_Matomo JS component...
... or the vanilla Matomo approach:
See the Matomo Developer Docs or the \Chessio\Matomo\Model\Tracker source code for a list of all methods available in the Tracking API.
All versions of module-piwik with dependencies
magento/framework Version ~101.0|~102.0
magento/module-catalog Version ~102.0|~103.0
magento/module-catalog-search Version ~100.0|~101.0
magento/module-checkout Version ~100.0
magento/module-config Version ~101.0
magento/module-customer Version ~101.0|~102.0
magento/module-quote Version ~101.0
magento/module-sales Version ~101.0|~102.0
magento/module-search Version ~100.0|~101.0
magento/module-store Version ~100.0|~101.0