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

Show personalized images for subsequent visits if user visited PDP page in last visit

Avatar

Level 2

hi target experts,

 

We are new to Adobe Target and trying to check if the below use-case is possible with Adobe Target.

 

  1. Users gets into the landing page, Default banner will be shown.
  2. Then user navigated to Product Description page and clicked on color variants of the products and exits website.
  3. Next time when the user gets into landing page, we need to show the product image as a banner in the landing page.

Note: Website runs on AEM and we have integrated AEM with Adobe Target to export Experience Fragments.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hi @shyams67489715  - assuming that your product-catalogue contains multiple products and you would like to show the banner mentioned in step 3 dynamically, there could be 2 options:

1. Use Adobe Target Recommendations: Upload the meta-data about all products to Recommendations. On the PDP page, pass the product-id of the product to Adobe Target. On the landing page, setup a Recommendations based activity using "most recently viewed product" and create the banner as Recommendation design.

This will be a completely scalable solution as you can keep adding/removing products to product-catalogue.

 

2. Using AEM Fragments: I am not an AEM expert  - however the possible solution would be to pass the last viewed product-id to AEM (you can store that in cookie) and then map it to Experience Fragment. If the number of products is high, you may have to create loads of mappings between products and experience fragments. 

 

Hope this helps,

 

Regards

Rajneesh

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

hi @shyams67489715  - assuming that your product-catalogue contains multiple products and you would like to show the banner mentioned in step 3 dynamically, there could be 2 options:

1. Use Adobe Target Recommendations: Upload the meta-data about all products to Recommendations. On the PDP page, pass the product-id of the product to Adobe Target. On the landing page, setup a Recommendations based activity using "most recently viewed product" and create the banner as Recommendation design.

This will be a completely scalable solution as you can keep adding/removing products to product-catalogue.

 

2. Using AEM Fragments: I am not an AEM expert  - however the possible solution would be to pass the last viewed product-id to AEM (you can store that in cookie) and then map it to Experience Fragment. If the number of products is high, you may have to create loads of mappings between products and experience fragments. 

 

Hope this helps,

 

Regards

Rajneesh