Customer Success
If you work in customer success, it's crucial to keep track of metrics to stay on top of customer happiness. Let's take a look at some popular metrics to track and sample SQL queries:
Average number of support tickets per customer
This query calculates the average number of support tickets submitted by each customer. A higher average may indicate a need for improved product documentation or user experience.
Customer retention rate
This query calculates the customer retention rate by dividing the total number of active customers by the total number of customers. A higher retention rate indicates a higher level of customer satisfaction and loyalty.
Average customer lifetime value (CLTV)
This query calculates the average customer lifetime value by summing the total revenue generated by each customer and then averaging it. This metric helps to understand the long-term value of customers.
Average response time for support tickets
This query calculates the average response time for support tickets by finding the difference between the created_at and resolved_at timestamps. A shorter response time indicates better support efficiency and customer satisfaction.
Customers with a high net promoter score (NPS)
This query returns the total number of customers with a high net promoter score (NPS), which is a measure of customer satisfaction and loyalty. A higher number of high-NPS customers indicates better customer success.
Percentage of support tickets resolved within 24 hours
This query calculates the percentage of support tickets resolved within 24 hours. A higher percentage indicates better support efficiency and customer satisfaction.
Average number of orders per customer
This query calculates the average number of orders placed by each customer. This metric can help to understand customer engagement and purchasing habits.
Number of customers who have made repeat purchases
This query returns the total number of customers who have made more than one purchase. This metric is useful for understanding customer loyalty and repeat business.
Percentage of customers who have completed onboarding
This query calculates the percentage of customers who have completed the onboarding process. A higher percentage indicates a better onboarding experience, which can contribute to increased customer satisfaction and engagement.
Average customer satisfaction score from customer surveys
This query calculates the average customer satisfaction score from customer surveys. This metric helps to understand overall customer satisfaction and identify areas for improvement.
Percentage of support tickets escalated to a higher support tier
This query calculates the percentage of support tickets that have been escalated to a higher support tier. A lower percentage indicates better initial support resolution and customer satisfaction.
Total number of customers who have referred others
This query returns the total number of customers who have referred other customers. This metric can be used to gauge the effectiveness of referral programs and customer advocacy.
Average number of days between customer orders
This query calculates the average number of days between customer orders. This metric can help to understand customer purchase frequency and engagement.
Percentage of customers who have opted in for marketing communications
This query calculates the percentage of customers who have opted in for marketing communications. A higher percentage indicates better customer engagement and interest in marketing content.
Average product rating from customer reviews
This query calculates the average product rating from customer reviews. This metric helps to understand overall product satisfaction and identify areas for improvement.
Total number of customers who have contacted support multiple times
This query returns the total number of customers who have contacted support multiple times. This metric can be used to identify customers with recurring issues or potential areas for improvement in product usability.
Calculate the average order value (AOV)
This query calculates the average order value by averaging the order totals. This metric helps to understand customer spending habits and the overall success of sales efforts.
Percentage of customers who have left product reviews
This query calculates the percentage of customers who have left product reviews. A higher percentage indicates better customer engagement and feedback on products.
Last updated