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

28 lines
544 B
Plaintext

---
title: "Amplitude"
description: "Track user behavior and documentation analytics with Amplitude."
keywords: ["Amplitude integration", "Amplitude API key", "user behavior tracking", "product analytics"]
---
Add the following to your `docs.json` file to send analytics to Amplitude.
<CodeGroup>
```json Analytics options in docs.json
"integrations": {
"amplitude": {
"apiKey": "required"
}
}
```
```json Example
"integrations": {
"amplitude": {
"apiKey": "76bb138bf3fbf58186XXX00000"
}
}
```
</CodeGroup>