mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bbb1a08ed3
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
27 lines
518 B
Plaintext
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> |