You are here

Functions in Yandex.Metrics 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
yandex_metrics_help ./yandex_metrics.module Implements hook_help().
yandex_metrics_page_build ./yandex_metrics.module Implements hook_page_build(). Adds Yandex.Metrics 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.
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_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.Metrics. 2
yandex_metrics_reports_get_list yandex_metrics_reports/yandex_metrics_reports.module Returns list of all reports. 5
yandex_metrics_reports_help yandex_metrics_reports/yandex_metrics_reports.module Implements hook_help().
yandex_metrics_reports_language_from_url yandex_metrics_reports/yandex_metrics_reports.module Identify language via URL prefix or domain. 1
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. 3
yandex_metrics_reports_retreive_data yandex_metrics_reports/yandex_metrics_reports.module This is the helper function to retreive analytic information from Yandex.Metrics. 14
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_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_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_chart_adjust_resolution yandex_metrics_reports/yandex_metrics_reports.reports.inc Replace for _chart_adjust_resolution(). Use '#fluid_grid_adjust' => array('#max' => $max_grid) inslead of #adjust => TRUE for custom grids. 1
_yandex_metrics_reports_calculate_grid_step_fixed yandex_metrics_reports/yandex_metrics_reports.reports.inc Helper function to calculate params for grids with fixed number of grid lines. 2
_yandex_metrics_reports_calculate_grid_step_fluid yandex_metrics_reports/yandex_metrics_reports.reports.inc Helper function to calculate dynamic integer grids. 2
_yandex_metrics_reports_calculate_max_grid yandex_metrics_reports/yandex_metrics_reports.reports.inc Helper function to calculate rounded max grid value. 2
_yandex_metrics_reports_filter_to_date_range yandex_metrics_reports/yandex_metrics_reports.module Converts filter value to date range array: array( 'start_date' => 'YYYYMMDD', 'end_date' => 'YYYYMMDD', 'group' => 'week' // It is optional element. ); 13
_yandex_metrics_reports_gender_sort yandex_metrics_reports/yandex_metrics_reports.reports.inc Sort callback to order data objects by gender DESC, then by visits percent DESC. 2
_yandex_metrics_reports_idna_decode yandex_metrics_reports/yandex_metrics_reports.module Decode ASCII 'xn--*' domain name to Unicode national domain name if it is possible. 1
_yandex_metrics_reports_is_popular_content_enabled yandex_metrics_reports/yandex_metrics_reports.module 1

Other projects