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

27 lines
552 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: "Heap"
description: "Suivez les interactions des utilisateurs avec Heap Analytics."
keywords: ["Heap Analytics", "suivi automatique des événements", "ID d’app Heap", "suivi des interactions utilisateur"]
---
Ajoutez l’extrait suivant à votre fichier `docs.json` pour envoyer des Analytics à Heap.
<CodeGroup>
```json Options d’Analytics dans docs.json
"integrations": {
"heap": {
"appId": "required"
}
}
```
```json Exemple
"integrations": {
"heap": {
"appId": "1234567890"
}
}
```
</CodeGroup>