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>
27 lines
581 B
Plaintext
27 lines
581 B
Plaintext
---
|
||
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> |