b13 / umami
Umami Tracking for your TYPO3 site
Installs: 2 290
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- typo3/cms-backend: ^11 || ^12
Requires (Dev)
- typo3/coding-standards: ^0.5.5
This package is auto-updated.
Last update: 2024-10-11 07:46:28 UTC
README
This extension adds a backend module to the web main module.
To enable statistics for a site the corresponding umami URL has to be set in the site configuration.
umami_statistic_url: '<sharing url>'
To allow backend users to view the statistics, they need access to the module as well as the root pages.
If a user does not have direct access to a root page you can also allow additional root pages via a comma separated list using UserTS:
umami.allowedRootPages = rootPageId_1,rootPageId_2