mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
b0b3d61954
* [DOCS] Adjust yaml snippets * use two spaces * use yaml syntax highlighting * other misc uniformity changes * fix misc grammar * add responsible disclosure link Co-Authored-By: Amir Zarrinkafsh <nightah@me.com>
15 lines
259 B
Markdown
15 lines
259 B
Markdown
---
|
|
layout: default
|
|
title: Google Analytics
|
|
parent: Configuration
|
|
nav_order: 4
|
|
---
|
|
|
|
# Google Analytics
|
|
|
|
It is possible to provide a Google Analytics ID to Authelia in order
|
|
to monitor the usage of the Sign-In portal.
|
|
|
|
```yaml
|
|
google_analytics: UA-00000-01
|
|
``` |