|
@@ -266,12 +266,13 @@ select report.advertiser_id
|
|
event_outbound_call_ratio,
|
|
event_outbound_call_ratio,
|
|
event_ad_watch_times,
|
|
event_ad_watch_times,
|
|
video.signature,
|
|
video.signature,
|
|
- case when video.channel_type = 1 then '素造' else '内部' end,
|
|
|
|
|
|
+ video.channel_type,
|
|
cma.clip_name,
|
|
cma.clip_name,
|
|
cma.shot_name,
|
|
cma.shot_name,
|
|
cma.plan_name,
|
|
cma.plan_name,
|
|
cma.leader_name,
|
|
cma.leader_name,
|
|
case when cmi.material_name is not null then cmi.material_name else video.photo_name end as video_name,
|
|
case when cmi.material_name is not null then cmi.material_name else video.photo_name end as video_name,
|
|
|
|
+ case when video.channel_type = 1 then '素造' else '内部' end as channel_name,
|
|
uc.company_id
|
|
uc.company_id
|
|
from media_api.kuaishou_material_video_report_hourly report
|
|
from media_api.kuaishou_material_video_report_hourly report
|
|
inner join media_api.kuaishou_video_list video
|
|
inner join media_api.kuaishou_video_list video
|