You are here

Functions in Yandex.Metrics 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_yandex_metrics_reports_list yandex_metrics_reports/yandex_metrics_reports.api.php Provide metadata about available reports.
mymodule_my_custom_report yandex_metrics_reports/yandex_metrics_reports.api.php 1
yandex_metrics_footer ./yandex_metrics.module Implementation of hook_footer. Adds Yandex.Metrics counter code to the site footer.
yandex_metrics_help ./yandex_metrics.module Implementation of hook_help.
yandex_metrics_main_settings ./yandex_metrics.module The main module settings form. 1
yandex_metrics_main_settings_submit ./yandex_metrics.module Implementation of hook_submit for yandex_metrics_main_settings form.
yandex_metrics_menu ./yandex_metrics.module Implementation of hook_menu().
yandex_metrics_perm ./yandex_metrics.module Implementation of hook_perm().
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_authorization yandex_metrics_reports/yandex_metrics_reports.module Menu callback; the application authorization form. 1
yandex_metrics_reports_authorization_submit yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_submit for yandex_metrics_reports_authorization form.
yandex_metrics_reports_block yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_block().
yandex_metrics_reports_chart_color_schemes yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_chart_color_schemes of chart module.
yandex_metrics_reports_cron yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_cron().
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 Implementation of hook_submit.
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. 3
yandex_metrics_reports_help yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_help.
yandex_metrics_reports_install yandex_metrics_reports/yandex_metrics_reports.install Implementation of hook_install().
yandex_metrics_reports_menu yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_menu().
yandex_metrics_reports_oauth_callback yandex_metrics_reports/yandex_metrics_reports.module Menu callback. Perform auth token request by code parameter from url. More information at (Russian): http://api.yandex.ru/oauth/doc/dg/reference/obtain-access-token.xml 1
yandex_metrics_reports_perm yandex_metrics_reports/yandex_metrics_reports.module Implementation of hook_perm().
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_retreive_data yandex_metrics_reports/yandex_metrics_reports.module This is the helper function to retreive analytic information from Yandex.Metrics. 7
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. 2
yandex_metrics_reports_schema yandex_metrics_reports/yandex_metrics_reports.install Implementation of hook_schema().
yandex_metrics_reports_uninstall yandex_metrics_reports/yandex_metrics_reports.install Implementation of hook_uninstall().
yandex_metrics_reports_update_6200 yandex_metrics_reports/yandex_metrics_reports.install Added primary key field.
yandex_metrics_reports_update_6201 yandex_metrics_reports/yandex_metrics_reports.install Delete yandex_metrics_reports_use_ajax variable.
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_views_handlers yandex_metrics_reports/views/yandex_metrics_reports.views.inc Implementation of hook_views_handlers() to register all of the basic handlers views uses.
yandex_metrics_reports_yandex_metrics_reports_list yandex_metrics_reports/yandex_metrics_reports.module Implements hook_yandex_metrics_reports_list().
yandex_metrics_schema ./yandex_metrics.install Implementation of hook_schema().
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 Implementation of hook_uninstall().
yandex_metrics_update_6100 ./yandex_metrics.install Implementation of hook_update_N().
yandex_metrics_update_6200 ./yandex_metrics.install Upgrade from 6.x-1.x to 6.x-2.x.
_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. ); 6
_yandex_metrics_reports_geo_chart yandex_metrics_reports/yandex_metrics_reports.module The function generates pie chart with geographical information on visitors. 1
_yandex_metrics_reports_get_idna_library_path yandex_metrics_reports/yandex_metrics_reports.module Returns path of idna_convert class. 1
_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. Used idna_convert class created by Matthias Sommerfeld <mso@phlylabs.de> and licensed under LGPL. 1
_yandex_metrics_reports_is_popular_content_enabled yandex_metrics_reports/yandex_metrics_reports.module 1
_yandex_metrics_reports_popular_content yandex_metrics_reports/yandex_metrics_reports.module The function generates the table of popular content. 1
_yandex_metrics_reports_search_phrases yandex_metrics_reports/yandex_metrics_reports.module The function generates content of search phrases table ordered by popularity. 1

Pages

Other projects