mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
30 lines
373 B
Plaintext
30 lines
373 B
Plaintext
---
|
|
title: "Clearbit"
|
|
---
|
|
|
|
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>
|
|
|
|
<Info>
|
|
Hi
|
|
</Info> |