1
0
mirror of synced 2026-01-29 12:00:58 -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

20 lines
908 B
Markdown

---
title: Monitoring using analytics
intro: 'You can enable web analytics tools to track and analyze traffic for your {% data variables.product.prodname_ghe_server %} instance.'
redirect_from:
- /enterprise/admin/enterprise-management/monitoring-using-analytics
- /enterprise/admin/enterprise-management/monitoring-using-analytics
versions:
enterprise-server: '>2.21'
---
### Configuring Google Analytics
To configure Google Analytics, you must have a [Google Analytics ID](https://analytics.google.com/) and authenticate to your {% data variables.product.prodname_ghe_server %} instance with SSH. For more information, see "[Accessing the administrative shell (SSH)](/enterprise/admin/configuration/accessing-the-administrative-shell-ssh)."
```shell
$ ghe-config website-analytics.enabled true
$ ghe-config website-analytics.google-analytics-id <em>GOOGLE-ANALYTICS-ID</em>
$ ghe-config-apply
```