|
@@ -89,9 +89,6 @@ t3.day_num new_video_num,
|
|
|
from
|
|
|
(select account_id from `jeecg-boot`.ctop_user_allocation where media_id=2)t1
|
|
|
left join
|
|
|
-(select distinct account_id,signature from `media_api`.kuaishou_video_list where date_format(stat_date,'%Y%m%d')={date_time}) ty
|
|
|
- on t1.account_id=ty.account_id
|
|
|
-left join
|
|
|
(select advertiser_id account_id,count(distinct campaign_id) cam_num ,count(unit_id) unit_num from `media_api`.kuaishou_ad_unit_list where date_format(create_time,'%Y%m%d')={date_time}
|
|
|
and (unit_source!=1 or unit_source is null)
|
|
|
group by advertiser_id) t2
|