|
@@ -222,7 +222,7 @@ sum(order_amount) order_amount,
|
|
|
sum(old_order_amount) old_order_amount,
|
|
|
round(sum(first_order_amount)/sum(first_order_user),2) first_amount_per_user,
|
|
|
round(sum(first_order_amount)/sum(follow_user),2) amount_per_follow,
|
|
|
-round(sum(cost)/sum(first_order_user),2) first_cost_per_user,
|
|
|
+round(sum(cost)/sum(reg_order_user),2) first_cost_per_user,
|
|
|
round(sum(first_order_user)/sum(follow_user),4) new_user_order_rate,
|
|
|
sum(reg_user_amount) reg_user_amount,
|
|
|
round(sum(first_order_amount)/sum(cost),4) day_roi,
|