|
@@ -109,7 +109,7 @@ class MateirialVideoDailyReport:
|
|
average_video_play, avg_rank,
|
|
average_video_play, avg_rank,
|
|
submit_certification_count, approval_count,
|
|
submit_certification_count, approval_count,
|
|
first_order_count, first_rental_order_count,
|
|
first_order_count, first_rental_order_count,
|
|
- commute_first_pay_count)
|
|
|
|
|
|
+ commute_first_pay_count,video_url, cover_url)
|
|
select
|
|
select
|
|
report.advertiser_id account_id, #'账户ID'
|
|
report.advertiser_id account_id, #'账户ID'
|
|
report.material_id, #头条素材id
|
|
report.material_id, #头条素材id
|
|
@@ -311,7 +311,8 @@ class MateirialVideoDailyReport:
|
|
report.`approval_count`,
|
|
report.`approval_count`,
|
|
report.`first_order_count`,
|
|
report.`first_order_count`,
|
|
report.`first_rental_order_count`,
|
|
report.`first_rental_order_count`,
|
|
- report.`commute_first_pay_count`
|
|
|
|
|
|
+ report.`commute_first_pay_count`,
|
|
|
|
+ video.video_url, cmi.cover_url
|
|
from media_api.bytedance_material_report_daily report
|
|
from media_api.bytedance_material_report_daily report
|
|
inner join
|
|
inner join
|
|
`media_api`.bytedance_file_video_get video
|
|
`media_api`.bytedance_file_video_get video
|