Sales Analytics Course
Sales Analytics Course
Start-Tech Academy
Sales Analytics
Hiring
Inventory Management
What is it?
Budgeting
& more…….
Start-Tech Academy
Sales Analytics
What is it?
Data Information
Insights
Start-Tech Academy
Sales Analytics
Organize and
Collect data
process data
Identify
patterns
Train ML
models
Identify factors
Predict sales Prescriptive analytics
impacting sales
Start-Tech Academy
Sales KPIs
Lead response time The amount of time it takes for the sales team to First contact time – lead
respond to a new lead gen time
Start-Tech Academy
Sales KPIs
Start-Tech Academy
Sales KPIs
Cost per lead The cost of acquiring each new lead, typically Total leads/ Total
Marketing calculated as the total marketing spend divided marketing spend
by the number of leads generated
Start-Tech Academy
Sales KPIs
KPI Definition Calculation
Revenue The total amount of money generated from sales
The total amount of money made from sales after Revenue - cost of
Profit taking into account the cost of goods sold and other goods sold and other
expenses expenses
Start-Tech Academy
Sales KPIs
KPI Definition Calculation
Customer The rate at which new customers are acquired New customers
acquisition rate over a given period of time acquired per unit time
Customer A measure of how happy and satisfied customers Net promoter score
satisfaction are with the products or services they have (NPS)
received
Start-Tech Academy
Sales Model
Whale Model
Earnings
First contact
Start-Tech Academy
Sales Model
Objective Data question Analysis
Reduce acquisition How can my past lead conversion • Decision trees
cost data help me identify which leads
are more likely to convert? • RFM Analysis
Sales Forecasting How can past sales data can help • Time series
me predict the future sales? forecasting
• Linear regression
Start-Tech Academy
Decision trees
To create segments and identify which segment is more likely to convert
leads
Marketing team Sales agents
Start-Tech Academy
Market Basket Analysis & Lift
We need data of all items bought by each customer
Lift
Consumer’s basket –
Market Basket Analysis – Finding insights from
list of items bought
basket data
by a consumer
Start-Tech Academy
Sales Forecasting
Sales forecasting is the process of estimating future sales for a business
Start-Tech Academy
Sales Forecasting
Time series forecast – Find patters in historical sales data
Time Jan-22 Feb-22 Mar-22 Apr-22 May-22 Jun-22 Jul-22 Aug-22 Sep-22 Oct-22 Nov-22 Dec-22 Jan-23
Sales 6184 6105 6831 6430 6734 7118 7165 7436 8509 8213 9008 9309 ??
What & Why Machine Learning models – Relationship of sales with other factors
Sales
Start-Tech Academy
Linear Regression
Find relationship between sales and other factors
Start-Tech Academy
Linear Regression
Multiple predictors –
𝑦 = 𝑎1 𝑥1 + 𝑎2 𝑥2 + 𝑎3 𝑥3 + ⋯ + 𝑎𝑛 𝑥𝑛 + 𝑏
Start-Tech Academy
Linear Regression
Sales
500
𝑒2 𝑒4 𝑒5
400
𝑒1 𝑒3
300
200
100
How 2
Ad. spend
Start-Tech Academy
Linear Regression
Coefficients
R
Significance
P–value
square––tells
how
–F –the
iftells
well
that
a’sifour
and
particular
themodel
b’s
predictor
of this
explains
predictor
equation
variables
the
variable
can
𝑦 to
=in𝑎
variations
be
hasused
significant 𝑥relationship
1 + of
predict
1value 𝑎2sales
𝑥2 +values.
target 𝑎with
3 𝑥3 sales
+ ⋯ + 𝑎be
Should 𝑛 𝑥small.
𝑛+𝑏
Use these
Adjusted
Rule of thumb
Rto
square
create
– p-value
significance
– the
if there
final
should
are
Fequation
should
be
more
lessbe
than
than
less
one
0.1,
than
predictor
0.1,
for
For more
eg. 𝑆𝑎𝑙𝑒𝑠
for -more
than = 890%
variables,
than
90% × 𝑎𝑑𝑣𝑒𝑟𝑡𝑖𝑠𝑖𝑛𝑔
confidence
use confidence 𝑠𝑝𝑒𝑛𝑑 − 250
adjusted R Square
Result
Start-Tech Academy
Help John
John
Sales Analytics Manager at STA Retailers
Start-Tech Academy
Retention
When the customer pays over a period of time, churn impacts sales revenue
Avg. Bill Value Relationship Age No. of service calls Churn prob
150 12 2 0.75
80 29 0 0.32
Logistic Regression
Predicted Positive Predicted Negative
Actual Positive True Positive False Negative
Actual Negative False Positive True Negative
Start-Tech Academy