Visitor ID in Debugger is Different from Data Wharehouse | Community
Skip to main content
brianjherbert
New Participant
October 16, 2015
Solved

Visitor ID in Debugger is Different from Data Wharehouse

  • October 16, 2015
  • 11 replies
  • 5174 views

Hi,

I am trying to find out my own traffic by comparing the Visitor ID that is being sent to me via the debugger with the Visitor ID being recorded in Omniture. It looks like there is some sort of conversion that is happening though. All the Omniture data is numeric (with an underscore) while the debugger is alpha-numeric (with a hyphen).  Any idea how to get these number to match, or is there another method to see the paths of unique visitors?

Any help would be appretiated!

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 TanmayMathur

Hi,

Apologies for a delayed response.

The different numbers you are seeing is the conversion of the visitor id from base 16 to base 10. This is done to save long strings of data. This article should explain it - https://marketing.adobe.com/resources/help/kb/en_US/analytics/kb/visitor-id-populated.html

Let me know if you have further questions.

TM

11 replies

brianjherbert
New Participant
October 16, 2015

TanmayM, Is there any other insight you can provide?