Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Recommendations : Show recommendations on the basis of previous purchase history of "The User"

Avatar

Community Advisor

Hi Team,

 

As a part of recommendations, we want to show the recommended items to a loggedIn user on the basis of his purchase history and not on the basis of purchase history of all users.

For example, If a user John has redeemed few offers on the website then I would like to show John similar offers on the website. The recommended offers must be 'similar' to the offers John has  redeemed in past. The Recommended offers must not include the redeemed history of other users.

 

How do we maintain the user profile in the recommendations ?

 

Thank you in advance for your suggestions.

 

Regards,

Ambika

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @ambikaTewari_ATCI ,

 

Recommendations can be shown using the Custom profile attribute. You need to have the offer codes in the entity.id parameter. when the user applies the offer code, trigger the offer code in the profile attribute. Use that profile attribute to show the recommendations.

 

adobe.target.trackEvent({ "mbox": "clicked-cta", "params": { "profile.param1": "value1" } })

 

FYR-

https://docs.adobe.com/content/help/en/target/using/recommendations/criteria/base-the-recommendation...

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi @ambikaTewari_ATCI ,

 

Recommendations can be shown using the Custom profile attribute. You need to have the offer codes in the entity.id parameter. when the user applies the offer code, trigger the offer code in the profile attribute. Use that profile attribute to show the recommendations.

 

adobe.target.trackEvent({ "mbox": "clicked-cta", "params": { "profile.param1": "value1" } })

 

FYR-

https://docs.adobe.com/content/help/en/target/using/recommendations/criteria/base-the-recommendation...