내 커뮤니티 업적 표시줄을 확대합니다.

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!

Profile extension in Mobile SDK - might the attributes be used by AJO ?

Avatar

Level 10

Its written in Profile extension documentation for Mobile SDK that these attributes are stored client-side. Might these be used by AJO ?

https://developer.adobe.com/client-sdks/home/base/profile/api-reference/#updateuserattributes

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 답변 개

Avatar

Community Advisor

@Michael_Soprano

For attributes to be usable in Adobe Journey Optimizer (AJO), they must first be written to the profile dataset in AEP.

A key distinction is that CSOP typically resides on the client-side and can function both online and offline. This is beneficial for applications like in-app personalization or targeting that don't require a server-side call.

https://experienceleague.adobe.com/en/docs/platform-learn/implement-mobile-sdk/app-implementation/pr...

Screenshot 2025-09-24 at 12.47.42 PM.png

Thanks, Sathees