You are here

Functions in Yandex.Metrics 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
yandex_metrics_help ./yandex_metrics.module Implements hook_help().
yandex_metrics_main_settings ./yandex_metrics.module The main module settings form. 1
yandex_metrics_main_settings_submit ./yandex_metrics.module Form submit handler for yandex_metrics_main_settings form.
yandex_metrics_menu ./yandex_metrics.module Implements hook_menu().
yandex_metrics_page_build ./yandex_metrics.module Implements hook_page_build(). Adds Yandex.Metrica counter code to the site footer.
yandex_metrics_permission ./yandex_metrics.module Implements hook_permission().
yandex_metrics_reports_ajax yandex_metrics_reports/yandex_metrics_reports.module Menu callback; outputs content of one of the 4 reports. It is intended for AJAX calls. 1
yandex_metrics_reports_chart_alter yandex_metrics_reports/yandex_metrics_reports.module Implements hook_chart_alter().
yandex_metrics_reports_chart_color_schemes yandex_metrics_reports/yandex_metrics_reports.module Implements hook_chart_color_schemes(). Define color schemes for Chart module.
yandex_metrics_reports_cron yandex_metrics_reports/yandex_metrics_reports.module Implements hook_cron().
yandex_metrics_reports_cron_settings yandex_metrics_reports/yandex_metrics_reports.module Menu callback; cron settings form. 1
yandex_metrics_reports_filter_form yandex_metrics_reports/yandex_metrics_reports.module It is quick filter form for report page. 1
yandex_metrics_reports_filter_form_submit yandex_metrics_reports/yandex_metrics_reports.module Form submit handler for yandex_metrics_reports_time_interval_form form.
yandex_metrics_reports_form_yandex_services_auth_admin_settings_alter yandex_metrics_reports/yandex_metrics_reports.module Implements hook_form_FORM_ID_alter().
yandex_metrics_reports_gender_chart yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates pie chart with demography information. 1
yandex_metrics_reports_geo_chart yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates pie chart with geographical information on visitors. 1
yandex_metrics_reports_get_active_list yandex_metrics_reports/yandex_metrics_reports.module Returns list of available and enabled reports only. 1
yandex_metrics_reports_get_counter_for_current_site yandex_metrics_reports/yandex_metrics_reports.module Gets counter ID for the current site from Yandex.Metrica. 2
yandex_metrics_reports_get_filters yandex_metrics_reports/yandex_metrics_reports.module Returns array with list of all available filters. 1
yandex_metrics_reports_get_filter_name yandex_metrics_reports/yandex_metrics_reports.module Returns string with human-readable filter's name. 1
yandex_metrics_reports_get_list yandex_metrics_reports/yandex_metrics_reports.module Returns list of all reports. 3
yandex_metrics_reports_help yandex_metrics_reports/yandex_metrics_reports.module Implements hook_help().
yandex_metrics_reports_init yandex_metrics_reports/yandex_metrics_reports.module Implements hook_init().
yandex_metrics_reports_language_from_url yandex_metrics_reports/yandex_metrics_reports.module Identify language via URL prefix or domain. 1
yandex_metrics_reports_menu yandex_metrics_reports/yandex_metrics_reports.module Implements hook_menu().
yandex_metrics_reports_obtain_page_title yandex_metrics_reports/yandex_metrics_reports.module Obtain page title by path and language if possible. 2
yandex_metrics_reports_permission yandex_metrics_reports/yandex_metrics_reports.module Implements hook_permission().
yandex_metrics_reports_popular_content yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates the table of popular content. 5
yandex_metrics_reports_report yandex_metrics_reports/yandex_metrics_reports.module Menu callback; displays a Summary page containing reports and charts. 1
yandex_metrics_reports_reports yandex_metrics_reports/yandex_metrics_reports.module Menu callback. Reports setting form. 1
yandex_metrics_reports_requirements yandex_metrics_reports/yandex_metrics_reports.install Implements hook_requirements().
yandex_metrics_reports_reset_counter_id yandex_metrics_reports/yandex_metrics_reports.module Reset counter ID on authorization via Yandex Services Authorization. 1
yandex_metrics_reports_retreive_data yandex_metrics_reports/yandex_metrics_reports.module This is the helper function to retreive analytic information from Yandex.Metrica. 9
yandex_metrics_reports_save_popular_content yandex_metrics_reports/yandex_metrics_reports.module Fetch Popuplar content from Yandex.metrika and save it to the database. 1
yandex_metrics_reports_schema yandex_metrics_reports/yandex_metrics_reports.install Implements hook_schema().
yandex_metrics_reports_search_phrases yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates content of search phrases table ordered by popularity. 1
yandex_metrics_reports_sources_chart yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates pie chart with traffic sources summary. 1
yandex_metrics_reports_summary_page_title_callback yandex_metrics_reports/yandex_metrics_reports.module Callback for title on summary page, which is modified depending on time period. 1
yandex_metrics_reports_traffic_hourly_chart yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates chart with information about hourly traffic. 1
yandex_metrics_reports_uninstall yandex_metrics_reports/yandex_metrics_reports.install Implements hook_uninstall().
yandex_metrics_reports_update_7201 yandex_metrics_reports/yandex_metrics_reports.install Use Yandex Services Authorization API (yandex_services_auth).
yandex_metrics_reports_update_7202 yandex_metrics_reports/yandex_metrics_reports.install Enlarge URL field size for popular content database table.
yandex_metrics_reports_views_api yandex_metrics_reports/yandex_metrics_reports.module Implements hook_views_api().
yandex_metrics_reports_views_data yandex_metrics_reports/views/yandex_metrics_reports.views.inc Implements hook_views_data().
yandex_metrics_reports_views_default_views yandex_metrics_reports/views/yandex_metrics_reports.views.inc Implements hook_views_default_views().
yandex_metrics_reports_visits_chart yandex_metrics_reports/yandex_metrics_reports.reports.inc The function generates chart with information about page views, visitors and new visitors. 1
yandex_metrics_reports_yandex_metrics_reports_list yandex_metrics_reports/yandex_metrics_reports.module Implements hook_yandex_metrics_reports_list().
yandex_metrics_show_counter ./yandex_metrics.module Returns FALSE if we need to disable counter on page. 1
yandex_metrics_show_counter_for_role ./yandex_metrics.module Returns FALSE if we need to disable counter for role. 1
yandex_metrics_uninstall ./yandex_metrics.install Implements hook_uninstall().

Pages

Other projects