Skip to content

Instantly share code, notes, and snippets.

@NickDeckerDevs
Created March 13, 2025 22:36
Show Gist options
  • Save NickDeckerDevs/5eba5b70399ffcf3830257d7695d0a2d to your computer and use it in GitHub Desktop.
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
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