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
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>