Claude
Skills
Sign in
Back

product-analytics

Included with Lifetime
$97 forever

Track product performance with sell-through rates, views-to-purchase conversion, dead stock identification, and category-level reporting

data-analyticsproduct-analyticssell-throughdead-stockinventoryperformancepdpmerchandisingcatalog

What this skill does


# Product Analytics

## Overview

Product analytics reveals which products drive revenue, which are overstocked, and which product pages are losing shoppers before they add to cart. The core analyses — sell-through rate, dead stock identification, PDP conversion funnel, and category performance — give your buying and merchandising team the data they need to make confident reorder, markdown, and catalog decisions.

This skill guides you through running these analyses using your platform's built-in tools and dedicated apps, without building custom data pipelines.

## When to Use This Skill

- When the buying team needs a weekly sell-through report to decide on reorders and markdowns
- When building a product performance dashboard for merchandisers
- When identifying dead stock that ties up capital
- When measuring which products have high views but low add-to-cart rates
- When ranking products for collection page sorting based on performance data
- When generating a catalog health report before a seasonal reset

## Core Instructions

### Step 1: Choose your product analytics tool by platform

| Platform | Tool | What It Provides |
|----------|------|-----------------|
| **Shopify** | **Shopify Analytics** (built-in) | Product-level revenue, units sold, sell-through (if cost entered); free |
| **Shopify** | **Inventory Planner** (App Store) | Sell-through rates, days of supply, reorder recommendations, dead stock alerts |
| **Shopify** | **Google Analytics 4** (via Shopify's GA4 integration) | PDP views, add-to-cart rate, checkout funnel by product |
| **WooCommerce** | **WooCommerce Analytics** (built-in) | Product revenue, units sold, orders by product; free |
| **WooCommerce** | **Metorik** | Advanced product analytics including sell-through, cohort analysis by product, and dead stock reports |
| **BigCommerce** | **BigCommerce Analytics → Merchandising** (built-in) | Product revenue, units sold, and conversion rate by product |
| **BigCommerce** | **Glew.io** (App Marketplace) | Advanced sell-through, dead stock, and product lifecycle analytics |
| **All platforms** | **Google Analytics 4 + enhanced ecommerce** | Views-to-cart-to-purchase funnel by product; requires GA4 setup with ecommerce tracking |

### Step 2: Analyze sell-through rate

Sell-through rate measures how much of received inventory has been sold:
```
Sell-through % = Units Sold / (Units Sold + Units On Hand) × 100
```

A product at 80%+ sell-through is performing well. Below 30% after 60+ days suggests slow movement.

---

#### Shopify

**Using Shopify Analytics:**
1. Go to **Analytics → Reports → Inventory sold and remaining** (this is the sell-through report)
2. Set the date range to the product's launch date or the beginning of the season
3. The report shows: Units received, Units sold, Units remaining, and % sold for each variant
4. Export to CSV for detailed analysis

**Using Inventory Planner:**
1. Install **Inventory Planner** from the Shopify App Store
2. Go to **Inventory Planner → Reports → Sell-Through** — shows sell-through rate by product and variant
3. Go to **Inventory Planner → Reports → Days of Supply** — shows how many days of stock remain at current sales velocity
4. Go to **Inventory Planner → Replenishment** — automatically recommends reorder quantities and timing

**Key sell-through benchmarks by category:**
- Fashion/seasonal items: Target 70%+ sell-through by end of season; anything below 40% at season end needs markdown
- Evergreen/perennial basics: 50–70% sell-through is normal (higher in-stock availability is intentional)
- Perishables/consumables: 85%+ (low days of supply is the goal)

---

#### WooCommerce

**Using WooCommerce Analytics:**
1. Go to **WooCommerce → Analytics → Products**
2. Set date range to the period you want to analyze
3. View: Revenue, Quantity, Average price, Orders by product
4. Export to CSV; calculate sell-through manually by dividing quantity sold by (quantity sold + current stock)

**Using Metorik:**
1. Go to **Metorik → Products** — view all products with revenue, units sold, and refund data
2. Apply the **Slow Moving** filter to identify products with low recent sales relative to their stock levels
3. Create a **Segment** in Metorik for "products with 0 sales in the last 60 days" and monitor regularly

---

#### BigCommerce

1. Go to **Analytics → Merchandising → Products** — shows revenue, units sold, and conversion rate per product
2. Go to **Analytics → Merchandising → Inventory** — shows current stock levels alongside recent sales velocity
3. Install **Glew.io** for sell-through rate calculations and dead stock alerts with automated weekly digest emails

---

### Step 3: Identify dead stock

Dead stock is inventory that has been on hand for a long time with minimal or no sales. It ties up working capital, occupies warehouse space, and often requires markdowns to liquidate.

**Dead stock criteria (adjust by category):**
- Fashion/seasonal: On hand 60+ days + sell-through < 20%
- Evergreen basics: On hand 120+ days + sell-through < 15%
- High-value items: On hand 90+ days + inventory value > $500

**Finding dead stock by platform:**

**Shopify:**
1. Go to **Analytics → Reports → Inventory sold and remaining** — filter for products with > 90 days since first available AND sell-through < 20%
2. Alternatively, install **Inventory Planner** → go to **Reports → Excess Inventory** for automated dead stock identification with capital-at-risk calculation

**WooCommerce:**
1. Go to **WooCommerce → Analytics → Products** — sort by "units sold ascending" to find products with minimal recent sales
2. Cross-reference with **WooCommerce → Products → Inventory** for current stock levels
3. Metorik makes this easier: go to **Metorik → Products → Filter by: 0 sales in last 90 days AND stock > 0**

**Dead stock action guide:**

| Days on Hand | Sell-Through | Recommended Action |
|-------------|-------------|-------------------|
| 60–90 days | < 20% | 10–15% markdown; add to promotional emails |
| 91–120 days | < 15% | 20–25% markdown; feature in collections and homepage |
| 120–180 days | < 10% | 30–40% markdown; run dedicated clearance campaign |
| 180+ days | < 5% | 40–50% markdown or bundle with fast-movers; consider liquidation if markup still negative |

### Step 4: Measure product page conversion (Views → ATC → Purchase)

A product with high traffic but low add-to-cart rate signals a page problem: pricing, description, images, or reviews.

**Setting up product-level funnel tracking:**

All platforms require Google Analytics 4 with Enhanced Ecommerce for PDP conversion tracking.

**Shopify:**
1. Go to **Shopify → Online Store → Preferences → Google Analytics** and add your GA4 Measurement ID
2. Or install **Google & YouTube** from the Shopify App Store (recommended — includes server-side events)
3. In GA4, go to **Reports → Monetization → Ecommerce purchases** → filter by item to see views, add-to-carts, and purchases per product
4. For a funnel view: go to **GA4 → Explore → Funnel exploration** and build a funnel: `view_item` → `add_to_cart` → `begin_checkout` → `purchase`; dimension by `item_name`

**WooCommerce:**
1. Install **Google Analytics for WooCommerce by MonsterInsights** or **Site Kit by Google** — both send WooCommerce product events to GA4 automatically
2. View product funnel the same way as Shopify in GA4

**BigCommerce:**
1. Go to **BigCommerce → Analytics → Marketing → Connected Channels → Google Analytics** and enable Enhanced Ecommerce
2. View product funnel in GA4

**Key PDP conversion benchmarks:**
- PDP view → Add to cart: 5–15% is typical; below 3% warrants investigation
- Add to cart → Purchase: 40–60% is typical

**What low add-to-cart rate usually means:**
- Price is too high relative to perceived value → A/B test price or add value (bundle, guarantee)
- Product images are poor quality or show the product unclearly → Improve photography
- Description does not address customer objections → Add FAQ section, siz

Related in data-analytics