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.

demandé il y a 3 mois91 vues
1 réponse
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
répondu il y a 3 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions