Clearbit Reveal Destination
Clearbit Reveal quick info
Clearbit Reveal accepts Page calls. If you reference it in the Integrations object, call it “Clearbit Reveal”.
Clearbit Reveal accepts cloud-mode data from all Segment source types. It does not offer device-mode connections.
Clearbit Reveal helps customers instantly match IP addresses with company names, and see full profiles for all site visitors. It turns your anonymous web traffic into a full company profile — complete with industry, employee count, funding details, and much more. You can find a list of the different attributes you can collect with Clearbit here.
This destination is maintained by Clearbit. For any issues with the destination, contact the Clearbit Support team
Getting Started
Before you start, make sure Clearbit Reveal supports the source type and connection mode you’ve chosen to implement. You can learn more about connection modes here.
Web | Mobile | Server | |
---|---|---|---|
📱 Device-mode | ⬜️ | ⬜️ | ⬜️ |
☁️ Cloud-mode | ✅ | ✅ | ✅ |
Setup within Segment:
- From the Segment web app, click Catalog.
- Search for “Clearbit Reveal” in the Catalog, select it, and choose which of your sources to connect the destination to.
- In your Segment Settings UI, enter your Clearbit secret API key (note: it should start with “sk_”). You can find this in the API section of your Clearbit dashboard.
Setup within Clearbit:
- From your Clearbit dashboard click on the Reveal product.
- Click on the Segment integration tile and click to ‘Enable with Segment’.
- Select the source that you connected Clearbit Reveal to as a destination in the above Segment set up instructions.
- CLick ‘Send Data’.
To verify that the destination has been set up correctly, send a page event that includes an IP address, check the Debugger section of your Segment Source. Assuming everything is as it should be, you should start seeing Clearbit Reveal data populate in an identify
event – click on the specific event you’re interested in to see Clearbit Reveal traits. These traits will now be available to other Segment destinations in your account. Notice that all Clearbit Reveal traits are prefixed with reveal_
to ensure they don’t conflict with existing traits. Clearbit will also send a track
event for ‘enrichment_provider’.
Page
If you’re not familiar with the Segment Specs, take a look to understand what the Page method does. An example call would look like:
analytics.page('Home', {
title: 'Welcome | My Website',
url: 'https://mywebsite.com/'
});
When you call page
event from Analytics.js, Clearbit Reveal will send back an enriched identify
call from their servers. For this to work you must send an IP address in the context of your Page calls. Our Analytics.js library collects the IP address for you, otherwise you need to manually retrieve and set it in context.ip
. The Clearbit Reveal Destination is a server-side destination so you will need to use your secret key. This enriched identify call will only arrive in downstream destinations that are configured to receive server-side identify
events.
You can find details on what traits Clearbit adds and exactly what will be in the enriched Identify call on Clearbit’s site and full documentation on the Reveal API in the docs here.
Notes
- Clearbit Reveal attributes will not populate on every single identify event as Reveal will not have 100% match rates for your traffic.
- Enriched
identify
events will only be sent back after the firstpage
call per visitor, not with every subsequentpage
call.
Troubleshooting
Clearbit Enrichment data is not populating
Double check that you have entered the secret key, not the public key Clearbit provides. Also check that you included an IP address in your request.
Marketo not receiving enriched data
By default, Clearbit Reveal information will not be sent to Marketo. If you are interested in passing Clearbit data to Marketo, contact Clearbit Support.
Personas
You can send computed traits and audiences generated using Segment Personas to this destination as a user property. To learn more about Personas, contact us for a demo.
For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Personas sends an Identify call with the property order_completed_last_30days: true
. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Personas sets that value to false
.
When you first create an audience, Personas sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
API Key
Enter your API Key associated with your Clearbit Reveal account.
writeKeyAllowed
This page was last modified: 20 Oct 2020
Need support?
Questions? Problems? Need more info? Contact us, and we can help!