Customer Relationship Management (CRM) Chapter 4 Customer Portfolio Analysis Learning Objectives Why customer portfolio analysis is necessary for CRM implementation.

Slides:



Advertisements
Similar presentations
Building Customer Relationships Through Effective Marketing
Advertisements

Target Markets: Segmentation and Evaluation
Chapter 7 – Classification and Regression Trees
Chapter 7 – Classification and Regression Trees
Chapter 9 Business Intelligence Systems
The Decision-Making Process IT Brainpower
DATA MINING CS157A Swathi Rangan. A Brief History of Data Mining The term “Data Mining” was only introduced in the 1990s. Data Mining roots are traced.
Concept of Reliability and Validity. Learning Objectives  Discuss the fundamentals of measurement  Understand the relationship between Reliability and.
Data Mining By Archana Ketkar.
Performance Measurement and Strategic Information Management
Identify and Meet a Market Need
J0704-Business Plan Market and Competition Session
Strategic Planning ORGANIZATIONAL CAPABILITIES AND GOALS
Data Mining: A Closer Look
Chapter 5 Data mining : A Closer Look.
Microsoft Enterprise Consortium Data Mining Concepts Introduction to Directed Data Mining: Decision Trees Prepared by David Douglas, University of ArkansasHosted.
Introduction to Directed Data Mining: Decision Trees
Enterprise systems infrastructure and architecture DT211 4
1 Copyright © 2000 by Harcourt, Inc. All rights reserved. (1) 5 Module 5 Sales Organization Structure and Salesforce Deployment.
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Application of SAS®! Enterprise Miner™ in Credit Risk Analytics
Data Mining Techniques
Chapter 1 marketing is all around us Section 1.1
Section 1.1 Marketing and the Marketing Concept Chapter 1 marketing is all around us Section 1.2 The Importance of Marketing Section 1.3 Fundamentals of.
Financial Assessment and
Quantitative Research Methodology Seminar
THE MANAGEMENT AND CONTROL OF QUALITY, 5e, © 2002 South-Western/Thomson Learning TM 1 Chapter 8 Performance Measurement and Strategic Information Management.
Overview of Data Mining Methods Data mining techniques What techniques do, examples, advantages & disadvantages.
Data Mining CS157B Fall 04 Professor Lee By Yanhua Xue.
Learning Objectives Copyright © 2002 South-Western/Thomson Learning Multivariate Data Analysis CHAPTER seventeen.
Fundamentals of Marketing Chapter 1, Section 3. 10/9/2015Page 2 Critical Thinking… Take 2-3 minutes to reflect on one recent marketing trend you have.
Chapter 9 – Classification and Regression Trees
Chapter 7 Neural Networks in Data Mining Automatic Model Building (Machine Learning) Artificial Intelligence.
Data Mining: Classification & Predication Hosam Al-Samarraie, PhD. Centre for Instructional Technology & Multimedia Universiti Sains Malaysia.
Neural Networks Automatic Model Building (Machine Learning) Artificial Intelligence.
Edition Vitale, Giglierano and Pförtsch Chapter 7 Segmenting, Targeting, and Positioning.
1 COMP3503 Inductive Decision Trees with Daniel L. Silver Daniel L. Silver.
Marketing Is All Around Us
Three Approaches to New Product Development Consumer Driven Competition Driven Technology Driven Idea generation Concept development and consumer screening.
Business Intelligence and Decision Modeling Week 9 Customer Profiling Decision Trees (Part 2) CHAID CRT.
1. 2 Traditional Income Statement LO1: Prepare a contribution margin income statement.
Classification and Prediction Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot Readings: Chapter 6 – Han and Kamber.
Formulating a Simulation Project Proposal Chapter3.
CRM - Data mining Perspective. Predicting Who will Buy Here are five primary issues that organizations need to address to satisfy demanding consumers:
APPLICATION OF DATAMINING TOOL FOR CLASSIFICATION OF ORGANIZATIONAL CHANGE EXPECTATION Şule ÖZMEN Serra YURTKORU Beril SİPAHİ.
© Prentice Hall, 2005Excellence in Business, Revised Edition Chapter Fundamentals of Marketing, Customers, and Strategic Marketing Planning.
Market Research & Product Management.
Copyright © Houghton Mifflin Company. All rights reserved. 7–17–1 What Is a Market? Requirements of a Market –Must need or desire a particular product.
Copyright © 2010 SAS Institute Inc. All rights reserved. Decision Trees Using SAS Sylvain Tremblay SAS Canada – Education SAS Halifax Regional User Group.
DATA MINING By Cecilia Parng CS 157B.
BPMM3063 Industrial Marketing GROUP 3: Customer Loyalty.
Module 26 Marketing Plan (Cont.). Target Audience Determining the right target audience is probably the most important part of your marketing efforts,
1 Chapter - 2 Sales Strategies. 3 Sales and Marketing Planning To be effective, sales activities need to take place within the context of an overall.
Principles of Marketing Lecture-18. Summary of Lecture-17.
Chapter Nine Building Customer Relationships Through Effective Marketing.
© 2006 Pearson Education Canada Inc. 3.1 Canadian Advertising in Action Chapter 3 Consumer Behaviour Concepts and Target Marketing.
Customer Relationship Management (CRM) Chapter 4 Customer Portfolio Analysis Learning Objectives Why customer portfolio analysis is necessary for CRM implementation.
1 Agribusiness Library LESSON L060037: DEVELOPING A MARKETING PLAN.
Customer Relationship Management (CRM)
MGT301 Principles of Marketing Lecture-18. Summary of Lecture-17.
Classification Tree Interaction Detection. Use of decision trees Segmentation Stratification Prediction Data reduction and variable screening Interaction.
Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence 6/22/2016 1Management Information Systems.
Data Resource Management – MGMT An overview of where we are right now SQL Developer OLAP CUBE 1 Sales Cube Data Warehouse Denormalized Historical.
Chapter 1 Market-Oriented Perspectives Underlie Successful Corporate, Business, and Marketing Strategies.
Data Based Decision Making
Decision Trees in Analytical Model Development
Multivariate Analysis - Introduction
Customer Relationship Management (CRM)
Kotler on Marketing Marketing is becoming a battle based more on information than on sales power.
Presentation transcript:

Customer Relationship Management (CRM) Chapter 4 Customer Portfolio Analysis Learning Objectives Why customer portfolio analysis is necessary for CRM implementation That there are a number of disciplines that contribute to customer portfolio analysis (CPA): market segmentation, sales forecasting, activity-based costing and lifetime value estimation How the CPA process differs between business-to-consumer and business-to-business contexts How to use a number of business-to-business portfolio analysis tools The role of data mining in CPA

Tools used to predicting future behavriour Decision Trees The graphical model output has the appearance of a branch structure. Decision trees work by analysing a data set to find the independent variable that, when used to split the population, results in nodes that are most different from each other with respect to the variable you are tying to predict.

Decision Tree: A decision tree can be constructed to develop credit risk profiles of customers. This will be useful in determining whether they represent good or bad value. Target Variable: RISK Risk is dependent and other columns are independent Independent variables: debt, income and marital status In the example, each of these is a simple categorical item, each of which only has two possible values. As you examine the data, as re-presented in the cross-tabulation of the dependent variable and all the independent variables in Fig

Tabular form:

Graphical representation: Each box is a node. The top node is the root node. The data from the root node are split into two groups based on income. The right-hand, low income box, does not split any further because both low-income customers are classified as poor credit risks. The left-hand, high-income box does split further, into married and non-married customers. Neither of these splits further because the one unmarried customer is a poor credit risk and the two remaining married customers are good credit risks

Decision Tree: As a result of this process the company knows that customers who have the lowest credit risk will be high income and married. They will also note that debt, one of the variables inserted into the training model, did not perform well. It is not a predictor of creditworthiness Several software packages, such as CART (Classification and Regression Trees) and CHAID (Chi-squared Automatic Interaction Detection), perform decision-tree analysis

Neural Networks: Neural networks are another way of fitting a model to existing data for prediction purposes. The expression ‘neural network’ has its origins in the work of machine learning and artificial intelligence researchers who were trying to understand and learn from the natural neural networks of living creatures. Neural networks can produce excellent predictions, but they are neither easy to understand nor straightforward to use. Neural networks represent complex mathematical equations, with many summations, exponential functions and parameters. Neural networks need to be trained to recognize patterns in sample data sets. Once trained, they can be used to predict customer behaviour from new data. They work well when there are many potential predictor variables, some of which are redundant.

CPA Tools: Cunningham and Homse were among the first to develop the concept of a customer portfolio, which they suggested was useful for improving the allocation of resources between customers and for ensuring that relationships with key customers were managed more effectively. Their recommendations were based on over 800 interviews in 160 companies. They discovered that sales volume was not the only criterion that companies regarded as an important attribute of a customer. Many companies valued what the researchers called technical development customers. Fiocca advanced customer portfolio theory when he developed a two-step customer portfolio model. At the first step customers are classified according to: The strategic importance of the customer The difficulty of managing the relationship with the customer.

CPA Tools: The strategic importance of a customer is determined by: The value/volume of the customer’s purchases The potential and prestige of the customer Customer market leadership General desirability in terms of diversification of the supplier’s markets, providing access to new markets, improving technological expertise and the impact on other relationships. The difficulty of managing the customer relationship is a function of: Product characteristics such as novelty and complexity Account characteristics such as the customer’s needs and requirements, customer’s buying behaviour, customer’s power, customer’s technical and commercial competence and the customer’s preference to have many suppliers Competition for the account, which is assessed by considering the number of competitors, the strength and weaknesses of competitors and competitors’ position vis-`a-vis the customer.

Fiocca’s CPA Model:

Strength of customer relationship: The strength of the customer relationship is determined by: The length of relationship The volume or dollar value of purchases The importance of the customer (percentage of supplier’s sales accounted for by this customer) Personal friendships Co-operation in product development Management distance (language and culture) Geographical distance.

Factors influencing the customer’s attractiveness:

Fiocca’s 2 nd step of CPA model:

Factors influencing the customer’s attractiveness: Fiocca picks out three main strategies than can be used across the portfolio. Improve the strength of the relationship (cells 1, 2, 4 or 5). Hold the position (cells 3, 6 or 9). Withdraw (cells 7 and 8).