visitor_id not available in datafeed, told to use 'visid_high', 'visid_low' 99.85% of rows have visid_high = 0, visid_low = 0 | Community
Skip to main content
Level 1
March 16, 2026
Question

visitor_id not available in datafeed, told to use 'visid_high', 'visid_low' 99.85% of rows have visid_high = 0, visid_low = 0

  • March 16, 2026
  • 3 replies
  • 71 views

visitor_id not available in datafeed, told to use 'visid_high', 'visid_low' 99.85% of rows have  visid_high = 0, visid_low = 0

3 replies

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 16, 2026

Did you check the post_visid_high and the post_visid_low?

 

Are you using data ingestion? Or do you have processing happening where the visitor ids are being set in that stage?

 

What about mcvisid?

 

donusarmyAuthor
Level 1
March 16, 2026

I was just told to use post_visid_low and Post_visid_high so I just kicked off another datafeed, hopefully this one works

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 16, 2026

Good Luck!

Level 2
April 24, 2026

@donusarmy maybe mcvisd column could help
 

 

ChiragKu2
Level 1
April 29, 2026

Use concat(post_visid_high, post_visid_low) if you want visitor id. Legacy visid_high, visid_low columns might not have data.