Files
Ethan Palm 4c31f3683c SEO: add keywords to pages (#1775)
* ai/ keywords

* api/ keywords

* components/ keywords

* create/ keywords

* customize/ keywords

* api-playground/ keywords

* dashboard/ keywords

* deploy/ keywords

* guides/ keywords

* insights/ keywords

* integrations/ keywords

* optimize/ keywords

* organize/ keywords

* root/ keywords

* rm temp files
2025-11-14 14:08:24 -08:00

27 lines
515 B
Plaintext

---
title: "Segment"
description: "Send analytics events to Segment and downstream tools."
keywords: ["Segment integration", "write key", "event streaming", "CDP integration"]
---
Add your Segment write key to your `docs.json` file to send analytics to Segment.
<CodeGroup>
```json Analytics options in docs.json
"integrations": {
"segment": {
"key": "required",
}
}
```
```json Example
"integrations": {
"segment": {
"key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
}
}
```
</CodeGroup>