Commit 7545d0ea authored by litaolemo's avatar litaolemo

update

parent 94a535c1
......@@ -170,9 +170,9 @@ group by t1.partition_date,device_os_type,active_type,channel
channel = res.channel
pid = hashlib.md5((partition_date + device_os_type + active_type + channel).encode("utf8")).hexdigest()
diary_click_num = res.diary_click_pv
diary_exposure = res.diary_exp_pv,
qa_click_num = res.qa_click_pv,
qa_exposure = res.qa_exp_pv,
diary_exposure = res.diary_exp_pv
qa_click_num = res.qa_click_pv
qa_exposure = res.qa_exp_pv
try:
search_ctr = round(diary_click_num / diary_exposure, 5)
......
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