How lapsed gets defined
The definition of lapsed determines everything downstream, and the default definition — a fixed number of days for everybody — is wrong for most of the list in one direction or the other.
Key takeaways
- Use the customer’s own median interval for that product, not a global number.
- Two and a half times their gap is a defensible line and is a judgement, not a law.
- Seasonal products need the season, not the interval.
- Fewer than three orders means no interval; those customers are handled separately or not at all.
- A customer who bought once is not a lapsed customer, and treating them as one is a category error.
One threshold, two failures
The interval that matters is theirs
Take the median gap between that customer’s orders of that product. Median rather than mean, because one long holiday gap distorts an average and does not distort a median. Per product rather than overall, because somebody who buys a consumable monthly and furniture every four years has two intervals and averaging them describes neither.
Then lapsed is roughly two and a half times that median with no order. For the weekly buyer that is about eighteen days; for the annual buyer it is two and a half years. Both of those feel right to anybody who knows the customer, which is the test.
Where the multiplier comes from
It is a judgement, and it is worth saying so rather than dressing it up. Below about two times, you are contacting people who are merely a bit late and the message reads as pestering. Above about three, the relationship has cooled enough that a reminder no longer works and you need the harder conversation.
Two and a half sits in the middle and should be adjustable per product category, with the value visible in the configuration rather than buried in code. Somebody will want to change it, and the argument about what it should be is a better argument to have explicitly.
The customers with no interval
- Compute
- App integration
- Security & identity
- Management
- Analytics
- People
One-time buyers are not lapsed
In most businesses they are the largest group by a wide margin, and calling them lapsed is a category error with practical consequences: the message that works for a two-year customer who stopped is completely wrong for somebody who bought once eighteen months ago and may not remember doing it.
The honest answer is that they are a different campaign, with a different message, and quite possibly not worth running at all. Excluding them keeps the win-back list small and its response rate high, which is what makes the whole thing worth doing.
Seasonal products
Somebody who buys garden furniture every May has an interval of a year, but they are not lapsed in February; they are waiting for spring. Seasonal products need the season as the unit: lapsed means the season came and went without an order.
Seasonality is a property of the product, set once by somebody who knows the business, not something to be inferred from thin per-customer data. Two orders in two consecutive Mays is not enough evidence to conclude anything, and an inference engine confident enough to try will also be confident about noise.
Next: whether to contact them at all.
All posts