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/
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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/
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/
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!
Views
Replies
Total Likes