https://github.com/friendsofredaxo/matomo
Matomo - Dashboard and Tracking-Code-Generator REDAXO 5.x
https://github.com/friendsofredaxo/matomo
analytics dashboard embeds matomo redaxo redaxo-addon
Last synced: 11 months ago
JSON representation
Matomo - Dashboard and Tracking-Code-Generator REDAXO 5.x
- Host: GitHub
- URL: https://github.com/friendsofredaxo/matomo
- Owner: FriendsOfREDAXO
- License: mit
- Created: 2019-07-01T12:07:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T14:52:06.000Z (12 months ago)
- Last Synced: 2025-07-03T15:40:13.397Z (12 months ago)
- Topics: analytics, dashboard, embeds, matomo, redaxo, redaxo-addon
- Language: PHP
- Homepage:
- Size: 633 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.de.md
- License: LICENSE
Awesome Lists containing this project
README
# matomo
Matomo - Dashboard für REDAXO 5.x

## Features:
- Bindet das Matomo-Dashboard für eine festgelegte Präsenz ein
- Buttun zum direkten Einloggen in matomo
- Per API wird nach dem Speichern der Einstellungen der Tracking-Code abgeholt
- Tracking-Code-Optionen können gesetzt werden
## Tracking-Code:
Der Tracking-Code kann per Copy&Paste oder mit nachfolgendem PHP-Code im Template eingebunden werden:
```php
echo rex_addon::get('matomo')->getConfig('matomojs');
```
## Credits
**Projekt-Lead**
[Daniel Springer](https://github.com/danspringer)
**Projekt-Initiator**
[Thomas Skerbis](https://github.com/skerbis)