constant GOOGLEANALYTICS_PAGES in Google Analytics 6.3
Same name and namespace in other branches
- 6.4 googleanalytics.module \GOOGLEANALYTICS_PAGES
- 7.2 googleanalytics.module \GOOGLEANALYTICS_PAGES
- 7 googleanalytics.module \GOOGLEANALYTICS_PAGES
2 uses of GOOGLEANALYTICS_PAGES
- googleanalytics_admin_settings_form in ./
googleanalytics.admin.inc - Implementation of hook_admin_settings() for configuring the module
- _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 15 - Drupal Module: GoogleAnalytics Adds the required Javascript to the bottom of all your Drupal pages to allow tracking by the Google Analytics statistics package.
Code
define('GOOGLEANALYTICS_PAGES', "admin\nadmin/*\nbatch\nnode/add*\nnode/*/*\nuser/*/*");