View on GitHub

Molkobain I/O documentation

Documentation for all iTop extensions made by Molkobain I/O

👋 Available on Molkobain I/O

iTop extension: molkobain-google-analytics

Support

If you like this project, you can buy me beer, always appreciated! 🍻😁

Donate

Description

Enable Google Analytics reporting on your iTop instance within seconds! Just put your tracking code in the configuration file and your are good to go. Reporting can be enabled on both the admin. console and the end-user portal.

Features:

Compatibility

Compatible with iTop 2.4+

Downloads

Stable releases can be found either on the releases page or on Molkobain I/O.

Downloading it directly from the Clone or download will get you the version under development which might be unstable.

Installation

Installation procedure is the same as for any iTop extension, just follow the instruction on the iTop official documentation here.

Configuration

Get tracking codes from Google Analytics’ website and put them in the tracking_codes parameter (see below).

Parameters

Some configuration parameters are available from the Configuration editor of the console:

Example:

'molkobain-google-analytics' => array (
  'enabled' => true,
  'tracking_codes' => array (
    'backoffice' => 'FIRST_TRACKING_CODE',
    'itop-portal' => 'SECOND_TRACKING_CODE',
  ),
  'ignored_profiles' => array(),
  'ignored_users' => array(),
  'ignored_ips' => array(),
),

Licensing

This extension is under AGPLv3.