We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 21, 2022 8:58 AM
var _hsq = window._hsq = window._hsq || [];
_hsq.push(["identify", {
email: params.contactEmail,
firstname: params.contactName,
phone: params.contactNumber,
}]);
_hsq.push(["trackCustomBehavioralEvent", {
name: "Lead creation",
properties: {
email: params.contactEmail
}
}]);
<script>
var _hsq = window._hsq = window._hsq || [];
_hsq.push(['setPath', '/home-page-path']);
</script>
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/the-domain-id.js"></script>
<script>
var _hsq = window._hsq = window._hsq || [];
_hsq.push(['setPath', '/some-path']);
_hsq.push(['trackPageView']);
</script>
Jan 24, 2022 10:39 AM
@tominal , any chance you could lend a hand here?
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |