atwx / simple-analytics
Basic analytics module for Silverstripe CMS
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Requires (Dev)
README
Basic analytics module for Silverstripe CMS
This module is useful for tracking visitors on pages, when Google Analytics or Matomo are too heavy. It's also good for GDPR.
Tracks request to DB on contentcontrollerInit
; If you want to track views of DataObjects, make sure you call this extension hook in your controller like:
$usedDataObject->contentcontrollerInit($this);
TODO:
- Consolidate Data
- Reports
- JS Beacon and Controller, so it works behind proxies