Hi, I want to calculate CLV but I really don’t know if my calculations are correct or not. I consider a publisher having orders to be a customer
CLV = Customer value * Average Customer Lifespan
= (Average purchase value * Average frequently rate) * Average Customer Lifespan
=> Average purchase value = {sum_app_sales_amount}/{sum_app_quantity}
Average frequently rate = sum({sum_app_quantity})/ {num_of_pub_having_order}
Average Customer Lifespan = Average of years a customer stays active/total of customers
= avg(avgOver(dateDiff({customer_acquisition_date}, {customer_final_date}, “MM”), [{publisher_username}], PRE_AGG))/ {num_of_pub_having_order}
And this is the result