1
0
mirror of synced 2026-01-09 15:02:41 -05:00
Files
docs/translations/ru-RU/content/admin/enterprise-management/monitoring-using-analytics.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

908 B

title, intro, redirect_from, versions
title intro redirect_from versions
Monitoring using analytics You can enable web analytics tools to track and analyze traffic for your {% data variables.product.prodname_ghe_server %} instance.
/enterprise/admin/enterprise-management/monitoring-using-analytics
/enterprise/admin/enterprise-management/monitoring-using-analytics
enterprise-server
>2.21

Configuring Google Analytics

To configure Google Analytics, you must have a Google Analytics ID and authenticate to your {% data variables.product.prodname_ghe_server %} instance with SSH. For more information, see "Accessing the administrative shell (SSH)."

$ ghe-config website-analytics.enabled true
$ ghe-config website-analytics.google-analytics-id <em>GOOGLE-ANALYTICS-ID</em>
$ ghe-config-apply