|
@@ -16,10 +16,14 @@ table = 'video_each_hour_update'
|
|
|
features = [
|
|
|
'videoid',
|
|
|
'lastonehour_preview', # 过去1小时预曝光人数
|
|
|
- 'lastonehour_view', # 过去1小时曝光
|
|
|
- 'lastonehour_play', # 过去1小时播放
|
|
|
- 'lastonehour_share', # 过去1小时分享
|
|
|
- 'lastonehour_return', # 过去1小时分享,过去1小时回流
|
|
|
+ 'lastonehour_view', # 过去1小时曝光人数
|
|
|
+ 'lastonehour_play', # 过去1小时播放人数
|
|
|
+ 'lastonehour_share', # 过去1小时分享人数
|
|
|
+ 'lastonehour_return', # 过去1小时分享,过去1小时回流人数
|
|
|
+ 'lastonehour_preview_total', # 过去1小时预曝光次数
|
|
|
+ 'lastonehour_view_total', # 过去1小时曝光次数
|
|
|
+ 'lastonehour_play_total', # 过去1小时播放次数
|
|
|
+ 'lastonehour_share_total', # 过去1小时分享次数
|
|
|
]
|
|
|
|
|
|
|