|
@@ -106,7 +106,15 @@ class MateirialVideoHourlyReport:
|
|
event_multi_conversion_ratio, event_measurement_house,
|
|
event_multi_conversion_ratio, event_measurement_house,
|
|
ad_photo_played_2s_ratio, event_outbound_call_ratio,
|
|
ad_photo_played_2s_ratio, event_outbound_call_ratio,
|
|
event_ad_watch_times,
|
|
event_ad_watch_times,
|
|
- signature)
|
|
|
|
|
|
+ signature,
|
|
|
|
+ channel_type ,
|
|
|
|
+ clip_name,
|
|
|
|
+ shot_name,
|
|
|
|
+ plan_name,
|
|
|
|
+ leader_name,
|
|
|
|
+ video_name,
|
|
|
|
+ channel_name,
|
|
|
|
+ clip_company_id)
|
|
select report.advertiser_id as account_id,
|
|
select report.advertiser_id as account_id,
|
|
project_id,
|
|
project_id,
|
|
product_id,
|
|
product_id,
|
|
@@ -264,7 +272,7 @@ select report.advertiser_id as account_id,
|
|
sys.leader_name,
|
|
sys.leader_name,
|
|
sys.video_name,
|
|
sys.video_name,
|
|
sys.channel_name,
|
|
sys.channel_name,
|
|
- sys.clip_company_id
|
|
|
|
|
|
+ sys.company_id
|
|
from media_api.kuaishou_material_video_report_hourly report
|
|
from media_api.kuaishou_material_video_report_hourly report
|
|
left join media_api.kuaishou_video_list video
|
|
left join media_api.kuaishou_video_list video
|
|
on report.advertiser_id=video.advertiser_id and report.photo_id=video.photo_id
|
|
on report.advertiser_id=video.advertiser_id and report.photo_id=video.photo_id
|