Files
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

27 lines
518 B
Plaintext

---
title: "Clearbit"
description: "使用 Clearbit 情报丰富用户数据。"
keywords: ["Clearbit 集成", "用户数据丰富", "访客情报", "public API key"]
---
在你的 `docs.json` 文件中添加以下内容,将 Analytics 数据发送到 Clearbit。
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"clearbit": {
"publicApiKey": "required"
}
}
```
```json 示例
"integrations": {
"clearbit": {
"publicApiKey": "pk_1a1882"
}
}
```
</CodeGroup>