Parcourir la source

version 0.0.1

root il y a 3 ans
Parent
commit
eb7881ca18
2 fichiers modifiés avec 12 ajouts et 11 suppressions
  1. 2 1
      .gitignore
  2. 10 10
      novel/polarDB-quchen_text.md

+ 2 - 1
.gitignore

@@ -1 +1,2 @@
-.idea
+.idea
+.vscode

+ 10 - 10
novel/polarDB-quchen_text.md

@@ -3,7 +3,7 @@
 ## daily_tt 字节消耗数据(天数据,每小时拉一次)
 
 字节跳动消耗数据表(保存了按天拉取的所有账号消耗数据)\
-备注:订单信息不会上报给字节,所以这部分拉的订单数据没有意义(点击、浏览、关注等是有意义的)
+备注:订单信息不会上报给字节,所以这部分拉的订单数据没有意义(点击、浏览、关注等是有意义的)
 
 |字段名|类型|注释|
 |---|:---:|---|
@@ -13,15 +13,15 @@
 |view_count|int|浏览次数|
 |valid_click_count|int|点击次数|
 |ctr|double|点击率(浏览次数/点击次数)|
-|official_account_follow_rate|double|公众号关注率(关注次数/点击次数)|
-|order_amount|int|下单金额|
-|order_roi|double|下单花费回报率(下单金额/消耗)|
-|order_count|int|下单次数|
-|order_rate|double|下单率(下单次数/人数)|
-|order_unit_price|int|客单价(下单金额/下单人数)|
-|web_order_cost|int|网页下单花费|
-|first_day_order_amount|int|首日下单金额|
-|first_day_order_count|int|首日下单次数|
+|~~official_account_follow_rate~~|double|公众号关注率(关注次数/点击次数)|
+|~~order_amount~~|int|下单金额|
+|~~order_roi~~|double|下单花费回报率(下单金额/消耗)|
+|~~order_count~~|int|下单次数|
+|~~order_rate~~|double|下单率(下单次数/人数)|
+|~~order_unit_price~~|int|客单价(下单金额/下单人数)|
+|~~web_order_cost~~|int|网页下单花费|
+|~~first_day_order_amount~~|int|首日下单金额|
+|~~first_day_order_count~~|int|首日下单次数|
 
 ## daily_qq GDT消耗数据(天,每小时拉一次)