Files
mintlify__docs/zh/integrations/analytics/segment.mdx
mintlify[bot] 4b465465dd translate: mirror boost: 3 frontmatter to es/fr/zh translations (#5671)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-05 17:33:20 +00:00

28 lines
610 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: "将 Segment 集成到你的 Mintlify 文档,将分析事件路由到数据仓库、CRM 和营销平台等下游工具。"
keywords: ["Segment integration", "write key", "event streaming", "CDP integration"]
boost: 3
---
将你的 Segment write key 添加到 `docs.json` 文件,以将分析数据发送到 Segment。
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"segment": {
"key": "required",
}
}
```
```json 示例
"integrations": {
"segment": {
"key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
}
}
```
</CodeGroup>