Tracking lost between 2 domains

Hi,

My goal is to Keep all tracking of viewed pages when creating a contact after navigating on 2 domains

Domains

Use case:

Result:

  • :white_check_mark: contact created in hubspot

  • :cross_mark: Tracking of viewed pages on

    11111.com

    is lost

  • :white_check_mark: Tracking of viewed pages on

    22222.com

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 :folded_hands:

Hi!

Once I had a similar scenario. I saved the UTM params coming from

11111.com

to

22222.com

in the browser (use session/local storage or indexeddb). I did that to be able to retrieve them later in case the user navigated somewhere else and came back later, but without UTM params this time. When the user uploaded the form, I added to it the UTM params too.

Hope this helps,

Hunor

Hi Hunor,

The problem is not to lose the utms but to lose the pages tracked by the navigation on

11111.com

I would suggest trying the behavior in an incognito window and checking if the cookie has the same value for both pages and if the tracking script is installed correctly and working when you navigate away.

I’ll keep you updated if I’ll have any better ideas.

Thanks for your answer Hunor

I confirm the cookie hubspotutk has the same value and the same script is added on both domains as well.