Просмотр исходного кода

Merge branch 'master' of http://git.zanxiangnet.com/SuperData/DataFile

root 3 лет назад
Родитель
Сommit
9edac385af
2 измененных файлов с 8 добавлено и 6 удалено
  1. 6 4
      novel/polarDB-dm.md
  2. 2 2
      novel/polarDB-quchen_text.md

+ 6 - 4
novel/polarDB-dm.md

@@ -17,9 +17,9 @@
 |order_count|int|当天下单量|
 |order_user|int|当天订单用户数量|
 |order_amount|float|当天订单总金额(/元)|
-|first_order_count|int|首单数量|
-|first_order_user|int|首单用户数量|
-|first_order_amount|float|首单金额|
+|first_order_count|int|首单数量(首日新用户下单数)|
+|first_order_user|int|首单用户数量(首日新用户下单人数)|
+|first_order_amount|float|首单金额(首日新用户下单金额)|
 |view_count|int|曝光量|
 |click_count|int|点击量|
 |follow_user|int|公众号关注量|
@@ -41,6 +41,8 @@
 以公众号为维度统计的新用户的下单人数\
 聚合自clickhouse.default(order)
 
+统计前30天的注册人数
+
 |字段名|类型|注释|
 |---|:---:|---|
 |dt|varchar|注册日期(yyyy-MM-dd)|
@@ -71,7 +73,7 @@
 |last_month_amount|int|上月充值|
 |last_month_roi|float|上月回报率(上月充值/上月消耗)|
 |last_month_far_amount|int|上月至今充值|
-|follow_user|int|粉丝数|
+|follow_user|int|公众号关注量|
 |last_month_far_roi|float|上月至今的回报率|
 
 ## dw_channel_amount_daily 公众号订单金额(天总计)

+ 2 - 2
novel/polarDB-quchen_text.md

@@ -124,7 +124,7 @@ GDT账号投放信息表。保存了一个账号最开始投放时的信息(
 |name|varchar|公众号名|
 |stage|varchar|期数|
 |pitcher|varchar|投手|
-|platform|varchar|平台|
+|platform|varchar|书城|
 |book|varchar|主投书|
 |create_time|datetime|创建时间|
 |update_time|datetime|更新时间|
@@ -332,7 +332,7 @@ GDT账号投放信息表。保存了一个账号最开始投放时的信息(
 |channel|varchar|公众号名称|
 |stage|varchar|期数|
 |pitcher|varchar|投手|
-|platform|varchar|平台|
+|platform|varchar|书城|
 |book|varchar|主投书|
 
 ## dw_image_cost_day 素材日消耗表