Using Clearbit with Convert Experiences

This Article Will Help You:



Introduction

Now you can use Clearbit Reveal together with Convert Experiences. This will allow you to use the provided visitor data by Clearbit to target your experiences.

You can target specific segments derived from Clearbit data and find valuable insights about your visitors.

Following are the steps to use the Clearbit data to segment your Convert Experiences.

Add Tracking Codes

Please make sure that you insert Clearbit Reveal tracking code before Convert's tracking code. By doing this, Clearbit data will be available for Convert to segment on.

Clearbit Reveal tracking code looks like this: https://help.clearbit.com/hc/en-us/articles/360063559573

Convert tracking code can be found under Project Configuration:

mceclip0.png

Create an Experience

Go to your Experiences and either create a new experience or use one of your existing:

mceclip1.png

Add Audience

Create a "New Audience". Scroll down and select JS condition.

Then you will need to insert the Clearbit code that will define the users that will be targeted on the Experience.

For example:

You could target any visitors at companies with 75 or more employees.

The Clearbit code needed would look like the following:


(function() {
if(window.reveal && window.reveal.company.category.sector) {
if (window.reveal.company.category.sector == "Health Care") return true;
}
else { convert_recheck_experiment(); return false; }
})()


The code would be inserted in the JS Condition as in the following screen:

mceclip0.png

After this, you are done and can launch your experiment. 

View Convert Data in GA through Custom Reports

You can view Convert data in GA Custom Reports.