mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
26 lines
623 B
Plaintext
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> |