Fullstory

Last updated on Mar 20, 2025

Connect Fullstory with Happierleads

You can send any information Happierleads has in real-time to FullStory by accessing the Happierleads data in real-time.

PS: You need to buy the website personalization add-on. Talk to our support to enable access and remember to clean your cache after that.

setTimeout(()=>{
if(window.happierleadsData && 
window.happierleadsData.company && window.happierleadsData.company.domain){
FS.setUserVars({
happierleadsDomain : window.happierleadsData.company.domain,
});
}
},2000);

more info: https://developer.fullstory.com/user-variables

You can add any information you need but make sure you add a check as the only one that is going to be there 100% of the time is the domain. So surround your code with if checks like the above example.

PS: Remember Happierleads cannot Identify 100% of the website traffic so you will get data only when we have them.