Data Mining Techniques in CRM
eBook - ePub

Data Mining Techniques in CRM

Inside Customer Segmentation

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Data Mining Techniques in CRM

Inside Customer Segmentation

Book details
Book preview
Table of contents
Citations

About This Book

This is an applied handbook for the application of data mining techniques in the CRM framework. It combines a technical and a business perspective to cover the needs of business users who are looking for a practical guide on data mining. It focuses on Customer Segmentation and presents guidelines for the development of actionable segmentation schemes. By using non-technical language it guides readers through all the phases of the data mining process.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Data Mining Techniques in CRM by Konstantinos K. Tsiptsis, Antonios Chorianopoulos in PDF and/or ePUB format, as well as other popular books in Matemáticas & Probabilidad y estadística. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Wiley
Year
2011
ISBN
9781119965459
CHAPTER ONE
Data Mining in CRM
THE CRM STRATEGY
Customers are the most important asset of an organization. There cannot be any business prospects without satisfied customers who remain loyal and develop their relationship with the organization. That is why an organization should plan and employ a clear strategy for treating customers. CRM (Customer Relationship Management) is the strategy for building, managing, and strengthening loyal and long-lasting customer relationships. CRM should be a customer-centric approach based on customer insight. Its scope should be the “personalized” handling of customers as distinct entities through the identification and understanding of their differentiated needs, preferences, and behaviors.
In order to make the CRM objectives and benefits clearer, let us consider the following real-life example of two clothing stores with different selling approaches. Employees of the first store try to sell everything to everyone. In the second store, employees try to identify each customer’s needs and wants and make appropriate suggestions. Which store will finally look more reliable in the eyes of customers? Certainly the second one seems more trustworthy for a long-term relationship, since it aims for customer satisfaction by taking into account the specific customer needs.
CRM has two main objectives:
1. Customer retention through customer satisfaction.
2. Customer development through customer insight.
The importance of the first objective is obvious. Customer acquisition is tough, especially in mature markets. It is always difficult to replace existing customers with new ones from the competition. With respect to the second CRM goal of customer development, the key message is that there is no average customer. The customer base comprises different persons, with different needs, behaviors, and potentials that should be handled accordingly.
Several CRM software packages are available and used to track and efficiently organize inbound and outbound interactions with customers, including the management of marketing campaigns and call centers. These systems, referred to as operational CRM systems, typically support front-line processes in sales, marketing, and customer service, automating communications and interactions with the customers. They record contact history and store valuable customer information. They also ensure that a consistent picture of the customer’s relationship with the organization is available at all customer “touch” (interaction) points.
However, these systems are just tools that should be used to support the strategy of effectively managing customers. To succeed with CRM and address the aforementioned objectives, organizations need to gain insight into customers, their needs, and wants through data analysis. This is where analytical CRM comes in. Analytical CRM is about analyzing customer information to better address the CRM objectives and deliver the right message to the right customer. It involves the use of data mining models in order to assess the value of the customers, understand, and predict their behavior. It is about analyzing data patterns to extract knowledge for optimizing the customer relationships.
For example, data mining can help in customer retention as it enables the timely identification of valuable customers with increased likelihood to leave, allowing time for targeted retention campaigns. It can support customer development by matching products with customers and better targeting of product promotion campaigns. It can also help to reveal distinct customer segments, facilitating the development of customized new products and product offerings which better address the specific preferences and priorities of the customers.
The results of the analytical CRM procedures should be loaded and integrated into the operational CRM front-line systems so that all customer interactions can be more effectively handled on a more informed and “personalized” base. This book is about analytical CRM. Its scope is to present the application of data mining techniques in the CRM framework and it especially focuses on the topic of customer segmentation.
WHAT CAN DATA MINING DO?
Data mining aims to extract knowledge and insight through the analysis of large amounts of data using sophisticated modeling techniques. It converts data into knowledge and actionable information.
The data to be analyzed may reside in well-organized data marts and data warehouses or may be extracted from various unstructured data sources. A data mining procedure has many stages. It typically involves extensive data management before the application of a statistical or machine learning algorithm and the development of an appropriate model. Specialized software packages have been developed (data mining tools), which can support the whole data mining procedure.
Data mining models consist of a set of rules, equations, or complex “transfer functions” that can be used to identify useful data patterns, understand, and predict behaviors. They can be grouped into two main classes according to their goal, as follows.
SUPERVISED/PREDICTIVE MODELS
In supervised, or predictive, directed, or targeted modeling, the goal is to predict an event or estimate the values of a continuous numeric attribute. In these models there are input fields or attributes and an output or target field. Input fields are also called predictors because they are used by the model to identify a prediction function for the output field. We can think of predictors as the X part of the function and the target field as the Y part, the outcome.
The model uses the input fields which are analyzed with respect to their effect on the target field. Pattern recognition is “supervised” by the target field. Relationships are established between input and output fields. An input–output mapping “function” is generated by the model, which associates predictors with the output and permits the prediction of the output values, given the values of the input fields.
Predictive models are further categorized into classification and estimation models:
  • Classification or propensity models: In these models the target groups or classes are known from the start. The goal is to classify the cases into these predefined groups; in other words, to predict an event. The generated model can be used as a scoring engine for assigning new cases to the predefined classes. It also estimates a propensity score for each case. The propensity score denotes the likelihood of occurrence of the target group or event.
  • Estimation models: These models are similar to classification models but with one major difference. They are used to predict the value of a continuous field based on the observed values of the input attributes.
UNSUPERVISED MODELS
In unsupervised or undirected models there is no output field, just inputs. The pattern recognition is undirected; it is not guided by a specific target attribute. The goal of such models is to uncover data patterns in the set of input fields. Unsupervised models include:
  • Cluster models: In these models the groups are not known in advance. Instead we want the algorithms to analyze the input data patterns and identify the natural groupings of records or cases. When new cases are scored by the generated cluster model they are assigned to one of the revealed clusters.
  • Association and sequence models: These models also belong to the class of unsupervised modeling. They do not involve direct prediction of a single field. In fact, all the fields involved have a double role, since they act as inputs and outputs at the same time. Association models detect associations between discrete events, products, or attributes. Sequence models detect associations over time.
DATA MINING IN THE CRM FRAMEWORK
Data mining can provide customer insight, which is vital for establishing an effective CRM strategy. It can lead to personalized interactions with customers and hence increased satisfaction and profitable customer relationships through data analysis. It can support an ‘individualized’ and optimized customer management throughout all the phases of the customer lifecycle, from the acquisition and establishment of a strong relationship to the prevention of attrition and the winning back of lost customers. Marketers strive to get a greater market share and a greater share of their customers. In plain words, they are responsible for getting, developing, and keeping the customers. Data mining models can help in all these tasks, as shown in Figure 1.1.
More specifically, the marketing activities that can be supported with the use of data mining include the following topics.
Customer Segmentation
Segmentation is the process of dividing the customer base into distinct and internally homogeneous groups in order to develop differentiated marketing strategies according to their characteristics. There are many different segmentation types based on the specific criteria or attributes used for segmentation.
In behavioral segmentation, customers are grouped by behavioral and usage characteristics. Although behavioral segments can be created with business rules, this approach has inherent disadvantages. It can efficiently handle only a few segmentation fields and its objectivity is questionable as it is based on the personal perceptions of a business expert. Data mining on the other hand can create data-driven behavioral segments. Clustering algorithms can analyze behavioral data, identify the natural groupings of customers, and suggest a solution founded on observed data patterns. Provided the data mining models are properly built, they can uncover groups with distinct profiles and characteristics and lead to rich segmentation schemes with business meaning and value.
Figure 1.1 Data mining and customer lifecycle management.
c01_image001.webp
Data mining can also be used for the development of segmentation schemes based on the current or expected/estimated value of the customers. These segments are necessary in order to prioritize customer handling and marketing interventions according to the importance of each customer.
Direct Marketing Campaigns
Marketers use direct marketing campaigns to communicate a message to their customers through mail, the Internet, e-mail, telemarketing (phone), and other direct channels in order to prevent churn (attrition) and to drive customer acquisition and purchase of add-on products. More specifically, acquisition campaigns aim at drawing new and potentially valuable customers away from the competition. Cross-/deep-/up-selling campaigns are implemented to sell additional products, more of the same product, or alternative but more profitable products to existing customers. Finally, retention campaigns aim at preventing valuable customers from terminating their relationship with the organization.
When not refined, these campaigns, although potentially effective, can also lead to a huge waste of resources and to bombarding and annoying customers with unsolicited communications. Data mining and classification (propensity) models in particular can support the development of targeted marketing campaigns. They analyze customer characteristics and recognize the profiles of the target customers. New cases with similar profiles are then identified, assigned a high propensity score, and included in the target lists. The following classification models are used to optimize the subsequent marketing campaigns:
  • Acquisition models: These can be used to recognize potentially profitable prospective customers by finding “clones” of valuable existing customers in external lists of contacts,
  • Cross-/deep-/up-selling models: These can reveal the purchasing potential of existing customers.
  • Voluntary attrition or voluntary churn models: These identify early churn signals and spot those customers with an increased likelihood to leave voluntarily.
When properly built, these models can identify the right customers to contact and lead to campaign lists with increased density/frequency of target customers. They outperform random selections as well as predictions based on business rules and personal intuition. In predictive modeling, the measure that compares the predictive ability of a model to randomness is called the lift. It denotes how much better a classification data mining model performs in comparison to a random selection. The “lift” concept is illustrated in Figure 1.2 which compares the results of a data mining churn model to random selection.
In this hypothetical example, a randomly selected sample contains 10% of actual “churners.” On the other hand, a list of the same size generated by a data mining model is far more effective since it contains about 60% of actual churners. Thus, data mining achieved six times better predictive ability than randomness. Although completely hypothetical, these results are not far from reality. Lift values higher than 4, 5, or even 6 are quite common in those real-world situations that were appropriately tackled by well-designed propensity models, indicating the potential for improvement offered by data mining.
Figure 1.2 The increase in predictive ability resulting from the use of a data mining churn model.
c01_image002.webp
The stages of direct marketing campaigns are illustrated in Figure 1.3 and explained below:
1. Gathering and integrating the necessary data from different data sources.
2. Customer analysis and segmentation into distinct customer groups.
3. Development of targeted marketing campaigns by using propensity models in order to select the right customers.
4. Campaign execution by choosing the appropriate channel, the appropriate time, and the appropriate offer for each campaign.
5. Campaign evaluation through the use of test and control groups. The evaluation involves the partition of the population into test and control groups and comparison of the positive responses.
6. Analysis of campaign results in order to improve the campaign for the next round in terms of targeting, time, offer, product, communication, and so on.
Data mining can play a significant role in all these stages, particularly in identifying the right customers to be contacted.
Market Basket and Sequence Analysis
Data mining and association models in particular can be used to identify related products typically purchased together. These models can be used for market basket analysis and for revealing bundles of products or services that can be sold together. Sequence models take into account the order of actions/purchases and can identify sequences of events.
Figure 1.3 The stages of direct marketing campaigns.
c01_image003.webp
THE NEXT BEST ACTIVITY STRATEGY AND”INDIVIDUALIZED” CUSTOMER MANAGEMENT
The data mining models should be put together and used in the everyday business operations of an organization to achieve more effective customer management. The knowledge extracted by data mining can contribute to the design of a next best activity (NBA) strategy. More specifically, the customer insight gained by data mining can enable the setting of “personalized” marketing objectives. The organization can decide on a more informed base the next best marketing activity for each customer and select an “individualized” approach which might be the following:
  • An offer for preventing attrition, mainly for high-value, at-risk customers.
  • A promotion for the right add-on product and a targeted cross-/up-/deep-selling offer for customers with growth potential.
  • Imposing usage limitations and restrictions on customers with bad payment records and bad credit risk scores.
  • The development of a new product/offering tailored to the specific characteristics of an identified segment, and so on.
The main components that should be taken into account in the design of the NBA strategy are illustrated in Figure 1.4. They ar...

Table of contents

  1. Cover
  2. Title page
  3. Copyright
  4. Dedication
  5. Acknowledgements
  6. CHAPTER ONE: Data Mining in CRM
  7. CHAPTER TWO: An Overview of Data Mining Techniques
  8. CHAPTER THREE: Data Mining Techniques for Segmentation
  9. CHAPTER FOUR: The Mining Data Mart
  10. CHAPTER FIVE: Customer Segmentation
  11. CHAPTER SIX: Segmentation Applications in Banking
  12. CHAPTER SEVEN: Segmentation Applications in Telecommunications
  13. CHAPTER EIGHT: Segmentation for Retailers
  14. Further Reading
  15. Index