ePrivacy and GPDR Cookie Consent by Cookie Consent Skip to main content

Tutorial: How to set up RFM attributes (WIP)

Here, we will describe the implementation process to set up attributes for the RFM (Recency, Fequency, Monetary) model. To learn more about the model, please refer to this article.

1. Set up base attributes

For each part of the model, we set up their base attribute. These base attributes are required in order to calculate their respective scores.


What the score meansBase attribute
Recency

How recently a customer made an order. 

A higher recency score means customer's last order was made more recently.

Date of Last Order
Frequency

How many orders the customer made.

A customer with more orders would have a higher frequency score.

Number of Orders
Monetary

How much money has the customer spent.

A customer who spends a lot would have a higher monetary score.

Total Spend ($)

2. Set up context queries

Because a customer's RFM scores is based on the spending behavior of all customers, a context query is required. The output of the context query will be used in the calculation of RFM scores.

3. Set up RFM scores attributes

4. Classify the customer population into RFM segments

This is where you explore the data and get creative! 

5. Set up RFM segment attribute