Created
March 13, 2025 22:36
-
-
Save NickDeckerDevs/5eba5b70399ffcf3830257d7695d0a2d to your computer and use it in GitHub Desktop.
hubspot identify that will send user details to hubspot if you have the tracking code on
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _hsq = window._hsq = window._hsq || [] | |
_hsq.push(["identify", { | |
email: "[email protected]", | |
firstname: "sample", | |
lastname: "code" | |
}]) | |
_hsq.push(['trackPageView']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment