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
580 B
Plaintext
27 lines
580 B
Plaintext
---
|
||
title: "Clearbit"
|
||
description: "Enrichissez les données utilisateur avec l’intelligence de Clearbit."
|
||
keywords: ["Intégration Clearbit", "enrichissement utilisateur", "intelligence des visiteurs", "clé d’API publique"]
|
||
---
|
||
|
||
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> |