Hi, is there a way to use JS api of HubSpot tracking to know if current visitor exist in hubspot or not?
The idea is to fire “New Subscriber” event in GA4 (via JS) if one doesn’t exist in HubSpot and “Resubscribe” for those who sign up again.
Thanks
Hi, is there a way to use JS api of HubSpot tracking to know if current visitor exist in hubspot or not?
The idea is to fire “New Subscriber” event in GA4 (via JS) if one doesn’t exist in HubSpot and “Resubscribe” for those who sign up again.
Thanks
Hey, @vpetr
I think the closest solution we have is the Visitor Identification API. It’s intended use is with chats (Conversations), but you might look into to see if you can adapt it to your use case. Accounts Dashboard | HubSpot
We’ll also leave this thread open in case other community members have another suggestion for you.
Have fun building! — Jaycee
thanks for the reply, the issue it is identifying the visitor. I wasn’t able to use that for my case.