Connecting visitors across devices | Community
Skip to main content
Meghan_Powers
New Participant
October 5, 2023
Solved

Connecting visitors across devices

  • October 5, 2023
  • 1 reply
  • 545 views

Hello!  For some tests, we want to ensure that visitors see a consistent experience across different devices.  We know how to do that for authenticated users.  Has anyone found a successful method for doing this for unauthenticated visitors?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by alexbishop

Ultimately it boils down to having a consistent identifier across the different devices, which is why these use cases tend to focus on authenticated users. However, there might be other opportunities for identifying users across devices without them authenticating via login e.g. when a user clicks through from an e-mail campaign pass the identifier via a query string param, asking them to complete a short survey etc etc.  

1 reply

alexbishop
alexbishopAccepted solution
Employee
October 26, 2023

Ultimately it boils down to having a consistent identifier across the different devices, which is why these use cases tend to focus on authenticated users. However, there might be other opportunities for identifying users across devices without them authenticating via login e.g. when a user clicks through from an e-mail campaign pass the identifier via a query string param, asking them to complete a short survey etc etc.