mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
5e861eea94
* all integrations have quotes now * fixed 2 broken links * vale found the the
25 lines
360 B
Plaintext
25 lines
360 B
Plaintext
---
|
|
title: "Segment"
|
|
---
|
|
|
|
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> |