You are here

Functions in Google Analytics 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
googleanalytics_admin_settings_form ./googleanalytics.admin.inc Implementation of hook_admin_settings() for configuring the module 1
googleanalytics_admin_settings_form_validate ./googleanalytics.admin.inc
googleanalytics_api ./googleanalytics.module Advertise the supported google analytics api details.
googleanalytics_clear_js_cache ./googleanalytics.module Delete cached files and directory. 2
googleanalytics_cron ./googleanalytics.module Implementation of hook_cron().
googleanalytics_disable ./googleanalytics.install Remove cache directory if module is disabled (or uninstalled).
googleanalytics_footer ./googleanalytics.module Implementation of hook_footer() to insert JavaScript at the end of the page.
googleanalytics_help ./googleanalytics.module Implementation of hook_help().
googleanalytics_init ./googleanalytics.module Implementation of hook_init().
googleanalytics_menu ./googleanalytics.module Implementation of hook_menu().
googleanalytics_perm ./googleanalytics.module Implementation of hook_perm().
googleanalytics_preprocess_search_results ./googleanalytics.module Implementation of hook_preprocess_search_results().
googleanalytics_requirements ./googleanalytics.install Implementation of hook_requirements().
googleanalytics_theme ./googleanalytics.module Implementation of hook_theme().
googleanalytics_token_element_validate ./googleanalytics.admin.inc Validate a form element that should have tokens in it. 1
googleanalytics_token_list ./googleanalytics.module Implementation of hook_token_list().
googleanalytics_token_values ./googleanalytics.module Implementation of hook_token_values().
googleanalytics_uninstall ./googleanalytics.install @file Installation file for Google Analytics module.
googleanalytics_update_1 ./googleanalytics.install
googleanalytics_update_6000 ./googleanalytics.install Upgrade old extension variable to new and use old name as enabled/disabled flag.
googleanalytics_update_6001 ./googleanalytics.install
googleanalytics_update_6002 ./googleanalytics.install Upgrade role settings and per user tracking settings of "User 1" and remove outdated tracking variables.
googleanalytics_update_6003 ./googleanalytics.install #262468: Clear menu cache to solve stale menu data in 5.x-1.5 and 6.x-1.1
googleanalytics_update_6004 ./googleanalytics.install Change visibility setting for path "user/*".
googleanalytics_update_6005 ./googleanalytics.install Change visibility setting for path "admin*".
googleanalytics_update_6006 ./googleanalytics.install Upgrade custom javascript settings.
googleanalytics_update_6007 ./googleanalytics.install Remove "User identifier" and "User name" from segmentation fields.
googleanalytics_update_6200 ./googleanalytics.install Remove outdated legacy support variables and files.
googleanalytics_update_6201 ./googleanalytics.install Update list of default file extensions.
googleanalytics_update_6300 ./googleanalytics.install Try to update Google Analytics custom code snippet to async version.
googleanalytics_update_6301 ./googleanalytics.install Upgrade "User roles" tracking to custom variables.
googleanalytics_update_6302 ./googleanalytics.install Path visibility filter setting should hide "batch" path.
googleanalytics_update_6303 ./googleanalytics.install Delete obsolete trackOutboundAsPageview variable.
googleanalytics_update_6304 ./googleanalytics.install Delete obsolete googleanalytics_trackpageloadtime variable.
googleanalytics_user ./googleanalytics.module Implementation of hook_user().
theme_googleanalytics_admin_custom_var_table ./googleanalytics.admin.inc Layout for the custom variables table in the admin settings form.
_googleanalytics_cache ./googleanalytics.module Download/Synchronize/Cache tracking code file locally. 2
_googleanalytics_contains_forbidden_token ./googleanalytics.admin.inc Validate if a string contains forbidden tokens not allowed by privacy rules. 2
_googleanalytics_get_forbidden_tokens ./googleanalytics.admin.inc 1
_googleanalytics_visibility_header ./googleanalytics.module Based on headers send by clients this function returns TRUE if GA code should be added to the current page and otherwise FALSE. 1
_googleanalytics_visibility_pages ./googleanalytics.module Based on visibility setting this function returns TRUE if GA code should be added to the current page and otherwise FALSE. 2
_googleanalytics_visibility_roles ./googleanalytics.module Based on visibility setting this function returns TRUE if GA code should be added for the current role and otherwise FALSE. 2
_googleanalytics_visibility_user ./googleanalytics.module Tracking visibility check for an user object. 2

Other projects