Is AWS personalize the right tool?

0

Hello,

I have an e-commerce site and want to start showing related products there. Products are related because they have a similar title, description or image, for example. Most users are not logged in while using the site. Is AWS Personalize a good option to get this done? And if so, how do I get this done without user interaction being important for determining the related products but the product data determining it.

질문됨 3달 전100회 조회
1개 답변
0

Hi

Amazon Personalize allows you to record events for anonymous users to build a continuous event history with events from before and after they log in. To record events for anonymous users, you can use the PutEvents API without a userId to send in new interactions for an anonymous user. Afterward, you can invoke the GetRecommendations API with the sessionId as the userId to retrieve personalized recommendations for the session. For more information, pls refer this.

Alternatively, if you have any specific way to identify a unique user [without them logging in] & capture their click-stream actions to send to personalise you should be able to generate recommendations. As an example, IP targeting in digital marketing works this way.

Thanks, Rama

profile pictureAWS
Rama
답변함 3달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠