Lab 01: E-Commerce Business Model Analysis¶
| Field | Details |
|---|---|
| Course | ITEC-442 โ Electronic Commerce |
| Week | 1 |
| Difficulty | โญโญ Intermediate |
| Estimated Time | 75 minutes |
| Topic | E-Commerce Foundations & Business Models |
| Prerequisites | None โ research and writing lab |
| Deliverables | business_model_analysis.md, value_canvas.md, network_effects.md |
Overview¶
E-commerce success depends on choosing the right business model, building a compelling value proposition, and exploiting network effects before competitors do. In this lab you will classify and analyze five real companies using structured frameworks from Week 1, compute basic financial metrics, and build a value proposition canvas for a business of your choice.
Part A โ Company Classification (20 pts)¶
Research and classify each of the following companies. For each, fill out the table in business_model_analysis.md:
| Company | Primary Model | Secondary Models | Revenue Streams | Pure-Play / Click-and-Mortar / Brick-and-Mortar |
|---|---|---|---|---|
| Amazon | ||||
| Etsy | ||||
| Salesforce | ||||
| Airbnb | ||||
| Shopify |
Model taxonomy (from Week 1): B2C, B2B, B2G, C2C, C2B, B2B2C, D2C
For each company also answer: 1. What is the primary value proposition โ is it selection, price, convenience, customization, or community? 2. Who are the two sides of the platform (if a marketplace)? Who is the buyer and who is the seller? 3. Name one direct competitor and explain what differentiates the company from it.
Part B โ Revenue Model Deep Dive (20 pts)¶
Choose one company from Part A. Research and document its full revenue model in business_model_analysis.md:
- Revenue streams โ list every way the company makes money (subscription, transaction fees, advertising, licensing, etc.) with approximate percentage of total revenue for each
- Cost structure โ what are the major cost categories? (COGS, fulfillment, R&D, marketing, G&A)
- Unit economics โ find or estimate:
- Customer Acquisition Cost (CAC)
- Average Order Value (AOV)
- Gross Margin %
- Customer Lifetime Value (CLV) using the formula:
CLV = (AOV ร Purchase Frequency ร Gross Margin) / Churn Rate - Profitability analysis โ is the company profitable? If not, what is its path to profitability?
Cite all data sources (annual report, 10-K, Statista, etc.).
Part C โ Value Proposition Canvas (25 pts)¶
Create value_canvas.md for a real or hypothetical e-commerce business of your choice (not one of the Part A companies). Use the Value Proposition Canvas framework:
# Value Proposition Canvas โ [Company Name]
## Customer Profile
### Customer Jobs
(What tasks are customers trying to accomplish? Functional, social, emotional.)
- Job 1: ...
- Job 2: ...
- Job 3: ...
### Customer Pains
(What frustrates customers before, during, or after trying to get the job done?)
- Pain 1: ...
- Pain 2: ...
- Pain 3: ...
### Customer Gains
(What outcomes do customers want? What would delight them?)
- Gain 1: ...
- Gain 2: ...
- Gain 3: ...
## Value Map
### Products & Services
(What does the company offer?)
- ...
### Pain Relievers
(How does the product/service reduce customer pains?)
- Pain Reliever 1: [addresses Pain X] ...
- Pain Reliever 2: ...
### Gain Creators
(How does the product/service create customer gains?)
- Gain Creator 1: [addresses Gain X] ...
- Gain Creator 2: ...
## Fit Assessment
(Where is there strong fit between value map and customer profile? Where are gaps?)
- Strong fit: ...
- Gaps: ...
- Recommended improvements: ...
Part D โ Network Effects Analysis (20 pts)¶
Create network_effects.md. Choose one platform company (from any industry) that exhibits strong network effects.
Answer the following:
- Type of network effects โ which type(s) apply?
- Direct (same-side): more users โ more value for same users
- Indirect (cross-side): more users on side A โ more value for side B
- Data network effects: more usage โ better product โ more users
-
Social network effects: identity/status tied to platform
-
Cold start problem โ how did the company solve it? (e.g., targeted seeding, geographic expansion, subsidy one side)
-
Quantify the effect โ use any publicly available data to estimate the magnitude of network effects. For example: "Every 10% increase in seller count on Etsy correlates with a X% increase in buyer retention" (cite source or use a proxy metric).
-
Defensibility โ what would it take for a competitor to break these network effects? Is multi-homing possible?
Part E โ Long Tail Analysis (15 pts)¶
The long tail theory (Chris Anderson) states that e-commerce enables profitable sales of niche products that physical retail cannot stock.
Pick one of these sectors and find data to support or challenge the long tail theory in that sector: - Music streaming (Spotify) - Book sales (Amazon Kindle) - Video (YouTube) - App stores (Apple App Store)
Write 3โ4 paragraphs in business_model_analysis.md that: - Define what the "head" and "tail" look like in this sector - Present actual data (top 1% of titles vs rest) - Argue whether the long tail is growing or shrinking in this sector - Explain the business model implications
Submission Checklist¶
- [ ]
business_model_analysis.mdโ Parts A, B, E complete - [ ]
value_canvas.mdโ complete canvas with fit assessment - [ ]
network_effects.mdโ complete analysis with data citation
Grading¶
| Component | Points |
|---|---|
| Part A โ Company classification (5 companies, all fields) | 20 |
| Part B โ Revenue model deep dive (CLV formula applied) | 20 |
| Part C โ Value proposition canvas (all sections, fit assessment) | 25 |
| Part D โ Network effects analysis (type, cold start, quantified) | 20 |
| Part E โ Long tail analysis (data-supported, 3+ paragraphs) | 15 |
| Total | 100 |