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
539 B
Plaintext
27 lines
539 B
Plaintext
---
|
|
title: "Segment"
|
|
description: "Envía eventos de Analytics a Segment y a herramientas posteriores."
|
|
keywords: ["Segment integration", "write key", "event streaming", "CDP integration"]
|
|
---
|
|
|
|
Agrega tu write key de Segment a tu archivo `docs.json` para enviar Analytics a Segment.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Opciones de Analytics en docs.json
|
|
"integrations": {
|
|
"segment": {
|
|
"key": "required",
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Ejemplo
|
|
"integrations": {
|
|
"segment": {
|
|
"key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |