chameleon-system/externaltrackermatomo
Matomo Analytics ermöglicht genaue Analysen der Gesamtperformance und des Nutzerverhaltens.
Requires
- chameleon-system/chameleon-base: ~7.1.0
Requires (Dev)
- phpunit/phpunit: ^7
README
INTRODUCTION
Matomo is a free and open source web analytics application.
DE
Matomo, ist eine weitverbreitete Open-Source-Webanalytik-Plattform.
Mit diesem Modul wird Chameleon an das Analytics System von Matomo angebunden. Matomo Analytics ermöglicht genaue Analysen der Gesamtperformance und des Nutzerverhaltens.
Installation
Prerequisites
- PHP 7.4+
- Chameleon 7.0+
Installation Step
- Install the Bundle via Composer
composer require chameleon-system/externaltrackermatomo - Add the parameter chameleon_system_external_tracker_matomo.domain in your app/config/config.yml under root parameters.
parameters:
.....
.......
chameleon_system_external_tracker_matomo.domain: 'your.matomodomain.de'
Create a New Tracking Record under "Externe Tracking-Dienste" in CMS or via Migration Script
Name : Matomo Class : \ChameleonSystem\ExternalTrackerMatomoBundle\Bridge\Chameleon\Entity\ExternalTrackerMatomo Identifier : Matomo Analytics SiteID Portal : Choose a Portal(-s)Opt-out Tracking Iframe To respect the privacy of your visitors, it is recommended to include the Matomo Opt-out iframe in your website. This iframe will display to your users a short text and let them opt-out in one click.
DE
Dieser Iframe-Code enthält einen Link, über den ein Cookie im Browser Ihrer Besucher abgelegt wird, womit die Erfassung durch Matomo deaktiviert wird.
Before using, please replace the "https://YOUR_DOMAIN_HERE.com/" placeholder text.
<iframe
style="border: 0; height: 200px; width: 600px;"
src="https://YOUR_DOMAIN_HERE.com/index.php?module=CoreAdminHome&action=optOut&language=de&backgroundColor=&fontColor=&fontSize=16px&fontFamily=Arial"
></iframe>