You are here

Functions in Google Analytics Statistics 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_ga_stats_generate ./ga_stats.drush.inc Command callback for ga-stats-generate.
drush_ga_stats_generate_validate ./ga_stats.drush.inc Implements hook_drush_COMMAND_validate().
drush_ga_stats_randomize ./ga_stats.drush.inc Generate a new dataset using randomized counts. 1
drush_ga_stats_update ./ga_stats.drush.inc Command callback for ga-stats-update.
ga_stats_admin_settings ./ga_stats.admin.inc Callback for the GA Stats admin form. 1
ga_stats_auth_settings ./ga_stats.admin.inc Callback for GA Stats authentication form. 1
ga_stats_can_authenticate ./ga_stats.install Determine if the user credentials can successfully authenticate against Google. 1
ga_stats_collect_data includes/ga.inc Retrieve data for all configured metrics and time-frames. 1
ga_stats_cron ./ga_stats.module Implements hook_cron().
ga_stats_custom_form_submit ./ga_stats.admin.inc Custom form submit callback. 1
ga_stats_data_expiration_date ./ga_stats.module Calculate when the analytics data will expire. 4
ga_stats_drush_command ./ga_stats.drush.inc Implements hook_drush_command().
ga_stats_ga_data includes/ga.inc Use the client library to query GA for fresh data. 1
ga_stats_ga_data_array includes/ga.inc Preprocess the retrieved data. 1
ga_stats_ga_get_accounts includes/ga.inc Collect GA account for UI display. 1
ga_stats_ga_metrics ./ga_stats.module List metrics with plugin names and google analytics names 4
ga_stats_ga_timeframes ./ga_stats.module Retrieve timeframes which are used to delimit the range of GA data. 4
ga_stats_get_client includes/ga.inc GA client library factory. 3
ga_stats_is_ready ./ga_stats.module Determine if the module is properly configured for use. 4
ga_stats_menu ./ga_stats.module Implements hook_menu().
ga_stats_needs_update ./ga_stats.module Determine if a scheduled statistics update is needed. 1
ga_stats_nid_from_url includes/ga.inc Attempts to determine a node nid based on the provided URL. 1
ga_stats_query_data includes/ga.inc Query GA for a particular dataset. 1
ga_stats_requirements ./ga_stats.install Implements hook_requirements().
ga_stats_schedule_update ./ga_stats.module Set the soonest statistics should be auto-updated. 1
ga_stats_schema ./ga_stats.install Implements hook_schema().
ga_stats_transform_data includes/ga.inc Transform data from the retrieved structure to one ready for Drupal storage. 1
ga_stats_uninstall ./ga_stats.install Implements hook_uninstall().
ga_stats_update_7101 ./ga_stats.install Add an index to the published date value field
ga_stats_update_7102 ./ga_stats.install Change the url field to accept longer urls.
ga_stats_update_7103 ./ga_stats.install Add primary key to ga_stats_count table.
ga_stats_update_7104 ./ga_stats.install Delete old variables.
ga_stats_update_counts ./ga_stats.module Refresh local cache of GA data. 3 1
ga_stats_update_counts_submit ./ga_stats.admin.inc Submit callback to update the statistics data.
ga_stats_views_api ./ga_stats.module Implements hook_views_api()
ga_stats_views_data ./ga_stats.views.inc Implements hook_views_data().
ga_stats_write_count includes/ga.inc Write the data associated with a specific page to the database. 1
_ga_stats_update_counts includes/ga.inc Goes through sources and metrics and updates databases 1

Other projects