|
@@ -0,0 +1,49 @@
|
|
|
|
+# quchen_text业务数据(包含原始数据及)
|
|
|
|
+
|
|
|
|
+## daily_tt 字节消耗数据(天数据,每小时拉一次)
|
|
|
|
+
|
|
|
|
+字节跳动消耗数据表(保存了按天拉取的所有账号消耗数据)\
|
|
|
|
+备注:订单信息不会上报给字节,所以这部分拉去的订单数据没有意义(点击、浏览、关注等是有意义的)
|
|
|
|
+
|
|
|
|
+|字段名|类型|注释|
|
|
|
|
+|---|:---:|---|
|
|
|
|
+|account_id|varchar|广告主账号|
|
|
|
|
+|date|datetime|消耗日期(yyyy-MM-dd 00:00:00)|
|
|
|
|
+|cost|int|消耗(分)|
|
|
|
|
+|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|首日下单次数|
|
|
|
|
+
|
|
|
|
+## daily_qq GDT消耗数据(天,每小时拉一次)
|
|
|
|
+
|
|
|
|
+|字段名|类型|注释|
|
|
|
|
+|---|:---:|---|
|
|
|
|
+|account_id|varchar||
|
|
|
|
+|date|datetime||
|
|
|
|
+|view_count|int|浏览次数|
|
|
|
|
+|valid_click_count|int|点击次数|
|
|
|
|
+|ctr|double|点击率|
|
|
|
|
+|cpc|int|点击均价|
|
|
|
|
+|cost|int|消耗, 单位为分|
|
|
|
|
+|web_order_count|int|网页下单次数|
|
|
|
|
+|web_order_rate|double|网页下单率|
|
|
|
|
+|web_order_cost|int|网页下单花费|
|
|
|
|
+|follow_count|int|微信朋友圈关注量|
|
|
|
|
+|order_amount|int|下单次数|
|
|
|
|
+|order_roi|double|下单花费回报率|
|
|
|
|
+|platform_page_view_count|int|平台落地页浏览量|
|
|
|
|
+|web_commodity_page_view_count|int|商品页浏览量|
|
|
|
|
+|from_follow_uv|int|公众号关注量|
|
|
|
|
+
|
|
|
|
+## daily_vx MP消耗数据表(天,每小时拉一次)
|
|
|
|
+
|
|
|
|
+## daily_bytes 废弃的测试表
|