СAC 1/2
Customer Acquisition Cost, or CAC, measures how much an the the organization spends to acquire new customers. CAC – an important business metric – is the total cost of sales and marketing efforts, as well as property or equipment needed to convince a customer to buy a product or service.
Look at the formula of the CAC:
If you look at the DataFrame we have, we make the following points:
- We do have expenses in our DF -
'cost'
column - We also have the number of customers - the number of unique
'customer_id'
notes in the DF.
So, we are ready to count the CAC!
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.08
СAC 1/2
Swipe to show menu
Customer Acquisition Cost, or CAC, measures how much an the the organization spends to acquire new customers. CAC – an important business metric – is the total cost of sales and marketing efforts, as well as property or equipment needed to convince a customer to buy a product or service.
Look at the formula of the CAC:
If you look at the DataFrame we have, we make the following points:
- We do have expenses in our DF -
'cost'
column - We also have the number of customers - the number of unique
'customer_id'
notes in the DF.
So, we are ready to count the CAC!
Thanks for your feedback!