<Script id=“hubspot-livechat”>
{`
window.hsConversationsSettings = {loadImmediately: false, identificationEmail:${userEmail}};
let _hsq = window._hsq = window._hsq || [];
_hsq.push([“identify”,{email: ${userEmail},}]);
_hsq.push([“trackPageView”]);
`}
</Script>
<Script
type=“text/javascript”
id=“hs-script-loader”
async
defer
src=“//js-na1.hs-scripts.com/xxxxxxxx.js”
></Script>
I have used this code to install chat widget and idenfy the user. But in the inbox i get message as “unknown visitor” but contacts with the user email gets created. I want my chat to show user email instead of “unknown visitor”, i am currently in the freee tier. How can i do that? thanks