You are here

Functions in Google Analytics Counter 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
google_analytics_counter_admin ./google_analytics_counter_settings.inc Config form shown at admin/config/system/google_analytics_counter 1
google_analytics_counter_admin_validate ./google_analytics_counter.module Implement admin settings validate
google_analytics_counter_auth_admin ./google_analytics_counter_auth.inc Menu callback - admin form for OAuth and other settings. 1
google_analytics_counter_auth_admin_submit ./google_analytics_counter_auth.inc Submit handler.
google_analytics_counter_block_info ./google_analytics_counter.module Implements hook_block_info().
google_analytics_counter_block_view ./google_analytics_counter.module Implements hook_block_view().
google_analytics_counter_cache_time ./google_analytics_counter.module Sets the expiry timestamp for cached queries. Default is 1 day. 2
google_analytics_counter_confirm_reset ./google_analytics_counter.module Confirmation callback function for link admin/config/system/google_analytics_counter/dashboard/reset 1
google_analytics_counter_confirm_reset_form ./google_analytics_counter.module Configuration reset form 1
google_analytics_counter_confirm_reset_form_submit ./google_analytics_counter.module Submit handler gets called when form is submitted, so code to be executed upon form submission goes here
google_analytics_counter_cron ./google_analytics_counter.module Implements hook_cron().
google_analytics_counter_details ./google_analytics_counter.module More information relevant to Google Analytics statistics for this site. 1
google_analytics_counter_display ./google_analytics_counter.module Displays the count. 2
google_analytics_counter_filter_google_analytics_counter_prepare ./google_analytics_counter.module Implements hook_filter_FILTER_prepare(). 1
google_analytics_counter_filter_google_analytics_counter_process ./google_analytics_counter.module Implements hook_filter_FILTER_process(). 1
google_analytics_counter_filter_info ./google_analytics_counter.module Implements hook_filter_info().
google_analytics_counter_get_start_date ./google_analytics_counter.module Implements hook_action_info(). 2
google_analytics_counter_get_sum_per_path ./google_analytics_counter_data.inc Calculate pageviews for one path (with any aliases). 2
google_analytics_counter_help ./google_analytics_counter.module Display help and module information Implements hook_help().
google_analytics_counter_menu ./google_analytics_counter.module Menu for this module
google_analytics_counter_new_gafeed ./google_analytics_counter_auth.inc Instantiate a new GoogleAnalyticsCounterFeed object. 3
google_analytics_counter_permission ./google_analytics_counter.module Valid permissions for this module
google_analytics_counter_report_data ./google_analytics_counter_data.inc Request report data. 1
google_analytics_counter_requirements ./google_analytics_counter.install Implements hook_requirements().
google_analytics_counter_reset ./google_analytics_counter.module Reset all module settings by deleting its variables. 1
google_analytics_counter_revoke ./google_analytics_counter_auth.inc Programatically revoke token. 2
google_analytics_counter_schema ./google_analytics_counter.install Implements hook_schema(). 2
google_analytics_counter_sec2hms ./google_analytics_counter.module Convert seconds to hours, minutes and seconds. 1
google_analytics_counter_theme ./google_analytics_counter_auth.inc Implements hook_theme().
google_analytics_counter_uninstall ./google_analytics_counter.install Implements hook_uninstall().
google_analytics_counter_update_7201 ./google_analytics_counter.install Add the google_analytics_counter table.
google_analytics_counter_update_7301 ./google_analytics_counter.install Add the google_analytics_counter_storage table.
google_analytics_counter_update_path_counts ./google_analytics_counter_data.inc Find how many distinct paths does Google Analytics have for this profile. This function is triggered by hook_cron(). 1
google_analytics_counter_update_storage ./google_analytics_counter_data.inc Get pageviews for nodes and write them either to the Drupal core table node_counter, or to the google_analytics_counter_storage table. This function is triggered by hook_cron(). 1
google_analytics_counter_views_api ./google_analytics_counter.module Implements hook_views_api().
google_analytics_counter_views_data views/google_analytics_counter.views.inc Implements hook_views_data()
hook_google_analytics_counter_query_alter ./google_analytics_counter.api.php Alter Select query before it gets executed
hook_google_analytics_counter_request_alter ./google_analytics_counter.api.php Alter $request array before retrieving data from Google.
hook_google_analytics_counter_update ./google_analytics_counter.api.php Informs other modules about which nodes have been updated.
replace_google_analytics_counter_tags ./google_analytics_counter.module Finds [gac|...] tags and replaces them by actual values. 1
theme_google_analytics_counter_profile_label ./google_analytics_counter_auth.inc Theme the full string label of profiles.
_google_analytics_counter_path_aliases ./google_analytics_counter_data.inc Return a list of paths that are aliased with the given path (including the given path). 1

Other projects