|
@@ -17,7 +17,10 @@ def dw_channel():
|
|
|
select
|
|
|
dt1,channel1,pitcher,stage,platform,book,
|
|
|
if(stage ='趣程15期' or stage ='趣程26期' or stage ='趣程30期','GDT','MP'),
|
|
|
- order_count,create_user_num,reg_num,order_user,order_amount,
|
|
|
+ order_count,create_user_num,reg_num,
|
|
|
+ game_user_sum,third_stay_rate,second_stay_rate,
|
|
|
+ today_active_user_rate,
|
|
|
+ order_user,order_amount,
|
|
|
first_order_count,first_order_user,first_order_amount,
|
|
|
view_count,click_count,follow_user,
|
|
|
cost,reg_order_count,reg_order_user,reg_order_amount,
|
|
@@ -30,7 +33,9 @@ select
|
|
|
from (
|
|
|
select
|
|
|
if(dt4='1970-01-01',dt,dt4) dt1,if(channel4='',channel,channel4) channel1,
|
|
|
- create_user_num,reg_num,pitcher,stage,platform,book,cost,view_count,click_count, ---基础属性和消耗数据
|
|
|
+ create_user_num,reg_num,today_active_user_rate,second_stay_rate ,third_stay_rate ,
|
|
|
+ game_user_sum ,
|
|
|
+ pitcher,stage,platform,book,cost,view_count,click_count, ---基础属性和消耗数据
|
|
|
follow_user,web_view_count,platform_view_count,web_order_count,type,
|
|
|
require_roi,require_mult,order_count,order_user,order_amount from
|
|
|
|