|
|
@@ -11,7 +11,7 @@
|
|
|
crowd_count, video_count, visit_uv, uv_ratio, total_rov, online_action, match_experiment_id,
|
|
|
match_method, match_video_filter, match_sort,
|
|
|
video_id, config_code, score, sim, rov,
|
|
|
- match_text, title, cover, video, experiment_id, scene_sum_rov, channel_level3, status, create_timestamp, update_timestamp)
|
|
|
+ match_text, title, cover, video, experiment_id, scene_sum_rov, channel_level3, status, create_timestamp, update_timestamp, match_exposure_pv)
|
|
|
VALUES
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
|
(#{item.dt}, #{item.channelName}, #{item.crowdSegment}, #{item.dimension}, #{item.pointType}, #{item.standardElement}, #{item.elementDimension},
|
|
|
@@ -21,7 +21,7 @@
|
|
|
#{item.crowdCount}, #{item.videoCount}, #{item.visitUv}, #{item.uvRatio}, #{item.totalRov}, #{item.onlineAction}, #{item.matchExperimentId},
|
|
|
#{item.matchMethod}, #{item.matchVideoFilter}, #{item.matchSort},
|
|
|
#{item.videoId}, #{item.configCode}, #{item.score}, #{item.sim}, #{item.rov},
|
|
|
- #{item.matchText}, #{item.title}, #{item.cover}, #{item.video}, #{item.experimentId}, #{item.sceneSumRov}, #{item.channelLevel3}, #{item.status}, #{item.createTimestamp}, #{item.updateTimestamp})
|
|
|
+ #{item.matchText}, #{item.title}, #{item.cover}, #{item.video}, #{item.experimentId}, #{item.sceneSumRov}, #{item.channelLevel3}, #{item.status}, #{item.createTimestamp}, #{item.updateTimestamp}, #{item.matchExposurePv})
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
|
|
|
@@ -45,7 +45,7 @@
|
|
|
crowd_count, video_count, visit_uv, uv_ratio, total_rov, online_action, match_experiment_id,
|
|
|
match_method, match_video_filter, match_sort,
|
|
|
video_id, config_code, score, sim, rov,
|
|
|
- match_text, title, cover, video, experiment_id, scene_sum_rov, channel_level3, status, create_timestamp, update_timestamp
|
|
|
+ match_text, title, cover, video, experiment_id, scene_sum_rov, channel_level3, status, create_timestamp, update_timestamp, match_exposure_pv
|
|
|
FROM content_platform_demand_video
|
|
|
WHERE dt = #{dt} AND status = 1
|
|
|
<if test="channelName != null and channelName != ''">
|
|
|
@@ -107,7 +107,7 @@
|
|
|
crowd_count, video_count, visit_uv, uv_ratio, total_rov, online_action, match_experiment_id,
|
|
|
match_method, match_video_filter, match_sort,
|
|
|
video_id, config_code, score, sim, rov,
|
|
|
- match_text, title, cover, video, experiment_id, scene_sum_rov, status, create_timestamp, update_timestamp
|
|
|
+ match_text, title, cover, video, experiment_id, scene_sum_rov, status, create_timestamp, update_timestamp, match_exposure_pv
|
|
|
FROM content_platform_demand_video
|
|
|
WHERE dt = #{dt} AND status = 1
|
|
|
<if test="excludeCategories != null and excludeCategories.size() > 0">
|
|
|
@@ -172,7 +172,7 @@
|
|
|
crowd_count, video_count, visit_uv, uv_ratio, total_rov, online_action, match_experiment_id,
|
|
|
match_method, match_video_filter, match_sort,
|
|
|
video_id, config_code, score, sim, rov,
|
|
|
- match_text, title, cover, video, experiment_id, scene_sum_rov, status, create_timestamp, update_timestamp
|
|
|
+ match_text, title, cover, video, experiment_id, scene_sum_rov, status, create_timestamp, update_timestamp, match_exposure_pv
|
|
|
FROM content_platform_demand_video
|
|
|
WHERE dt = #{dt} AND status = 1
|
|
|
AND channel_name = #{channelName}
|