|
@@ -60,7 +60,7 @@ 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_outbound_call_ratio, event_ad_watch_times,event_order_submit)
|
|
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,
|
|
@@ -204,7 +204,8 @@ class UnitDailyReport:
|
|
report.event_measurement_house,
|
|
report.event_measurement_house,
|
|
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
|
|
from media_api.kuaishou_unit_report_daily report
|
|
from media_api.kuaishou_unit_report_daily report
|
|
left join
|
|
left join
|
|
(SELECT
|
|
(SELECT
|