Personalization | Community
Skip to main content
Level 2
January 20, 2023
Solved

Personalization

  • January 20, 2023
  • 2 replies
  • 1104 views

Hi All,

how to achieve personalized content to the user based on some conditions are meet by the user
please provide some suggestions. 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by B_Sravan

Hi @dh54220 ,

 

if you are looking for author-level personalized/secure content as in, to hide/show certain dialog values or components, or access certain pages through passwords (especially dispatcher URLs), you can make use of OOTB Closed or you can go with ACL approach, some time back the same was discussed here in this post:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-limit-dialog-fields-tabs-to-specific-user-group/m-p/223213 

more on CUGs: https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/cug.html?lang=en 

 

and if you are looking for personalized content for the end user, there is no much better than integrating Adobe Analytics and Adobe Target.

Thanks,
Sravan

2 replies

Manu_Mathew_
Community Advisor
Community Advisor
January 20, 2023

@dh54220 You can use the AEM OOTB context hub for personalization or Target and write custom code for conditions to be met.

ref. https://medium.com/@manumathew28.94/contexthub-in-aem-for-personalization-52b888511bf

 

dh54220Author
Level 2
January 20, 2023

@manu_mathew_ 

thank you for the reply
In project we have integration with analytics how to use the data for personalize the experience.

Manu_Mathew_
Community Advisor
Community Advisor
January 20, 2023

@dh54220 Not really tried it, but probably you can use Analytics APIs and may need to create a service that uses- com.adobe.granite.analytics.client.AnalyticsClient

 

B_Sravan
Community Advisor
B_SravanCommunity AdvisorAccepted solution
Community Advisor
January 20, 2023

Hi @dh54220 ,

 

if you are looking for author-level personalized/secure content as in, to hide/show certain dialog values or components, or access certain pages through passwords (especially dispatcher URLs), you can make use of OOTB Closed or you can go with ACL approach, some time back the same was discussed here in this post:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-limit-dialog-fields-tabs-to-specific-user-group/m-p/223213 

more on CUGs: https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/cug.html?lang=en 

 

and if you are looking for personalized content for the end user, there is no much better than integrating Adobe Analytics and Adobe Target.

Thanks,
Sravan