renyupeng 3 anni fa
parent
commit
c34d2bb083

+ 10 - 2
Apietl/kwai_etl/report/MateirialVideoDailyReport.py

@@ -106,7 +106,15 @@ class MateirialVideoDailyReport:
  event_multi_conversion_ratio, event_measurement_house,
  ad_photo_played_2s_ratio, event_outbound_call_ratio,
  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,
        project_id,
        product_id,
@@ -264,7 +272,7 @@ select report.advertiser_id as account_id,
        sys.leader_name,
        sys.video_name,
        sys.channel_name,
-       sys.clip_company_id
+       sys.company_id
 from media_api.kuaishou_material_video_report_daily report
     left join media_api.kuaishou_video_list video
     on report.advertiser_id=video.advertiser_id and report.photo_id=video.photo_id

+ 10 - 2
Apietl/kwai_etl/report/MateirialVideoHourlyReport.py

@@ -106,7 +106,15 @@ class MateirialVideoHourlyReport:
  event_multi_conversion_ratio, event_measurement_house,
  ad_photo_played_2s_ratio, event_outbound_call_ratio,
  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,
        project_id,
        product_id,
@@ -264,7 +272,7 @@ select report.advertiser_id as account_id,
        sys.leader_name,
        sys.video_name,
        sys.channel_name,
-       sys.clip_company_id
+       sys.company_id
 from media_api.kuaishou_material_video_report_hourly report
     left join media_api.kuaishou_video_list video
     on report.advertiser_id=video.advertiser_id and report.photo_id=video.photo_id