Introduction
When businesses run marketing campaigns, they want to know if their ads actually cause more sales or just reach people who would buy anyway. Incrementality testing helps solve this by measuring the true impact of marketing efforts.
Imagine two groups of people in a town: one group receives flyers about a new bakery, and the other does not. By comparing how many people from each group buy bread, the bakery owner can see if the flyers actually brought in more customers.
┌───────────────┐ ┌───────────────┐
│ Population │ │ Population │
│ (All users) │ │ (All users) │
└──────┬────────┘ └──────┬────────┘
│ │
│ Randomly split │ Randomly split
│ │
┌──────▼───────┐ ┌─────▼───────┐
│ Test Group │ │ Control │
│ (Sees ads) │ │ Group │
└──────┬───────┘ └─────┬───────┘
│ │
│ Measure results │ Measure results
│ │
┌──────▼────────┐ ┌──────▼────────┐
│ Sales from │ │ Sales from │
│ Test Group │ │ Control Group │
└──────┬────────┘ └──────┬────────┘
│ │
└─────────Subtract──────┘
│
┌────────▼────────┐
│ Incremental │
│ Impact (Lift) │
└─────────────────┘