constant GOOGLEANALYTICS_PAGES in Google Analytics 6.4
Same name and namespace in other branches
- 6.3 googleanalytics.module \GOOGLEANALYTICS_PAGES
- 7.2 googleanalytics.module \GOOGLEANALYTICS_PAGES
- 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 - Implementation of 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/*/*");