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
558 B
Plaintext
27 lines
558 B
Plaintext
---
|
|
title: "Clearbit"
|
|
description: "Enriquece los datos de usuario con la inteligencia de Clearbit."
|
|
keywords: ["Integración con Clearbit", "enriquecimiento de usuarios", "inteligencia de visitantes", "public API key"]
|
|
---
|
|
|
|
Añade lo siguiente a tu archivo `docs.json` para enviar Analytics a Clearbit.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Opciones de Analytics en docs.json
|
|
"integrations": {
|
|
"clearbit": {
|
|
"publicApiKey": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Ejemplo
|
|
"integrations": {
|
|
"clearbit": {
|
|
"publicApiKey": "pk_1a1882"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |