Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Remove duplicate products from returning in same Mbox location?

Avatar

Level 1

Hi! Is there a way to remove products with the same/similar Title from appearing in the same Rec location? For example, we have Group Products which consist of multiple "child" items. All have similar product Titles, but slightly different wording/sizes. For example, these are all under the same parent #.

PurplePlus Mattress with GelFlex Grid

PurplePlus Mattress with GelFlex Grid - Twin Twin

PurplePlus Mattress with GelFlex Grid - Full Full

When all of these appear in the Recommendation location, they overwhelm the carousel and it is a bad customer experience. Is there a way to deduplicate similar products from appearing?
 
AND also, remove them from duplicating on the same PAGE as well?
Thanks!
 
2 Replies

Avatar

Level 4

Adobe Target Recommendations doesn’t automatically dedupe “near-duplicate” items like product variants, so you’ll need to control that at either the feed or design/criteria level.

 

Options to consider:

Feed-level grouping (preferred):

  • Pass a parent or group ID (e.g., parentSKU) in your product catalog feed.
  • Update your recommendation criteria or design to filter by this parent ID so only one child shows.
  • This ensures variants (Twin, Full, Queen) collapse into a single entity in recs.

Exclusion rules:

  • Use Target’s exclusion rules to filter out SKUs that share the same parent ID or meet certain attribute conditions.
  • This can also help prevent the same product from appearing more than once on a page.

Custom logic in design template:

  • Alternatively, in the design code, check for duplicate title/parentSKU values and suppress rendering duplicates within the same slot.
  • Useful if feed updates aren’t possible right away.

Page-level dedupe:

  • Use the “Do not repeat items on the same page” option in criteria, which avoids recommending the same SKU in multiple rec slots on a single page.
  • Combined with grouping logic, this prevents overlap across carousels/locations.

It is always good to structure your feed that best represents parent/child product relationship in your catalog feed and key your recommendations on the parent product. This way customers see just one representative item in the carousel, not every size/variant.

Avatar

Level 1

Thank you so much for this valuable information!

I'm currently interested in the Page-level dedupe. I do not see the “Do not repeat items on the same page” option in criteria. Where would I find this? Thanks!