Product catalog
Your uploaded products, matched to the AI carousel placements engines showed, with per-product micro-bars, category filtering, and safe deletes.
The catalog is where "the products I sell" meets "the products the AI shelf featured." It is your uploaded product list, joined to the real placements engines showed. Each product carries its own record of where it landed. You can see at a glance which ones win slots and which are invisible.
What it does
Each row is a product you imported, matched to the placements it earned. The list is built to be scanned. A category filter narrows it. Micro-bars on each row sum up where that product landed.
How to use it
- The catalog lists up to 200 rows, with category-prefix filtering to narrow the view.
- Each product shows micro-bars for its matched placements.
- You can edit or delete a product.
Deleting a product only unlinks it. Its placements keep their captured data. The link is set to null, not deleted. A catalog cleanup never destroys shelf history you already collected.
To add products, use Imports.
How it's computed
Category filtering uses a prefix match, not a wildcard LIKE. Your category paths can contain wildcard characters themselves. A naive LIKE would let a category name act as a pattern by accident. The prefix match avoids that.
Catalog-to-placement matching is strict on purpose. A product links to a placement only when there is at least 80% title-token containment with at least 2 shared tokens and a brand-or-URL-host gate passes. The rule is built to under-match rather than guess. A missed link can be fixed. A wrong link quietly corrupts your numbers.
Importing runs a 30-day backfill. New imports link only previously unattributed placements from the last 30 days. Backfilling never steals a placement already matched to another product.
Limits
- 200-row display cap on the catalog list.
- Matching under-matches by design. Two very different titles for the same product may not link.