Files
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

29 lines
679 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Pirsch"
description: "Suivez des Analytics respectueux de la confidentialité avec Pirsch."
keywords: ["Pirsch Analytics", "analytics axés sur la confidentialité", "code d’identification", "conforme au RGPD"]
---
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>