Consumer Behavior Analysis
Consumer Behavior Analysis
Consumer Behavior Analysis
net/publication/359063976
CITATIONS READS
2 5,853
6 authors, including:
All content following this page was uploaded by Akalya devi Chakaravarthy on 20 May 2022.
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
Email: *[email protected]
1. Introduction
The fast-paced digital environment has redefined how most businesses interact with their
customers. Customer behavioral analytics is a thorough study of how customers interact with
a company. Using a qualitative and quantitative approach, customer behavior analysis
examines all stages of a customer's journey and provides an overview of what drives consumer
behavior. By modeling customer behavior, you identify customer group behavior to predict
82
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
how similar customers will behave in similar situations. Understanding consumer behavior is
important for companies to succeed with their current products and introduce new ones. All
consumers have different thinking processes and attitudes towards purchasing a particular
product. If a company doesn't understand how consumers react to a product, the product is
more likely to fail. Consumer behavior is changing as factors such as trends, technology,
fashion, and lifestyle evolve. Marketers need to understand what is changing so that they can
adjust their marketing activities accordingly. In marketing, differentiating consumers is a way
to differentiate one consumer from many others. This helps to create a target group of
consumers with similar behavior. Understanding consumer behavior can help you create
effective marketing campaigns. Each campaign can target a specific consumer group based on
behavior. Consumer behavioral analytics has become an important tool for understanding
customers. By studying the forces behind consumer sentiment and customer buying behavior,
companies can develop new products, run marketing campaigns, and increase profitability.
Companies need to talk to consumers, be aware of frustration, and most importantly, and be
aware of their needs and expectations. Gordon R. Foxall et al [5] to better understand consumer
behavior. This paper proposes a system that examines the epistemological state of total
purchase and consumption models derived from important behavioral analysis. In addition,
this article describes a behavioral outlook model for purchases and consumption, explains the
origin of the model's research program, and identifies the complexity of the consumer
behavior analysis model. That is verbal behavior and marketing intervention in a wealthy
consumer-oriented economy.
2. Related Works
Gordon R. Foxall [2] developed a consumer behavior model based on radical behaviorism
called the Behavioral Perspective Model (BPM), which is a development of the "three-tier
contingency”. According to this model, consumer behavior takes place at the intersection of a
consumer behavior framework and the learning history of an individual's consumption and
is a function of informational and utilitarian consequences. The model was useful for
analyzing consumer brand selection and reactions to different parameters.
Gordon R. Foxall et. al. [3] applied the BPM model from the paper to the interpretation of
environmentally harmful behaviors (the use of private transport, household energy
consumption, waste disposal, and household water consumption). This application
highlighted specific marketing strategies that should be adopted for modifying each of these
operating classes.
Warren J. Bilkey [1] came up with the vector hypothesis which is an application of Lewinian
vector psychology to consumer analysis to obtain a scientifically verifiable theory of consumer
behavior. The vector hypothesis provides a valuable conceptual framework for consumer
analysis to determine whether there seems to be a significant relationship between the mental
tensions of individuals with respect to particular items and purchases thereof. This also
determines if these mental stresses postulated in tum are influenced by economically
significant considerations.
Analysis of consumer behavior combines theories and findings from marketing science,
consumer research, behavioral economics, and behavioral analysis. One issue is the
interpretation of real-world consumer behavior in terms of experimental research and survey.
Gordon R.Foxall et al [4] proposed a solution that reviews consumer choice across a range of
83
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
3. Proposed Methodology
Figure 1 encapsulates the analysis of customer behavior and product recommendation
system which recommends the set of products based on the input customers provide. Firstly,
the market and its customer in geological approach is explored by grouping each zip code and
defining its latitude and longitude based on each zip code center. As a result, the market that
is highly distributed over a particular region is analyzed. Similarly, the market and customer
interest are explored based on the timing approach. The analysis showed the best promotion
time and Accuracy of Delivery Estimation. Next, customer behavior is explored using the RFM
method. RFM (Recency Frequency Monetary) is a method used to analyze the value of the
customer. RFM stands for Recency, Frequency, and Monetary. Coming to product exploration,
it is divided into two categories. Popularity analysis and sentiment analysis. Sentiment
analysis is achieved with the help of natural language processing. The main focus is on product
recommendation. The function built for the product recommendation system will fit the data
into the model. This function builds using the truncated SVD matrix reducing the components
to 10. This function output will be a correlation matrix for the product pair wisely. By using
the function, this recommendation has a high correlation with the product. Therefore, that
suggests the company should promote this recommendation product when the product input
is purchased or viewed. The company can use this recommendation system to promote the
recommended product after the user purchases or is interested in the currently viewed
product. By conducting this kind of promotion, a company does not randomly promote
products. On the other hand, the product promoted has a high correlation. Therefore, the
customer may purchase more since interesting products appear frequently.
84
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
1. This section will analyze the accuracy that the company estimates for delivery time.
Moreover, this divides the case when the delivery is late and early. Change the
variable type of delivery date and estimated date to date time type.
2. Since the order can be canceled after the purchase, there are empty elements on the
delivery date column. Therefore, the empty column will be dropped.
3. Next, range time from the estimated delivery date and the delivery date, which is
measured on day is found.
4. Furthermore, which customer got the product early and the ones who got the product
late is elaborated. Since it is defined as a time interval, absolute is applied for the
negative time on early variables.
85
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
1. Besides the popularity, the comment of the product is also considered. Since the
comment is in Portuguese, it would be hard to analyze. Therefore, translate the
comment to English in excel and load the dataset as data.
2. Next, to analyze the sentiment of the comment of each product. However, the data is
still a mess; so, clean it by removing punctuation and symbols by defining its function
as clean text.
3. After defining the function to clean the data, define a function to decide the sentiment
of each comment.
4. Next, to categorize each sentiment, to decide which sentiment is positive, neutral, or
negative.
5. To see which word or topic is connected with negative sentiment, visualize it with
word clouds and see which word describes the negative comment the most.
6. From the word cloud, most of the negative comments are about the product, delivery,
store, etc. can be analyzed. This could be the company feedback to improve the
company, especially in products, delivery, and store.
86
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
classified as loyal customers, best customers, new customers etc. Figure 5 shows it is actually
excellent to have 57% of the products is rated 5. However, the rate 1: 12% percentage is quite
high compared to rate 2 and 3. The sentiment analysis was also carried out on the reviews
provided by the consumers. This was done by using Natural Language Processing techniques
and a library called Text Blob. NLT was used to preprocess the reviews before analyzing them.
A recommendation engine was built based on the above-mentioned factors. This engine
basically looks through all previous purchases and recommends 10 products which are similar
to the one customer bought. This is done with the help of correlation matrix.
5.1 Time period exploration
87
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
88
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
7. Future Works
As the business world evolves, so do consumer habits and preferences. Customer behavior is
the most important factor in designing a good marketing campaign. However, customers are
only humans, and customer behavior can be volatile and unpredictable. Therefore, what looks
like a good marketing approach in a conference room may not be very effective. Knowing
before consumer behavior trends become apparent gives businesses an unprecedented
advantage over their competitors. Customer demand for transparency is increasing.
Customers promote online purchases and courier services. It's already happening, but the
pandemic is skeptical that it's simple and functional and makes their lives easier. Covid has
taught everyone to better evaluate and prioritize what is important in life. This will change the
products and services people choose the types of products and services they purchase, and the
actual impact on the purchase. Ubiquitous communication is undergoing major changes.
When businesses move online and remotely, it is not only desirable, but also expected to create
a cohesive brand experience. Customers expect a more "human" element of interaction.
Business-to-business customers will continue to benefit from technology providers, from
validating actual reviews to managing sales cycles on the timeline and leveraging group
buying prices. Customers will demand more anonymity. It is expected that more people tend
to do it alone than let others do it.
Reference
[3] Foxall, G. R., Oliveira-Castro, J. M., James, V. K., Yani-de Soriano, M., & Sigurdsson, V.
(2006). Consumer behavior analysis and social marketing: the case of environmental
conservation. Behavior and social issues., 15(1), 101-124.
[4] Foxall, G. R. (2003). The behavior analysis of consumer choice: An introduction to the
special issue. Journal of Economic psychology, 24(5), 581-588.
[5] Foxall, G. R. (1994). Behavior analysis and consumer psychology. Journal of Economic
Psychology, 15(1), 5-91.
[6] Foxall, G. R. (2015). Consumer behavior analysis and the marketing firm: bilateral
contingency in the context of environmental concern. Journal of Organizational
Behavior Management, 35(1-2), 44-69.
[7] Kassarjian, H. H. (1982). The development of consumer behavior theory. ACR North
American Advances.
89
International Journal of Research and Applied Technology
2(1)(2022) 82-90
Journal homepage: https://ojs.unikom.ac.id/index.php/injuratech
[8] Raorane, A., & Kulkarni, R. V. (2011). Data mining techniques: A source for consumer
behavior analysis. arXiv preprint arXiv:1109.1202.
[9] Schwartz, I. S. (1991). The study of consumer behavior and social validity: An essential
partnership for applied behavior analysis. Journal of Applied Behavior Analysis, 24(2),
241.
90