same visit Id can be used for multiple visits? | Community
Skip to main content
Level 2
April 30, 2024
Solved

same visit Id can be used for multiple visits?

  • April 30, 2024
  • 4 replies
  • 1947 views

I would like to verify if the same visit Id can be used for multiple visits?

Extracting visit ID for eStore automatic traffic we have seen that the same visit ID (=concatenation of visitor ID and visit num) is present both in 2022 and 2024.

Can you please tell me why it is happening.

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 MandyGeorge

I've used data feeds for a long time, and I've seen this more than once. Adobe does reuse visitor/visit IDs. They don't do it within the same year, but in different years it is possible to have the same ID be reused for a new customer. When concatenating the visitor/visit IDs, make sure you include first_hit_time_gmt. This is the time of the very first hit for the visitor. And despite the visitor ID being reused, this field will be different for each customer, so you can use this to separate the two (or more) customers that have been given the same ID.

4 replies

Nick_Walter
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 30, 2024

To my understanding this shouldn't be happening. The only thing I can think of is if there are visits connected as a unique visitor but even then they would have different visit IDs. Can you look into the length of the visit and what actions are being taken? maybe this is come kind of crazy bot? 

Level 2
April 30, 2024

Thank you very much, I just wanted to know if it was theoretically possible and possible reasons. If they allow analysis over tot years in theory there should be no duplicate id. I can't verify ength of the visit and what actions are being taken.

 

Level 2
April 30, 2024

Can you link some documentation about this? 

please

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 30, 2024

There doesn't seem to be a lot of information about this, but given the massive amount of data that can be processed over years of tracking, I guess re-using stale visit ids could be a way to ensure that they don't run out of values?

 

I expect most people aren't generally running reports that traverse so many years, and thus haven't actually encountered this... 

 

But this might be something to check with Client Care?

Level 2
April 30, 2024

Thank you very much, I just wanted to know if it was theoretically possible and possible reasons. If they allow analysis over tot years in theory there should be no duplicate id. I can't verify ength of the visit and what actions are being taken.

Krishna_Musku
Community Advisor
Community Advisor
April 30, 2024
MandyGeorge
Community Advisor and Adobe Champion
MandyGeorgeCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
May 1, 2024

I've used data feeds for a long time, and I've seen this more than once. Adobe does reuse visitor/visit IDs. They don't do it within the same year, but in different years it is possible to have the same ID be reused for a new customer. When concatenating the visitor/visit IDs, make sure you include first_hit_time_gmt. This is the time of the very first hit for the visitor. And despite the visitor ID being reused, this field will be different for each customer, so you can use this to separate the two (or more) customers that have been given the same ID.