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.

asked 3 months ago85 views
1 Answer
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
answered 3 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions