mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
28 lines
792 B
Plaintext
28 lines
792 B
Plaintext
---
|
||
title: "Pirsch"
|
||
description: "Intégrez Pirsch à votre documentation Mintlify pour un suivi analytique conforme au RGPD, sans cookies ni collecte de données personnelles."
|
||
keywords: ["Pirsch Analytics", "analytics axés sur la confidentialité", "code d’identification", "conforme au RGPD"]
|
||
boost: 3
|
||
---
|
||
|
||
Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des Analytics à Pirsch.
|
||
|
||
Vous pouvez récupérer l’ID de votre site dans Paramètres > Développeur > Code d’identification.
|
||
|
||
<CodeGroup>
|
||
```json Options d’Analytics dans docs.json
|
||
"integrations": {
|
||
"pirsch": {
|
||
"id": "required"
|
||
}
|
||
}
|
||
```
|
||
|
||
```json Exemple
|
||
"integrations": {
|
||
"pirsch": {
|
||
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
|
||
}
|
||
}
|
||
```
|
||
</CodeGroup> |