AnalyticsClearbit
Analytics

Clearbit

Enrich visitor data on your documentation site with Clearbit.

Clearbit identifies and enriches anonymous visitor data so you can understand which companies are reading your documentation. Enable the integration to connect your Clearbit account.

Prerequisites

  • A Clearbit account with API access

  • Your Clearbit API key

  • Publishing access to your documentation project

Configure from the Editor

Open Site Config

In the Editor, click Site Config in the top toolbar.

Navigate to Integrations

Select Integrations from the left sidebar.

Enable Clearbit

Select Clearbit and enter your API key.

Publish

Click Publish to deploy the integration to your live site.

Configure via documentation.json

Add the clearbit key under integrations in your documentation.json:

{
  "integrations": {
    "clearbit": {
      "apiKey": "your_clearbit_key"
    }
  }
}
PropertyTypeRequiredDescription
apiKeystringYesYour Clearbit API key

Where to find your API key

  1. Sign in to Clearbit.

  2. Go to APIAPI Keys.

  3. Copy your API key.

What's next