You are here

Functions in Google Analytics Event Tracking 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_google_analytics_et_admin_gaet_add_et drush_commands/google_analytics_et_admin.drush.inc Drush command callback for gaet-add-et.
drush_google_analytics_et_admin_gaet_delete_et drush_commands/google_analytics_et_admin.drush.inc Drush command callback for gaet-del-et
drush_google_analytics_et_admin_gaet_get_override_status drush_commands/google_analytics_et_admin.drush.inc Gets the override status and displays it in drush.
drush_google_analytics_et_admin_gaet_override_et drush_commands/google_analytics_et_admin.drush.inc Toggles the override status, TRUE|FALSE
google_analytics_et_add_event_tracker ./google_analytics_et.module Add a single selector to the list of selectors. 1
google_analytics_et_admin_drush_command drush_commands/google_analytics_et_admin.drush.inc Implements hook_drush_command().
google_analytics_et_admin_drush_help drush_commands/google_analytics_et_admin.drush.inc Implements hook_drush_help().
google_analytics_et_api ./google_analytics_et.module Loads the Event Tracking Selectors, Categories, Action, Label, Value, etc.
google_analytics_et_example_google_analytics_et_api google_analytics_et_example/google_analytics_et_example.module Implements hook_google_analytics_et_api().
google_analytics_et_example_google_analytics_et_settings_info google_analytics_et_example/google_analytics_et_example.module Implements hook_google_analytics_et_settings_info().
google_analytics_et_get_event_trackering_override_status ./google_analytics_et.module Get the event tracking override status. 2
google_analytics_et_get_event_trackers ./google_analytics_et.module Get the event trackers. 2
google_analytics_et_override_event_tracking ./google_analytics_et.module Override the hooked event tracking. Do not load hooks. 1
google_analytics_et_page_alter ./google_analytics_et.module Implements hook_page_alter().
google_analytics_et_remove_event_tracker ./google_analytics_et.module Remove a single selector from the list of events being tracked. 1
google_analytics_et_uninstall ./google_analytics_et.install Implements hook_uninstall().
hook_google_analytics_et_google_analytics_et_api ./google_analytics_et.api.php Defines selectors and events to track through google analytics.
hook_google_analytics_et_settings_info ./google_analytics_et.api.php Define the settings used in the google analytics event tracker
_drush_google_analytics_et_admin_gaet_add_et_input_validation drush_commands/google_analytics_et_admin.drush.inc Validates the user input. 1
_google_analytics_et_admin_parse_override_status drush_commands/google_analytics_et_admin.drush.inc Parse the override status into a human readable sentance. For display in drush. 2
_google_analytics_et_example_set_selectors_array google_analytics_et_example/google_analytics_et_example.module Internal function returns the example selectors array. 1
_google_analytics_et_override_event_tracking_validate ./google_analytics_et.module Validates the input of the override event input function 1
_google_analytics_et_sanitize_event_trackers ./google_analytics_et.module Sanitizes event tracking data that is being put into javascript. 1

Other projects