FAQ: How do I set up Matomo offline tracking?

installation self.importScripts(‘https://your.matomo.domain/offline-service-worker.js’); matomoAnalytics.initialize(); The method initialize supports currently these options: queueLimit: Defaults to 50 and defines how many requests will be queued max while a user is offline. If more…

FAQ: Include & Customize Matomo for your Project

…explains how to customize Matomo (Piwik) via the config file or a custom PHP bootstrap.php file. config/config.ini.php: The Matomo Config File The Matomo installation creates config/config.ini.php. This files overrides the…

FAQ: User ID privacy considerations

…to your installation. This means the hash function result is based on the combined User ID and secret salt. This protects against a potential issue, where somebody could run the…