Avatar

Level 2

hi guys

We have an app where customers have to login, and we capture unique ID when they login. We want to use that ID to count unique visitors because many users download app and reinstall again which inflates visitors data

My question is this though, when I use this method what happens on screens where customer ID is not available, I mean login pages of course

I remember in WEB, this would duplicate visitor count...

Customer is counted before login with default Adobe method, and then later we setup visitor ID with evar and then cusomer is counted by evar this time

is this the case for mobile SDK too?

thanks