Clearbit
Enabling Clearbit with Dreamdata depends on the version of Clearbit your website is using.
For Clearbit version 2, tracking is automatically enabled by selecting Hybrid intent during the setup process in our in-app wizard.
If you're using the older legacy version, please continue with the guide below.
For Clearbit version 2, tracking is automatically enabled by selecting Hybrid intent during the setup process in our in-app wizard.
If you're using the older legacy version, please continue with the guide below.
Dreamdata comes with built-in functionality to collect intent data for all your visitors. However, if you are using Clearbit Reveal, you should improve the data quality and coverage by parsing the Clearbit data to Dreamdata. When both Dreamdata and Clearbit intent data give a result, Clearbit data will be used.
Requirements
- Your website must have Clearbit already integrated before the Dreamdata Analytics script can successfully capture and transmit company intent data.
- Get your Clearbit key available in your Clearbit Dashboard.
Setting it up
Use the Dreamdata Analytics wizard to easily enable Clearbit. You can access the
setup wizard from the following URL app.dreamdata.io/<SLUG>/setup
inside the
Dreamdata app.
For reference, this will add a clearbit
field into your load
call, similar
to below:
dreamdata.load('<DREAMDATA_API_KEY>', {
intentSources: {
clearbit: {
token: '<REPLACE_ME_WITH_CLEARBIT_KEY>',
},
},
})
Intent data
Once Clearbit is activated, the following properties are automatically captured and sent to Dreamdata:
Field | Type | Description |
---|---|---|
intentSource | String | The data source, consistently "clearbit". |
website | String | The domain of the company as provided by Clearbit. |
name | String | The name of the company. |
country | String | The location of the company's country. |
industry | String | The category of the industry group. |
number_of_employees | String | The range of employees. |
annual_revenue | String | The estimated annual revenue. |