You are here

Functions in Google Analytics Counter 7.2

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_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. Steps through the OAuth process, revokes tokens, saves profiles.
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 3 days. 2
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_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 GAFeed object. 3
google_analytics_counter_oauth_callback ./google_analytics_counter_auth.inc Page callback - Provided for Google to call back during the OAuth process. 1
google_analytics_counter_permission ./google_analytics_counter.module Valid permissions for this module
google_analytics_counter_perms ./google_analytics_counter.module Redirect to the module's permission settings. A callback from hook_menu(). 1
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_revoke ./google_analytics_counter_auth.inc Programatically revoke token. 1
google_analytics_counter_schema ./google_analytics_counter.install Implements hook_schema(). See http://drupal.org/node/146939 1
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 for the Google Analytics Counter module.
google_analytics_counter_update_node_counter ./google_analytics_counter_data.inc Get pageviews for nodes and write them to Drupal core table node_counter. This function is triggered by hook_cron(). 1
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
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