bmbrands / moodle-local_analytics

A Local Moodle Plugin adding Site Analytics
10 stars 23 forks source link

moodle-local_analytics - A local Moodle Module adding Site Analytics

The plugin features the following options:

Install instructions

  1. Copy the analytics directory in the local directory of your Moodle instance
  2. Visit the notifications page
  3. Configure the plugin

Configuration

The plugin currently supports 2 Analytics modes:

Piwik

Google Universal Analytics

How does it work?

The plugin will inject tracking code for Analytics' purposes in every page through a callback. If debugging is enabled, the URL that is tracked will be displayed on the bottom of the page.

Changelog - Release notes

version: 2019070801

version: 2019070800

It now depends on at least Moodle 3.3.

version: 2018092400

Add privacy provider with legacy_polyfill to say compatible with old version

version: 2017031300

The configuration option to push the JS into the header or footer has been removed. Tracking codes moved to mustache templates Implemented the trick to push the JS code into each page by Daniel Thee Roperto from Catalyst.

version: 2015012200