constant MATOMO_PAGES in Matomo Analytics 7.2
Define default path exclusion list to remove tracking from admin pages, see https://drupal.org/node/34970 for more information.
2 uses of MATOMO_PAGES
- matomo_admin_settings_form in ./
matomo.admin.inc - Implements hook_admin_settings() for configuring the module.
- _matomo_visibility_pages in ./
matomo.module - Based on visibility setting this function returns TRUE if GA code should be added to the current page and otherwise FALSE.
File
- ./
matomo.module, line 22 - Drupal Module: Matomo
Code
define('MATOMO_PAGES', "admin\nadmin/*\nbatch\nnode/add*\nnode/*/*\nuser/*/*");