Files
mintlify[bot] 4b465465dd translate: mirror boost: 3 frontmatter to es/fr/zh translations (#5671)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-05 17:33:20 +00:00

26 lines
710 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Clearbit"
description: "Intégrez Clearbit à votre documentation Mintlify pour enrichir les données des visiteurs, identifier les entreprises et suivre l'engagement des comptes entreprise."
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>