Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Retrieving AAM UUID from AEP 5 SDK to set in context data variable

Avatar

Level 1

Hi,

 

How do we retrieve AAM UUID from AEP 5. The client wants to retrieve this ID and set it in a context data variable for both Android and IOS.

 

I understand that the method to do this with Adobe SDK 4 was getallidentifiersasync. What is the method that we can use for AEP 5. is it identity.getidentifiers? 

If yes how do I then set the AAM UUID in a context data variable?

 

Thanks and regards

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi, 

 

The equivalent in the AEP SDK is "getSdkIdentities" found in the documentation here.

https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr#retrieving-stored-identifiers

 

Jen

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi, 

 

The equivalent in the AEP SDK is "getSdkIdentities" found in the documentation here.

https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr#retrieving-stored-identifiers

 

Jen