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?
Solved! Go to Solution.
Views
Replies
Total Likes
You may want to use the following method to get the Experience Cloud ID
_satellite.getVisitorId().getMarketingCloudVisitorID();
You may want to use the following method to get the Experience Cloud ID
_satellite.getVisitorId().getMarketingCloudVisitorID();
Views
Replies
Total Likes
Views
Replies
Total Likes