Download the PHP package pagemachine/typo3-matomo-tracking without Composer
On this page you can find all versions of the php package pagemachine/typo3-matomo-tracking. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pagemachine/typo3-matomo-tracking
More information about pagemachine/typo3-matomo-tracking
Files in pagemachine/typo3-matomo-tracking
Package typo3-matomo-tracking
Short Description Server-side Matomo Tracking in TYPO3 with emphasis on privacy: consentless tracking, GDPR/TDDDG-compliant, respects DNT/GPC
License GPL-3.0-or-later
Informations about the package typo3-matomo-tracking
TYPO3 Matomo Tracking
Server-side tracking of TYPO3 events (e.g. page views) in Matomo.
Installation
composer require pagemachine/typo3-matomo-tracking
Setup
- Fill the
matomo_tracking
Extension Configuration:- Matomo instance URL (
matomoUrl
), e.g. https://matomo.example.com/ - Auth Token (
authToken
) for authenticated tracking
- Matomo instance URL (
- Set the Matomo site ID (
matomoTrackingSiteId
) in the settings of each TYPO3 site
It is recommended to configure a sane HTTP timeout like 3 seconds. This ensures pages load quickly in case a Matomo instance is not responding. Tracking will be skipped in this case.
Page view tracking
By default page views will be tracked with the final page title and the current URL. The previous URL (referrer) will also be tracked if possible.
Download tracking
Clicks on file links can be tracked as downloads. This optional feature must be enabled
explicitly in the Extension Configuration through the Track downloads
(features.downloadTracking
) option.
This will rewrite all file links to an internal handler which tracks the request and redirects to the actual files. This should be tested well before using it in production, especially in relation to other TYPO3 packages which adjust file URLs.
Action/attribute adjustments
Actions are tracked in Matomo with suitable attributes. To adjust or override these, you can add custom action factories.
All versions of typo3-matomo-tracking with dependencies
pagemachine/matomo-tracking Version ^1.1.1
psr/http-message Version ^1.0 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/log Version ^1.0 || ^2.0 || ^3.0
typo3/cms-core Version ^12.4.3 || ^13.4
typo3/cms-frontend Version ^12.4 || ^13.4