mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
2ccd573b95
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
26 lines
691 B
Plaintext
26 lines
691 B
Plaintext
---
|
||
title: "Clearbit"
|
||
description: "Intégrez Clearbit à votre documentation Mintlify pour enrichir les données des visiteurs, identifier les entreprises et suivre l'engagement B2B."
|
||
keywords: ["Intégration Clearbit", "enrichissement utilisateur", "intelligence des visiteurs", "clé d’API publique"]
|
||
boost: 3
|
||
---
|
||
|
||
Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des Analytics à Clearbit.
|
||
|
||
<CodeGroup>
|
||
```json Options d’Analytics dans docs.json
|
||
"integrations": {
|
||
"clearbit": {
|
||
"publicApiKey": "required"
|
||
}
|
||
}
|
||
```
|
||
|
||
```json Exemple
|
||
"integrations": {
|
||
"clearbit": {
|
||
"publicApiKey": "pk_1a1882"
|
||
}
|
||
}
|
||
```
|
||
</CodeGroup> |