|
@@ -60,7 +60,8 @@ class UnitDailyReport:
|
|
ad_photo_played_75percent_ratio, key_action_ratio, event_ad_watch_times_cost, event_add_shopping_cart, key_action,
|
|
ad_photo_played_75percent_ratio, key_action_ratio, event_ad_watch_times_cost, event_add_shopping_cart, key_action,
|
|
event_multi_conversion, event_wechat_connected, event_dsp_gift_form, event_intention_confirmed,
|
|
event_multi_conversion, event_wechat_connected, event_dsp_gift_form, event_intention_confirmed,
|
|
event_phone_get_through, event_multi_conversion_ratio, event_measurement_house, ad_photo_played_2s_ratio,
|
|
event_phone_get_through, event_multi_conversion_ratio, event_measurement_house, ad_photo_played_2s_ratio,
|
|
- event_outbound_call_ratio, event_ad_watch_times,event_order_submit)
|
|
|
|
|
|
+ event_outbound_call_ratio, event_ad_watch_times,event_order_submit,
|
|
|
|
+ live_event_goods_view)
|
|
select report.advertiser_id as account_id,
|
|
select report.advertiser_id as account_id,
|
|
report.stat_date,
|
|
report.stat_date,
|
|
report.campaign_id,
|
|
report.campaign_id,
|
|
@@ -205,7 +206,8 @@ class UnitDailyReport:
|
|
report.ad_photo_played_2s_ratio,
|
|
report.ad_photo_played_2s_ratio,
|
|
report.event_outbound_call_ratio,
|
|
report.event_outbound_call_ratio,
|
|
report.event_ad_watch_times,
|
|
report.event_ad_watch_times,
|
|
- report.event_order_submit
|
|
|
|
|
|
+ report.event_order_submit,
|
|
|
|
+ report.live_event_goods_view
|
|
from media_api.kuaishou_unit_report_daily report
|
|
from media_api.kuaishou_unit_report_daily report
|
|
left join
|
|
left join
|
|
(SELECT
|
|
(SELECT
|