- Experiment ID
2026-05-collectibles-collection-page- Experiment Type
- apex / user
- Analysis Summary
- Enables collection-specific detail pages inside Shop.
- Why It Matters
- This affects whether users can open a shared collection link directly into the right Shop collection.
- Detailed Description
- The Collectibles Shop route decides whether collection detail URLs should be handled separately.
- When enabled, a URL with a collection id opens that collection detail page; missing ids fall back to the Shop page.
- Focus Area
- Shop collection detail pages
- Importance
- medium
- Default Config
{
"useIndexPage": false
}- Variations
{
"0": {
"useIndexPage": false
},
"1": {
"useIndexPage": true
}
}