|
@@ -59,8 +59,8 @@ def book_trend(start, end, book, book_type, platform, page, page_size, order_by,
|
|
|
round(cost/hundred_user_num,2) hundred_user_num_cost , -- 单日付费100+用户付费成本
|
|
|
reg_order_count, -- 至今付费次数
|
|
|
round(cost/create_user_num,2) create_user_num_cost, -- 新增创角单价
|
|
|
- round(first_order_amount,2) , -- 新增付费金额
|
|
|
- round(reg_order_amount,2), -- 至今付费金额
|
|
|
+ round(first_order_amount,2) first_order_amount, -- 新增付费金额
|
|
|
+ round(reg_order_amount,2) reg_order_amount, -- 至今付费金额
|
|
|
round(first_order_amount/cost,4) first_roi,
|
|
|
a7,a30,
|
|
|
round(a7/cost,4) roi7,
|