Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Profile Extension in Mobile SDK

Avatar

Level 10

Which method from Mobile SDK extension to use for the data available here in the Data Collection UI?

This one says that data is available locally on the client-side

https://developer.adobe.com/client-sdks/home/base/profile/

 

Michael_Soprano_0-1758810178963.png

 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

the Mobile SDK “Profile” extension is a client-side key/value store on the device. 

It acts as local store for user profile data cached on the device by the Mobile SDK. (e.g., loyaltyTier, plan, hasOnboarded).

 

You can use them in rule conditions or data elements in Data Collection (Tags) to inject the addition user attribute them into the XDM sent with Edge.sendEvent(...).

 

Some of the API methods are deprecated refer the details here https://developer.adobe.com/client-sdks/home/base/profile/api-reference/

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

the Mobile SDK “Profile” extension is a client-side key/value store on the device. 

It acts as local store for user profile data cached on the device by the Mobile SDK. (e.g., loyaltyTier, plan, hasOnboarded).

 

You can use them in rule conditions or data elements in Data Collection (Tags) to inject the addition user attribute them into the XDM sent with Edge.sendEvent(...).

 

Some of the API methods are deprecated refer the details here https://developer.adobe.com/client-sdks/home/base/profile/api-reference/

Avatar

Administrator

Hi @Michael_Soprano,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know. In case the given solution was helpful, then kindly choose it as the 'Correct Reply'.

Thanks!



Sukrity Wadhwa