Product Recommendation for Personalization | Community
Skip to main content
RaghavAggarwal
Level 2
September 23, 2025
Question

Product Recommendation for Personalization

  • September 23, 2025
  • 2 replies
  • 585 views

I want to know how we can achieve the below requirement for the personalization from recommendation.
We have to personalize the products through the recommendation in the carousel where the male products are visible to male visitors, female products are visible to female visitors and also on the basis for the geo location like if the person is from bangalore than the person should have the most viewed product from Bangalore city only i.e. recommending the products as per the user location.
If the above is possible than how we can do these things. I have checked it might be possible with the profile attribute matching or profile matching filter but I am not getting the proper steps for this.

2 replies

TNxx
Level 3
September 23, 2025

Hi @raghavaggarwal ,

You can use profile attribute matching option in criteria. Refer to this link for more details- How Do I Filter by Profile Attribute Matching In Recommendations Activities? | Adobe Target

RaghavAggarwal
Level 2
September 23, 2025

Hi @tnxx, I have visited the link but unable to create the same. Could you please update me the steps and profile script code.

TNxx
Level 3
September 23, 2025

You can create profile scripts to return the gender and geolocation of user. Then in recommendations criteria, add those scripts.

Gokul_Agiwal
Community Advisor
Community Advisor
September 23, 2025

Hi @raghavaggarwal  

 

Yes the above use case is possible through recommendation. 

Here are the high level overview. 

1) First capture the user gender and user location (city) as profile parameter and store them 

2) Make sure in your product catalogue ( uploaded via Feed or API) you include the Entity.gender and Entity.city 

3) Setup a profile matching rules - https://experienceleague.adobe.com/en/docs/target/using/recommendations/criteria/dynamic-static/profile-attribute-matching 

 

Thanks

RaghavAggarwal
Level 2
September 24, 2025

Hi @gokul_agiwal, I want to know which approach is correct either the profile attribute matching or the parameter matching.
Could you please share the profile script code or how to create it if it is the profile attribute matching?

Gokul_Agiwal
Community Advisor
Community Advisor
November 8, 2025

Hi @raghavaggarwal  Sorry for delay somehow this is missed. Did you able to solve this issue?