Discussions

Ask a Question
Back to All

Will website and native app visitorIds match?

Hi, I have a website and a native app. In my scenario I have referral url: abc.xyz?refId=12345 and I want to store in my backend the visitorID from website and connect it with refID, so then later if the same user from same device downloads my native app, by identifying the visitorID in native app I will know that customer is the same who visited web using referral link.

Question is will the visitorID from website (visited from the same device) and visitorID in native app (regardless it's iOs or Android) be the same ID?

Thank you in advance