mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bbb1a08ed3
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
29 lines
608 B
Plaintext
29 lines
608 B
Plaintext
---
|
||
title: "Fathom"
|
||
description: "Suivez les Analytics de votre documentation avec Fathom."
|
||
keywords: ["Fathom Analytics", "analytics axées sur la confidentialité", "ID de site", "analytics simples"]
|
||
---
|
||
|
||
Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des Analytics à Fathom.
|
||
|
||
Vous pouvez récupérer le `siteId` dans les paramètres de votre script.
|
||
|
||
<CodeGroup>
|
||
|
||
```json Options d’Analytics dans docs.json
|
||
"integrations": {
|
||
"fathom": {
|
||
"siteId": "required"
|
||
}
|
||
}
|
||
```
|
||
|
||
```json Exemple
|
||
"integrations": {
|
||
"fathom": {
|
||
"siteId": "YSVMSDAY"
|
||
}
|
||
}
|
||
```
|
||
|
||
</CodeGroup> |