Files
mintlify[bot] 4b465465dd translate: mirror boost: 3 frontmatter to es/fr/zh translations (#5671)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-05 17:33:20 +00:00

26 lines
623 B
Plaintext

---
title: "Clearbit"
description: "将 Clearbit 与你的 Mintlify 文档集成,丰富访客数据、识别访问企业并追踪企业级互动。"
keywords: ["Clearbit 集成", "用户数据丰富", "访客情报", "public API key"]
boost: 3
---
在你的 `docs.json` 文件中添加以下内容,将 Analytics 数据发送到 Clearbit。
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"clearbit": {
"publicApiKey": "required"
}
}
```
```json 示例
"integrations": {
"clearbit": {
"publicApiKey": "pk_1a1882"
}
}
```
</CodeGroup>