You are here

constant PIWIK_PAGES in Piwik Web Analytics 6.2

Same name and namespace in other branches
  1. 7.2 piwik.module \PIWIK_PAGES

Define default path exclusion list to remove tracking from admin pages, see http://drupal.org/node/34970 for more information.

2 uses of PIWIK_PAGES
piwik_admin_settings_form in ./piwik.admin.inc
Implementation of hook_admin_settings() for configuring the module
_piwik_visibility_pages in ./piwik.module
Based on visibility setting this function returns TRUE if GA code should be added to the current page and otherwise FALSE.

File

./piwik.module, line 19
Drupal Module: Piwik

Code

define('PIWIK_PAGES', "admin\nadmin/*\nbatch\nnode/add*\nnode/*/*\nuser/*/*");