Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
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