Adobe Visitor ID in a default java variable? | Community
Skip to main content
June 10, 2021
Solved

Adobe Visitor ID in a default java variable?

  • June 10, 2021
  • 1 reply
  • 1458 views

Hi,

 

This is really bugging me as I'm sure recently somebody showed me a java variable and asked me to confirm the value it was returning was the adobe Visitor ID which it was and now I can't find it.

 

I'm well aware about to read the value in my rules and even retrieve using this function : Visitor.getInstance("orgid")._fields.MCMID but is anyone aware of a default JAVA variable the visitor ID can be read from by a 3rd party?

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 Andrey_Osadchuk

You may want to use the following method to get the Experience Cloud ID

_satellite.getVisitorId().getMarketingCloudVisitorID();

 

 

 

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
June 10, 2021

You may want to use the following method to get the Experience Cloud ID

_satellite.getVisitorId().getMarketingCloudVisitorID();

 

 

 

June 10, 2021
Thanks for the suggestion Andrey, unfortuently for reasons I'm challenging I'm told by the 3rd party they can't read data returned from a function and that's why they asked me to add it to a variable. I was just wondering if there's one set by default before I set one.