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

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

Mark Solution

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

해결됨

Rating component saving rating to properties page.

Avatar

Level 2

Hey so we have created our own custom rating system that we want to save the average rating to the properties page of that pages and to send it to Adobe Analytics So this would be 2 questions. 

 

1. We are having issues with saving to the properties page when the component is pushed to the publishing environment any documents or help here would be great. 

 

2. Saving the average to Analytics anything here would be good. I have looked up a few documents from the extending-analytics-components and have little experience doing this. 

 

Thanks,

LB_PC

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 9

Hello,

 

so couple of things here

 

1. publish page nodes are immutable for end user operations and should follow guidelines of UGC

https://experienceleague.adobe.com/docs/experience-manager-65/communities/administer/user-ugc-manage...

 

2. Recommendation would be to use OOTB component but because of certain use case, if you are deciding to use custom approach, suggest to refer above guide lines.

 

another approach you can try, is to keep rating and comment storage out of AEM and through service call do the integration and if needed send same data to Analytics.

 

if more details needed, let me know

 

hope this helps.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Level 9

Hello,

 

so couple of things here

 

1. publish page nodes are immutable for end user operations and should follow guidelines of UGC

https://experienceleague.adobe.com/docs/experience-manager-65/communities/administer/user-ugc-manage...

 

2. Recommendation would be to use OOTB component but because of certain use case, if you are deciding to use custom approach, suggest to refer above guide lines.

 

another approach you can try, is to keep rating and comment storage out of AEM and through service call do the integration and if needed send same data to Analytics.

 

if more details needed, let me know

 

hope this helps.

Avatar

Level 2
It is all anonymous we don't have users signing in to the site.

Avatar

Level 9
sure. user generated content is not for logged in user only, its the approach to implement. It is not right approach to right data on publish node directly and that's why this approach was design, otherwise you can follow second option. i hope it clarifies.