mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
28 lines
636 B
Plaintext
28 lines
636 B
Plaintext
---
|
|
title: "Segment"
|
|
description: "Integra Segment con tu documentación de Mintlify para enrutar eventos de análisis a herramientas como almacenes de datos, CRM y plataformas de marketing."
|
|
keywords: ["Segment integration", "write key", "event streaming", "CDP integration"]
|
|
boost: 3
|
|
---
|
|
|
|
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> |