RFM score (recency, frequency, monetary)
RFM is a customer-segmentation framework that scores each customer on three dimensions — recency (how recently they acted), frequency (how often), and monetary value (how much they spent) — typically by ranking customers into quantiles per dimension. The combined score sorts customers into segments such as best customers, lapsing, or new. It is a concept built from three underlying metrics, not a single measured quantity.
What this means
RFM assigns each customer three scores. A common approach ranks customers into quantiles (for example quintiles) on each of recency, frequency, and monetary value, then concatenates or combines the scores. The result is a per-customer profile that compresses a transaction history into three comparable dimensions, which makes large customer bases tractable to segment without modeling.
From scores to segments
The three scores map to named segments — best/loyal customers (recent, frequent, high spend), at-risk or lapsing (formerly frequent, now low recency), new customers (recent, low frequency), and so on. Because the scores are usually relative rankings, RFM segments shift as the base changes, which is a feature for prioritization but means the labels are comparative, not absolute. Define the quantile method, the qualifying actions, and the window so segments are reproducible.
RFM is descriptive segmentation, not a predictive model; pair it with cohort and retention analysis for forward-looking decisions.
- Three dimensions: recency, frequency, monetary
- Usually quantile rankings combined into a profile
- Drives loyalty, at-risk, and win-back segments
How it appears in analytics and logs
An RFM segment tells you a customer's behavioral profile: high recency and frequency with high spend marks a best customer; high past frequency with low recency marks someone lapsing. The score is a ranking, not an absolute value.
Diagnostic use case
Segment a customer base by loyalty and value using three behavioral dimensions, to prioritize retention, win-back, and high-value outreach.
What WebmasterID can help detect
WebmasterID measures the recency and frequency signals behind RFM first-party; monetary value comes from purchase events, all without third-party cross-site identifiers.
Common mistakes
- Reading RFM rankings as absolute values rather than relative.
- Skipping a clear quantile method and qualifying-action definition.
- Treating descriptive RFM segments as a predictive model.
Privacy and accuracy notes
RFM operates on identified customers' histories, so it involves personal data; aggregate to segments, minimize fields, and apply it lawfully. This is educational, not legal advice.
Related pages
- Recency
Recency measures how long it has been since a user last did something meaningful — visited, engaged, or purchased. Lower recency (a more recent action) is generally associated with higher likelihood of returning, which is why recency is the leading dimension of RFM analysis. It is a per-user time measure, so it is summarized across a base via distributions or segments rather than a single average.
- Return frequency
Return frequency measures how often a given user returns within a period, expressed as visits, sessions, or purchases per user. It is an engagement and loyalty signal that captures habit rather than reach, and it is the 'F' in RFM analysis. Because it averages repeat behavior across a base, the window and the unit of return (visit versus purchase) determine what the number describes.
- Segmentation for conversion analysis
Segmentation divides visitors into groups — by source, device, geography, or behaviour — so you can compare conversion within comparable cohorts. A single blended conversion rate can hide that one segment converts well and another barely at all. The discipline is choosing segments that answer a question without slicing so finely that each group becomes noise.
- Privacy-first analytics
Segment customers from minimized first-party data.
Sources and verification notes
- Google — GA4 audiences and predictive/behavioral segmentationBackground on building behavioral segments; RFM itself is a general marketing framework.
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.