function googleanalytics_api in Google Analytics 6.3
Same name and namespace in other branches
- 6.4 googleanalytics.module \googleanalytics_api()
- 7.2 googleanalytics.module \googleanalytics_api()
- 7 googleanalytics.module \googleanalytics_api()
Advertise the supported google analytics api details.
File
- ./
googleanalytics.module, line 20 - 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_api() {
return array(
'api' => 'ga.js',
);
}