mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4c31f3683c
* 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
28 lines
508 B
Plaintext
28 lines
508 B
Plaintext
---
|
|
title: "Clearbit"
|
|
description: "Enrich user data with Clearbit intelligence."
|
|
keywords: ["Clearbit integration", "user enrichment", "visitor intelligence", "public API key"]
|
|
---
|
|
|
|
Add the following to your `docs.json` file to send analytics to Clearbit.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Analytics options in docs.json
|
|
"integrations": {
|
|
"clearbit": {
|
|
"publicApiKey": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"clearbit": {
|
|
"publicApiKey": "pk_1a1882"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|