Courses

Documentation-first catalog

Type-ahead search scopes titles, summaries, and categories. Filters mirror the five dimensions we use during intake so operators can self-serve before booking a walkthrough.

Search

Scope: titles + summaries Live filter

Language switcher

Toggle the pseudo-language for inline snippets.

Filtered rows

9 visible

Cover for Attribution Lab for Shopify Plus
Attribution 5 weeks · async + two live clinics

Attribution Lab for Shopify Plus

Rebuild channel credit with blended models, incrementality checks, and a reconciled spend ledger.

SELECT cohort, SUM(revenue_krw)
FROM attribution_lab_shopify_plus
WHERE channel <> 'unknown';
Cover for Retention Signals for Subscription Boxes
Retention Analytics 4 weeks · async

Retention Signals for Subscription Boxes

Turn renewal curves, SKU affinity, and support tickets into a single retention dashboard narrative.

SELECT cohort, SUM(revenue_krw)
FROM retention_signals_subscription
WHERE channel <> 'unknown';
Cover for Ecommerce P&L Reporting Sprint
Ecommerce Reporting 3 weeks · sprint

Ecommerce P&L Reporting Sprint

Translate Shopify, payouts, and ad spend into contribution margin statements operators can defend.

SELECT cohort, SUM(revenue_krw)
FROM ecommerce_pl_reporting_sprint
WHERE channel <> 'unknown';
Cover for Creative Fatigue Measurement Studio
Creative Measurement 3 weeks · async

Creative Fatigue Measurement Studio

Score creative performance with velocity, frequency, and profit guardrails instead of thumb rules.

SELECT cohort, SUM(revenue_krw)
FROM creative_fatigue_measurement
WHERE channel <> 'unknown';
Cover for Forecasting Merchandise with Honest Bands
Forecasting 5 weeks · cohort

Forecasting Merchandise with Honest Bands

Build rolling forecasts with confidence bands that ops and finance can share without magical precision.

SELECT cohort, SUM(revenue_krw)
FROM forecasting_merchandise_bands
WHERE channel <> 'unknown';
Cover for Post-Purchase Email Instrumentation
Retention Analytics 3 weeks · async

Post-Purchase Email Instrumentation

Wire transactional and lifecycle email events so retention reporting stops guessing opens.

SELECT cohort, SUM(revenue_krw)
FROM post_purchase_email_instrumentation
WHERE channel <> 'unknown';
Cover for Retail Media Overlay for DTC Catalogs
Ecommerce Reporting 4 weeks · hybrid

Retail Media Overlay for DTC Catalogs

Layer retail media experiments onto your DTC catalog without pretending retail ROAS equals site ROAS.

SELECT cohort, SUM(revenue_krw)
FROM retail_media_overlay_dtc
WHERE channel <> 'unknown';
Cover for Incrementality Briefing for Lean Teams
Attribution 2 weeks · intensive

Incrementality Briefing for Lean Teams

Design lightweight geo and pause tests when you cannot afford a full experimentation platform.

SELECT cohort, SUM(revenue_krw)
FROM incrementality_briefing_lean_teams
WHERE channel <> 'unknown';
Cover for Operator Analytics Office Hours Pack
Attribution 6 sessions · 8 weeks window

Operator Analytics Office Hours Pack

Six structured office hours blocks to unblock dashboards, joins, and narrative arguments.

SELECT cohort, SUM(revenue_krw)
FROM operator_analytics_office_hours
WHERE channel <> 'unknown';