hi guysWe 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 dataMy question is this though, when I use this method
what happens on screens where customer ID is not available, I mean login
pages of courseI remember in WEB, this would duplicate visitor
count...Customer is counted before login with default Adobe method, and
then later we setu...