Clearbit integration
Custom connection between Clearbit & AB Tasty
Integration Methods
<script src="https://reveal.clearbit.com/v1/clearbit.min.js"></script>
<script>
clearbit.reveal({ key: 'YOUR_PUBLIC_CLEARBIT_KEY' }).then(function(result) {
if (result && result.company) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
event: 'clearbit_reveal',
company: {
name: result.company.name,
industry: result.company.industry,
subIndustry: result.company.category?.subIndustry,
employees: result.company.metrics?.employees,
domain: result.company.domain,
tags: result.company.tags
}
});
}
});
</script>Use cases
Best practices
Last updated
Was this helpful?

