Lead Forensics integration
This documentation outlines how to integrate Lead Forensics IP identification data with AB Tasty for targeted B2B personalization campaigns.
Important consideration before you start
Implementation
2
3
Push Data to AB Tasty
javascriptUnwrapCopyif (window.leadForensicsData) {
ABTasty.API.addGlobalData('leadForensicsCompany', window.leadForensicsData.companyName);
ABTasty.API.addGlobalData('leadForensicsCompanyId', window.leadForensicsData.companyId);
ABTasty.API.addGlobalData('leadForensicsIndustry', window.leadForensicsData.industry);
}Exemple
Troubleshooting
Last updated
Was this helpful?

