|
@@ -178,7 +178,7 @@ round(sum(reg_order_amount)/sum(cost),4) roi,
|
|
|
round(sum(reg_order_user_again)/sum(reg_order_user),4) old_user_once_order_rate,
|
|
|
round(sum(cost)/sum(first_order_user),2) first_order_user_per_cost,
|
|
|
round(sum(reg_order_amount)/sum(reg_order_user),2) user_per_amount,
|
|
|
- round(sum(click_count)/sum(follow_user),4) click_follow_rate,
|
|
|
+ round(sum(follow_user)/sum(click_count),4) click_follow_rate,
|
|
|
round(sum(reg_order_user)/sum(follow_user),4) follow_order_rate
|
|
|
|
|
|
|