function googleanalytics_perm in Google Analytics 6.3
Same name and namespace in other branches
- 5 googleanalytics.module \googleanalytics_perm()
- 6.4 googleanalytics.module \googleanalytics_perm()
- 6 googleanalytics.module \googleanalytics_perm()
- 6.2 googleanalytics.module \googleanalytics_perm()
Implementation of hook_perm().
File
- ./
googleanalytics.module, line 50 - 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
function googleanalytics_perm() {
return array(
'administer google analytics',
'opt-in or out of tracking',
'use PHP for tracking visibility',
);
}