Files
2025-11-13 20:19:09 +00:00

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>