Installation
Install via Composer
composer require t3g/analytics
Activate the extension in the TYPO3 Extension Manager or via the CLI:
vendor/bin/typo3 extension:setup analytics
Install via TER (Classic mode)
In a non-Composer TYPO3 installation, search for analytics in Admin Tools → Extensions and install it from there, or download it directly from the TYPO3 Extension Repository. Make sure the Dashboard system extension is active before installing, as the extension depends on it.
Deployment note
Site-specific data written by the extension (credentials, tracking code, API
keys) is stored in each site's config/.
This file is separate from the structural config. and contains
sensitive values that must not be committed to the repository. In a
deployment setup, settings. should be kept in a shared folder
outside the release directory and symlinked or copied on each deploy.