Skip to content

CatalystIT fork: A Moodle local plugin adding Piwik or Google analytics

Notifications You must be signed in to change notification settings

catalyst/moodle-local_analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moodle-local_analytics

Catalyst Fork

This fork has several enhancements to be compatible with Moodle 3.1+


Release notes:

version: 2015012200

  • Removed the debugging URL display on the page, If debugging is required use your browsers view source feature.

A local Moodle Module adding Site Analytics

The plugin features the following options:

Install instructions:

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

Configuration: The plugin currently supports 3 Analytics modes, Piwik, Google Universal Analytics and Google Legacy Analytics.

Piwik

  • Set the Site ID
  • Choose whether you want image fallback tracking
  • Enter the URL to your Piwik install excluding http/https and trailing slashes
  • Choose whether you want to track admins (not recommended)
  • Choose whether you want to send Clean URLs (recommended): Piwik will aggregrate Page Titles and show a nice waterfall cascade of all sites, including categories and action types

Google Universal Analytics

  • Plugin modifies the page speed sample to have 50% of your visitors samples for page speed instead of 1% making it much more useful
  • Set your Google tracking ID
  • Choose whether you want to track admins (not recommended)
  • Choose whether you want to send Clean URLs (not recommended): Google analytics will no longer be able to use overlays and linking back to your Moodle site

Google Legacy Analytics (soon deprecated by Google)

  • Plugin modifies the page speed sample to have 50% of your visitors samples for page speed instead of 1% making it much more useful
  • Set your Google tracking ID
  • Choose whether you want to track admins (not recommended)
  • Choose whether you want to send Clean URLs (not recommended): Google analytics will no longer be able to use overlays and linking back to your Moodle site

Workings: The plugin will inject tracking code for Analytics purposes into every page. If debugging is enabled the URL that is tracked will be displayed on the bottom of the page.

About

CatalystIT fork: A Moodle local plugin adding Piwik or Google analytics

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.3%
  • HTML 5.7%