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

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM custom recommendations

Avatar

Level 2

Anyone has implemented custom recommendation based on tags or clicks of any component.

Like If there article pages , what to show some recommended article based on the user clicks or interest.

 

We have adobe target but not looking for target as source, wanted to build in-house recommendations .

 

Any suggestions, much appreciated. 

 

Thanks,

Tulasi.

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

I would suggest following option

1. Create a sling servlet which accepts clicked tags IDs as parameters or suffix parameters and return the list of related links as JSON response. You can write the logic of identifying the related links based on tags clicked by the user in servlet.

  Servlet output can be cached in dispatcher. 

2. Make the XHR call(Servlet) for the clicked tags from the component and retrieve the JSON response and populate the div with list of links

 

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

I would suggest following option

1. Create a sling servlet which accepts clicked tags IDs as parameters or suffix parameters and return the list of related links as JSON response. You can write the logic of identifying the related links based on tags clicked by the user in servlet.

  Servlet output can be cached in dispatcher. 

2. Make the XHR call(Servlet) for the clicked tags from the component and retrieve the JSON response and populate the div with list of links

 

Avatar

Level 2

Thanks a lot for the response. I was not sure how to record all the clicks and generate the data on basis  of the clicks. But your response helps me to move the needle.

 

Thanks again!!

 

Thanks,

Tulasi.

Avatar

Administrator

@Saravanan_Dharmaraj 

Greate reply. Good to have AEM SME like you in the Community. Looking forward to more contributions from your side.



Kautuk Sahni