Hi,
My goal is to Keep all tracking of viewed pages when creating a contact after navigating on 2 domains
Domains
Use case:
-
tracking enabled (script hubspot) on both domains
-
user navigates on
-
user clicks on a link redirecting to
(
link can include utms) -
user navigates on
-
user submits a form on
(API side)
- including the hutk parameter in the context (https://legacydocs.hubspot.com/docs/methods/forms/submit_form_v3_authentication#:~:text=As this API is authenticated%2C)
- hutk = cookie value of hubspotutk
- using npm library @hubspot/api-client (version “8.9.0”)
Result:
-
contact created in hubspot -
Tracking of viewed pages onis lost
-
Tracking of viewed pages on
How is it possible to keep the tracking of the first domain?
it’s a use case that seems very classic so what am I missing?
Thanks in advance for your help ![]()