Files
mintlify__docs/fr/integrations/analytics/segment.mdx
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
581 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: "Segment"
description: "Envoyez des événements Analytics à Segment et à vos outils connectés."
keywords: ["Intégration Segment", "write key", "diffusion d’événements", "intégration CDP"]
---
Ajoutez votre write key Segment à votre fichier `docs.json` pour envoyer des données Analytics à Segment.
<CodeGroup>
```json Options d’Analytics dans docs.json
"integrations": {
"segment": {
"key": "required",
}
}
```
```json Exemple
"integrations": {
"segment": {
"key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
}
}
```
</CodeGroup>