I am using the data feed , basically we get a raw file with the data feed for previous day that has all the information , please refer to link below we have most of these columns in the raw file and import in to our own datawarehouse.
https://marketing.adobe.com/resources/help/en_US/reference/datafeeds-reference.html
So I am basically using this information from the raw data and trying to identify the visitor Id, a while ago when this was implemented, the adobe visitor Id has been set up with evar7. So for example , basically if I visit the website the first time (visit_num =1 ) the evar7/Adobe Visitor Id lets say is xyz123abc , If I do not delete cookies and come back to the site 100th time (visit_num = 100) then I get assigned the same evar7 /AdobeVisitior Id = xyz123abc , just an FYI for all 100 visits the visid_high and visid_low value will always be same irrespective of the number of visit. But the data discrepancies I notice in the raw data is multiple users with different visid_high and visid_low have the same AdobevisitorId. Since we get the geo city ,geo country, IP all these values are different for the same adobe visitorId. I am not sure if there is problem with the setup.Different sessions with same AdobeVisitor Id.
Thank you so much for all you help ankits28281247