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

0.0.1 2022-05-18 14:41 UTC

This package is auto-updated.

Last update: 2024-04-18 19:26:20 UTC


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