> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Clearbit

> 将 Clearbit 与你的 Mintlify 文档集成，丰富访客数据、识别访问企业并追踪企业级互动。

在你的 `docs.json` 文件中添加以下内容，将 Analytics 数据发送到 Clearbit。

<CodeGroup>
  ```json docs.json 中的 Analytics 选项 theme={null}
  "integrations": {
      "clearbit": {
          "publicApiKey": "required"
      }
  }
  ```

  ```json 示例 theme={null}
  "integrations": {
      "clearbit": {
          "publicApiKey": "pk_1a1882"
      }
  }
  ```
</CodeGroup>


## Related topics

- [Analytics 集成](/zh/integrations/analytics/overview.md)
- [docs.json schema 参考](/zh/organize/settings-reference.md)
- [配置](/zh/editor/configurations.md)
