How to Use Product Category Mix Analysis in Squarespace: Step-by-Step Tutorial

Category: Squarespace Analytics | Reading Time: 12 minutes

Introduction to Product Category Mix Analysis

Understanding which product categories drive the most revenue is fundamental to running a successful e-commerce business on Squarespace. Product category mix analysis helps you answer critical questions: Are you over-investing in low-performing categories? Should you expand your bestselling lines? Is your inventory allocation aligned with customer demand?

Unlike simple sales reports that show total revenue, product category mix analysis reveals the underlying patterns in your business. It identifies which categories contribute disproportionately to your bottom line, which ones have the highest profit margins, and where you should focus your marketing efforts. This analytical approach transforms raw sales data into actionable insights that directly impact your profitability.

In this comprehensive tutorial, you'll learn how to perform a complete product category mix analysis for your Squarespace store. We'll walk through data extraction, preparation, analysis, and interpretation—giving you the knowledge to make confident, data-driven decisions about your product portfolio.

Prerequisites and Data Requirements

What You'll Need Before Starting

Before beginning your product category mix analysis, ensure you have the following:

Data Quality Checklist

For accurate analysis results, verify that your Squarespace data meets these quality standards:

Pro Tip: Category Structure Best Practices

Keep your category taxonomy simple with 5-15 main categories. Too few categories (2-3) won't provide enough granularity for analysis, while too many (20+) will dilute your insights. Consider grouping related items under broader categories for cleaner analysis.

Step-by-Step Analysis Process

Step 1: Export Your Squarespace Order Data

The first step is extracting your complete order history from Squarespace. This data forms the foundation of your category mix analysis.

  1. Log into your Squarespace account and navigate to Commerce → Orders
  2. Click the Export button in the upper right corner
  3. Select your date range (recommended: last 12 months for trend analysis)
  4. Choose CSV format for maximum compatibility
  5. Ensure "Include all order details" is selected
  6. Click Export Orders and download the file

Expected Output: You'll receive a CSV file named something like squarespace-orders-2024-01-01-to-2024-12-31.csv. The file should contain columns including Order Number, Date, Product Name, Category, Quantity, Price, Total, and Customer Information.

Sample Exported Data Structure:

Order Number,Date,Product Name,Category,Quantity,Unit Price,Line Total,Order Total
#1001,2024-01-15,Leather Wallet,Accessories,1,45.00,45.00,45.00
#1002,2024-01-15,Cotton T-Shirt,Apparel,2,25.00,50.00,75.00
#1002,2024-01-15,Baseball Cap,Accessories,1,25.00,25.00,75.00
#1003,2024-01-16,Yoga Mat,Fitness,1,65.00,65.00,65.00

Step 2: Prepare Your Data for Analysis

Raw export data often requires cleaning and structuring before analysis. This step ensures accuracy and prevents misinterpretation of results.

Data Cleaning Checklist:

  1. Remove Test Orders: Filter out any test transactions or cancelled orders
  2. Standardize Categories: Check for inconsistent category naming (e.g., "T-Shirts" vs "T-shirts")
  3. Handle Multi-Category Orders: Ensure line items are properly attributed to their respective categories
  4. Verify Currency Consistency: If you sell internationally, ensure all values are in the same currency
  5. Check for Missing Values: Identify and address any blank category fields

Quick Data Validation Script (Optional):

import pandas as pd

# Load your exported data
df = pd.read_csv('squarespace-orders.csv')

# Check for missing categories
missing_categories = df[df['Category'].isna()]
print(f"Orders with missing categories: {len(missing_categories)}")

# Identify unique categories
unique_cats = df['Category'].unique()
print(f"Total categories found: {len(unique_cats)}")
print("Categories:", sorted(unique_cats))

# Check date range
df['Date'] = pd.to_datetime(df['Date'])
print(f"Date range: {df['Date'].min()} to {df['Date'].max()}")

Expected Output: After validation, you should see a summary showing 0 missing categories, a list of all your category names, and confirmation of your date range. Address any issues before proceeding to analysis.

Step 3: Run Product Category Mix Analysis

Now you're ready to perform the actual analysis using the MCP Analytics platform. This automated analysis will calculate key metrics across all your product categories.

  1. Navigate to the Product Category Mix Analysis tool
  2. Upload your cleaned CSV file from Step 2
  3. Map the required fields:
    • Order Date → Date column
    • Product Category → Category column
    • Revenue → Line Total or appropriate revenue column
    • Quantity → Quantity column
  4. Configure analysis settings:
    • Select time period granularity (monthly recommended)
    • Choose whether to include returns/refunds
    • Set minimum order threshold if desired
  5. Click Run Analysis

Processing Time: Analysis typically completes in 30-60 seconds for most Squarespace stores (up to 50,000 orders). You'll see a progress indicator while the system processes your data.

Step 4: Interpret Your Results

The analysis generates multiple visualizations and metrics. Understanding each component is crucial for making informed decisions.

Key Metrics to Review:

1. Revenue Contribution by Category

This shows what percentage of total revenue each category generates. Look for your "power categories" that drive the bulk of revenue.

Sample Results:

Category          Revenue      % of Total    Orders    Avg Order Value
Apparel           $125,400     41.2%        890       $140.90
Accessories       $78,200      25.7%        1,240     $63.06
Fitness           $52,100      17.1%        420       $124.05
Home Goods        $31,800      10.4%        310       $102.58
Gift Cards        $16,500      5.4%         165       $100.00

Interpretation: In this example, Apparel dominates with 41.2% of revenue despite having fewer orders than Accessories. This suggests higher-value transactions and indicates Apparel should remain a core focus.

2. Category Performance Trends

Time-series analysis reveals whether categories are growing, stable, or declining. This helps you identify emerging opportunities and fading product lines.

What to Look For:

3. Profit Margin Analysis (If Cost Data Available)

Revenue alone doesn't tell the full story. Profit margins reveal which categories are most valuable to your business after accounting for costs.

The 80/20 Rule in Action

You'll often discover that 20% of your categories generate 80% of your profit. This doesn't mean eliminating smaller categories—they may serve important functions like driving traffic or complementing bestsellers—but it does clarify where to focus expansion efforts.

4. Category Concentration Risk

The analysis calculates a Herfindahl-Hirschman Index (HHI) to measure how concentrated your revenue is across categories. Values closer to 1.0 indicate higher concentration (more risky), while values closer to 0 indicate better diversification.

Step 5: Make Data-Driven Product Mix Decisions

Now comes the most important part: translating insights into action. Here's how to apply your analysis results to optimize your Squarespace store.

Decision Framework:

For High-Performing Categories (Top 20% by Revenue)
For Mid-Tier Categories (Middle 60% by Revenue)
For Low-Performing Categories (Bottom 20% by Revenue)

Example Decision Matrix:

Category      Revenue %   Profit Margin   Growth Trend   Action
Apparel       41.2%      32%            +15% YoY       EXPAND - Add 10 new SKUs
Accessories   25.7%      28%            +5% YoY        MAINTAIN - Optimize existing
Fitness       17.1%      35%            +25% YoY       INVEST - Increase ad spend
Home Goods    10.4%      18%            -5% YoY        REVIEW - Test promotions
Gift Cards    5.4%       5%             Flat           KEEP - Drives new customers

Step 6: Verify Your Changes

After implementing product mix adjustments, establish a monitoring system to track their impact. This creates a continuous improvement loop for your business.

Verification Checklist:

  1. Set Baseline Metrics: Record current performance before making changes
  2. Define Success Criteria: What metrics will improve if your decisions are correct?
  3. Establish Timeline: Give changes 4-8 weeks to show measurable impact
  4. Re-run Analysis: Use the same category mix analysis service after your test period
  5. Compare Results: Did revenue distribution shift as expected? Did profitability improve?

Expected Outcomes: Successful product mix optimization typically shows a 10-25% increase in revenue from expanded categories within 3 months, along with improved overall profit margins from reducing low-performing SKUs.

Ready to Optimize Your Product Mix?

Stop guessing which product categories deserve your investment. Get instant, data-driven insights into your Squarespace store's category performance with MCP Analytics.

Our Product Category Mix Analysis tool provides:

Analyze Your Product Categories Now →

No credit card required. Get results in under 60 seconds.

Common Issues and Solutions

Issue 1: "Category Field is Empty or Missing"

Symptom: Analysis fails or shows errors about missing category data.

Cause: Some products in your Squarespace store aren't assigned to categories.

Solution:

  1. Go to Commerce → Inventory in Squarespace
  2. Filter for products without categories
  3. Assign appropriate categories to all uncategorized products
  4. Wait 24 hours for changes to propagate to order exports
  5. Re-export your data and run analysis again

Issue 2: "Too Few Data Points for Meaningful Analysis"

Symptom: Warning message about insufficient data or unreliable results.

Cause: Your store is new or has very low order volume (fewer than 50 orders).

Solution:

Issue 3: "Inconsistent Category Names Detected"

Symptom: Analysis shows duplicate-looking categories like "Apparel," "apparel," and "APPAREL" as separate entities.

Cause: Category naming inconsistencies in Squarespace or during data export.

Solution:

  1. Open your CSV file in a spreadsheet program
  2. Use Find & Replace to standardize category names (capitalize consistently)
  3. Create a category mapping document for future reference
  4. In Squarespace, standardize category names to prevent future issues

Issue 4: "Revenue Numbers Don't Match Squarespace Dashboard"

Symptom: Total revenue in analysis differs from Squarespace's built-in reports.

Cause: Different handling of refunds, taxes, or shipping fees.

Solution:

Issue 5: "Analysis Shows Extreme Seasonality"

Symptom: Category performance fluctuates wildly month-to-month.

Cause: This might not be an issue—many categories have genuine seasonal patterns.

Solution:

Still Having Issues?

If you encounter problems not covered here, check your data export settings in Squarespace and ensure you're downloading complete order details. The analysis requires at minimum: date, category, and revenue fields to function properly.

Next Steps with Squarespace Analytics

Product category mix analysis is just the beginning of optimizing your Squarespace store with data. Here are recommended next steps to deepen your analytical capabilities:

1. Customer Segmentation Analysis

Now that you understand which categories perform best, discover which customer segments prefer which categories. This enables targeted marketing campaigns and personalized product recommendations.

2. Time-Series Forecasting

Build on your category trends to forecast future demand. This improves inventory planning and helps you avoid both stockouts and overstock situations. Learn more about time-based analytical approaches in our Accelerated Failure Time (AFT) guide.

3. Cohort Analysis

Track how customer behavior evolves over time. Do first-time buyers in certain categories have higher repeat purchase rates? Understanding these patterns refines your customer acquisition strategy.

4. Advanced Predictive Analytics

Apply machine learning techniques to predict which new products will succeed, which customers are at risk of churning, and how to optimize pricing. Our article on AdaBoost for data-driven decisions provides an introduction to ensemble methods for prediction.

5. Automated Analysis Pipelines

Manual monthly analysis works initially, but as your business grows, automation becomes essential. Explore AI-first data analysis pipelines to streamline your analytics workflow and get insights in real-time.

Recommended Analysis Frequency

By making analytics a regular part of your business operations, you'll develop an intuitive understanding of what drives performance and be able to act quickly when opportunities or challenges arise.

Conclusion

Product category mix analysis transforms how you make decisions about your Squarespace store. Instead of relying on intuition or anecdotal evidence, you now have a systematic, data-driven approach to understanding what's working and where to invest your resources.

The process—export, prepare, analyze, interpret, act, verify—creates a virtuous cycle of continuous improvement. Each analysis builds on the last, deepening your understanding of your business and your customers.

Remember that analysis without action is just interesting data. The real value comes from implementing changes based on your insights and measuring their impact. Start small, test your assumptions, and scale what works.

Ready to take control of your product strategy? Start your product category mix analysis now and discover which categories deserve more of your attention—and which ones might be holding you back.

Explore more: Squarespace Analytics — all tools, tutorials, and guides →