You are here

constant GOOGLEANALYTICS_PAGES in Google Analytics 7.2

Same name and namespace in other branches
  1. 6.4 googleanalytics.module \GOOGLEANALYTICS_PAGES
  2. 6.3 googleanalytics.module \GOOGLEANALYTICS_PAGES
  3. 7 googleanalytics.module \GOOGLEANALYTICS_PAGES

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

2 uses of GOOGLEANALYTICS_PAGES
googleanalytics_admin_settings_form in ./googleanalytics.admin.inc
Implements hook_admin_settings() for module settings configuration.
_googleanalytics_visibility_pages in ./googleanalytics.module
Based on visibility setting this function returns TRUE if GA code should be added to the current page and otherwise FALSE.

File

./googleanalytics.module, line 22
Drupal Module: Google Analytics

Code

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