Commit 52eae997 authored by litaolemo's avatar litaolemo

update

parent 713128fd
...@@ -94,7 +94,7 @@ SELECT ...@@ -94,7 +94,7 @@ SELECT
AND is_exposure = '1' ----精准曝光 AND is_exposure = '1' ----精准曝光
AND page_name ='home' AND page_name ='home'
AND tab_name = '精选' AND tab_name = '精选'
AND (transaction_type in ('-1','smr','hotspot','pgc','newdata','hotspot_feed','aistragegy','excestragegy','FIXEDSTRATEGY','FIXEDSTRATEGY_VIDEO','high_quality_fmctr') AND (transaction_type in ('-1','smr','hotspot','pgc','newdata','hotspot_feed','aistragegy','excestragegy','FIXEDSTRATEGY','FIXEDSTRATEGY_VIDEO')
or transaction_type like '%ctr' or transaction_type like '%cvr' or transaction_type like 'deeplink%') or transaction_type like '%ctr' or transaction_type like '%cvr' or transaction_type like 'deeplink%')
AND card_content_type in ('user_post') AND card_content_type in ('user_post')
AND transaction_type in ('high_quality_fmctr') AND transaction_type in ('high_quality_fmctr')
...@@ -103,7 +103,7 @@ SELECT ...@@ -103,7 +103,7 @@ SELECT
transaction_type, transaction_type,
card_id, card_id,
app_session_id app_session_id
) a group by cl_id,card_id )
""".format(today_str='20200922') """.format(today_str='20200922')
print(sql_search_ctr) print(sql_search_ctr)
......
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