videoods.flow_pool_level_video.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "name": "flow_pool_level_video",
  3. "project": "videoods",
  4. "comment": "流量池分级下的视频",
  5. "columns": [
  6. {
  7. "name": "id",
  8. "type": "BIGINT",
  9. "comment": "ID"
  10. },
  11. {
  12. "name": "flow_pool_id",
  13. "type": "BIGINT",
  14. "comment": "流量池ID:冗余字段"
  15. },
  16. {
  17. "name": "flow_pool_level_id",
  18. "type": "BIGINT",
  19. "comment": "流量池分级ID"
  20. },
  21. {
  22. "name": "life_cycle_id",
  23. "type": "BIGINT",
  24. "comment": "生命周期ID:视频从进入1层到最后退出的统一ID"
  25. },
  26. {
  27. "name": "video_id",
  28. "type": "BIGINT",
  29. "comment": "视频ID"
  30. },
  31. {
  32. "name": "uid",
  33. "type": "BIGINT",
  34. "comment": "视频生产者uid"
  35. },
  36. {
  37. "name": "start_type",
  38. "type": "BIGINT",
  39. "comment": "开始类型:0自动 1手动"
  40. },
  41. {
  42. "name": "end_type",
  43. "type": "BIGINT",
  44. "comment": "结束类型:0未结束 1到期结束 2正常结束 3手动结束"
  45. },
  46. {
  47. "name": "start_time",
  48. "type": "BIGINT",
  49. "comment": "开始时间:毫秒"
  50. },
  51. {
  52. "name": "end_time",
  53. "type": "BIGINT",
  54. "comment": "结束时间:毫秒"
  55. },
  56. {
  57. "name": "expire_time",
  58. "type": "BIGINT",
  59. "comment": "有效时间:毫秒"
  60. },
  61. {
  62. "name": "distribute_count",
  63. "type": "BIGINT",
  64. "comment": "分发数"
  65. },
  66. {
  67. "name": "view_count",
  68. "type": "BIGINT",
  69. "comment": "曝光数:从进入该层开始计算"
  70. },
  71. {
  72. "name": "end_view_count",
  73. "type": "BIGINT",
  74. "comment": "结束后统计到的曝光数"
  75. },
  76. {
  77. "name": "play_count",
  78. "type": "BIGINT",
  79. "comment": "播放数:从进入该层开始计算"
  80. },
  81. {
  82. "name": "end_play_count",
  83. "type": "BIGINT",
  84. "comment": "结束后统计到的播放数"
  85. },
  86. {
  87. "name": "real_play_count",
  88. "type": "BIGINT",
  89. "comment": "有效播放数:从进入该层开始计算"
  90. },
  91. {
  92. "name": "end_real_play_count",
  93. "type": "BIGINT",
  94. "comment": "结束后统计到的有效曝光数"
  95. },
  96. {
  97. "name": "back_flow",
  98. "type": "BIGINT",
  99. "comment": "回流数:从进入该层开始计算"
  100. },
  101. {
  102. "name": "end_back_flow",
  103. "type": "BIGINT",
  104. "comment": "结束后统计到的回流数"
  105. },
  106. {
  107. "name": "data_status",
  108. "type": "BIGINT",
  109. "comment": "是否有效:0无效 1有效,默认有效"
  110. },
  111. {
  112. "name": "create_time",
  113. "type": "DATETIME",
  114. "comment": "创建时间"
  115. },
  116. {
  117. "name": "update_time",
  118. "type": "DATETIME",
  119. "comment": "更新时间"
  120. },
  121. {
  122. "name": "view_algo_count",
  123. "type": "BIGINT",
  124. "comment": "召回池同时流量池曝光"
  125. },
  126. {
  127. "name": "share_friend_count",
  128. "type": "BIGINT",
  129. "comment": ""
  130. },
  131. {
  132. "name": "attribute",
  133. "type": "STRING",
  134. "comment": ""
  135. }
  136. ],
  137. "partition_keys": [],
  138. "dataworks_tasks": [
  139. {
  140. "id": 1006748760,
  141. "name": "flow_pool_level_video"
  142. }
  143. ],
  144. "upstream_tables": []
  145. }