Skip to content

qdittrich/GoogleAnalytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleAnalytics

Simple Plugin to track statistics with GoogleAnalytics

Requirements:

  • ILIAS 5.3.0 - 5.4.999
  • PHP 7.2

Installation

  1. Clone from git or download and extract zip file
  2. Rename folder to GoogleAnalytics
  3. Copy folder to <ilias root path> /Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/
  4. Navigate in your ILIAS installation to Administration -> Plugins and execute
    • Actions/Update
    • Actions/Refresh Languages
    • Actions/Activate
    • Actions/Configuration

For more information please contact LupusCoding

Custom Tag Configuration

General

  • Tag Configuration
    (Administration => Plugins => GoogleAnalytics => Configure => Tag Configuration)
    Tag Configuration example

  • New Tag form
    New Tag form example

UserDefinedFields (UDF)

To use UserDefinedFields as custom tags, just follow these steps:

  1. Configure your UserDefinedFields
    (Administration => User Management => Settings => Custom Fields)
    UDF configuration example

  2. Fill out the new fields at the user properties
    User Property config example

  3. At the Tag Configurations "New Tag" form, select as Type of data "UDF Data" and choose your UDF from the dropdown
    (Administration => Plugins => GoogleAnalytics => Configure => Tag Configuration)
    New Tag form example

Changelog

version 1.1.0

  • Added Configuration for user defined fields as custom tags

version 1.0.0

  • Build first release version

version 0.1.0

  • Base support for GoogleTagManager and User ID tracking

About

ILIAS Plugin for GoogleAnalytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.7%
  • HTML 9.3%