Skip to content

USF-2163: Further development of Storefront Builder content #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions _drafts/_content-authoring.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Authoring with Storefront Builder
description: Learn about the content authoring capabilities of the Storefront Builder.
---

The Commerce Storefront Builder powered Edge Delivery Services empowers content authors (marketers and merchandisers) to create, optimize, and deliver exceptional user experiences without IT dependencies. The platform enables content creators to:

- **Create and optimize content** using preferred authoring methods with real-time preview and publishing capabilities
- **Schedule campaigns** for future activation and deployment
- **Monitor performance** with detailed analytics and easy rollback functionality for changes
- **Enable shoppable experiences** across all content touchpoints
- **Measure merchandising effectiveness** through comprehensive performance tracking
- **Implement A/B testing** with experimentation tools and detailed instrumentation via Project Beacon
- **Access merchandising tools** through an extensive marketplace of tactics and strategies
- **Optimize traffic acquisition** to improve profit margins
- **Leverage advanced SEO** with state-of-the-art organic search tactics, including Signed Exchanges (SXG)

## Supported Use Cases

The Storefront Builder supports a comprehensive range of merchandising and content management use cases:

### Content Management
- **Preview and scheduling**: Merchants can preview changes to Product Listing Pages (PLP) and Product Detail Pages (PDP), and schedule publishing for these pages or specific changes
- **Content targeting**: Create content blocks and link them to rules for conditional display based on active campaigns or customer criteria

### Customer Segmentation and Targeting
- **Cart rules**: Create targeted cart rules for specific customer segments using both Commerce segments and Adobe Experience Platform (AEP) segments
- **Catalog rules**: Implement catalog rules targeted to customer groups (logged-in users vs. guests) using Commerce segments
- **Page targeting**: Target PLP and PDP pages to specific customer groups using Commerce segments
- **Content block targeting**: Target content blocks to customer segments using both Commerce and AEP segmentation

### Merchandising Control
- **Product sorting**: Create rules that affect the sorting order of the product catalog
- **Performance tracking**: Monitor which merchandising tactics deliver results and optimize accordingly
134 changes: 75 additions & 59 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -136,65 +136,7 @@ async function config() {
plugins: [
starlightSidebarTopics([
{
label: 'Merchants',
link: 'merchants/storefront-builder/',
icon: 'seti:svg',
items: [
{
label: 'Storefront Builder',
items: [
{
label: 'Introduction',
link: 'merchants/storefront-builder/'
},
],
},
{
label: 'Storefront Customization',
items: [
{
label: 'Introduction',
link: 'merchants/get-started/'
},
{
label: 'Enrichment',
link: 'merchants/get-started/enrichment/'
},
{
label: 'Experiments',
link: 'merchants/get-started/experiments/'
},
{
label: 'Personalization',
link: 'merchants/get-started/personalization/'
},
{
label: 'Product recommendations',
link: 'merchants/get-started/product-recommendations/'
},
{
label: 'Terms and conditions',
link: 'merchants/get-started/terms-and-conditions/'
},
],
},
{
label: 'Multistore',
items: [
{
label: 'Introduction',
link: 'merchants/multistore/'
},
{
label: 'Content localization',
link: 'merchants/multistore/content-localization/'
},
],
},
],
},
{
label: 'Developers',
label: 'Storefront Developers',
link: '/get-started/',
icon: 'seti:json',
items: [
Expand Down Expand Up @@ -656,6 +598,80 @@ async function config() {
},
],
},
{
label: 'Storefront Authors',
link: 'merchants/storefront-builder/',
icon: 'seti:svg',
items: [
{
label: 'Storefront Builder',
items: [
{
label: 'Create your content',
link: 'merchants/storefront-builder/'
},
{
label: 'Using the Document Authoring tool',
link: 'merchants/storefront-builder/document-authoring/'
},
{
label: 'Using the Visual Editor',
link: 'merchants/storefront-builder/visual-editor/'
},
{
label: 'Using Product Visuals',
link: 'merchants/storefront-builder/product-visuals/'
},
{
label: 'Using Content and Commerce blocks',
link: 'merchants/storefront-builder/content-commerce-blocks/'
},
],
},
{
label: 'Content customizations',
items: [
{
label: 'Introduction',
link: 'merchants/get-started/'
},
{
label: 'Enrichment',
link: 'merchants/get-started/enrichment/'
},
{
label: 'Experiments',
link: 'merchants/get-started/experiments/'
},
{
label: 'Personalization',
link: 'merchants/get-started/personalization/'
},
{
label: 'Product recommendations',
link: 'merchants/get-started/product-recommendations/'
},
{
label: 'Terms and conditions',
link: 'merchants/get-started/terms-and-conditions/'
},
],
},
{
label: 'Multistore',
items: [
{
label: 'Introduction',
link: 'merchants/multistore/'
},
{
label: 'Localization',
link: 'merchants/multistore/content-localization/'
},
],
},
],
},
{
label: 'Drop-in SDK',
badge: 'Beta',
Expand Down
Loading