Commit ccc7dbc3 authored by 张彦钊's avatar 张彦钊

把重复率指标中的曝光表改成精准曝光表

parent 8192e1c4
...@@ -450,7 +450,7 @@ object Repeated_content_recommendation_moreday { ...@@ -450,7 +450,7 @@ object Repeated_content_recommendation_moreday {
val exp_diary = sc.sql( val exp_diary = sc.sql(
s""" s"""
|select stat_date,device_id,concat_ws(',',collect_set(distinct cid_id)) as expoure_diary |select stat_date,device_id,concat_ws(',',collect_set(distinct cid_id)) as expoure_diary
|from data_feed_exposure |from data_feed_exposure_precise
|where cid_type = 'diary' |where cid_type = 'diary'
|and stat_date >='${date}' |and stat_date >='${date}'
|and device_id not in (select device_id from blacklist) |and device_id not in (select device_id from blacklist)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment