|
@@ -49,7 +49,7 @@ class AccountReport:
|
|
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_pay_purchase_amount_one_day_by_conversion)
|
|
select report.advertiser_id as account_id,
|
|
select report.advertiser_id as account_id,
|
|
stat_date,
|
|
stat_date,
|
|
project_id,
|
|
project_id,
|
|
@@ -189,7 +189,8 @@ class AccountReport:
|
|
event_measurement_house,
|
|
event_measurement_house,
|
|
ad_photo_played_2s_ratio,
|
|
ad_photo_played_2s_ratio,
|
|
event_outbound_call_ratio,
|
|
event_outbound_call_ratio,
|
|
- event_ad_watch_times
|
|
|
|
|
|
+ event_ad_watch_times,
|
|
|
|
+ event_pay_purchase_amount_one_day_by_conversion
|
|
from media_api.kuaishou_account_report_daily report
|
|
from media_api.kuaishou_account_report_daily report
|
|
left join
|
|
left join
|
|
`jeecg-boot`.ctop_account_attribution_info sys
|
|
`jeecg-boot`.ctop_account_attribution_info sys
|
|
@@ -236,7 +237,7 @@ class AccountReport:
|
|
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_pay_purchase_amount_one_day_by_conversion)
|
|
select report.advertiser_id as account_id,
|
|
select report.advertiser_id as account_id,
|
|
stat_date,
|
|
stat_date,
|
|
`hour`,
|
|
`hour`,
|
|
@@ -377,7 +378,8 @@ class AccountReport:
|
|
event_measurement_house,
|
|
event_measurement_house,
|
|
ad_photo_played_2s_ratio,
|
|
ad_photo_played_2s_ratio,
|
|
event_outbound_call_ratio,
|
|
event_outbound_call_ratio,
|
|
- event_ad_watch_times
|
|
|
|
|
|
+ event_ad_watch_times,
|
|
|
|
+ event_pay_purchase_amount_one_day_by_conversion
|
|
from media_api.kuaishou_account_report_hourly report
|
|
from media_api.kuaishou_account_report_hourly report
|
|
left join
|
|
left join
|
|
`jeecg-boot`.ctop_account_attribution_info sys
|
|
`jeecg-boot`.ctop_account_attribution_info sys
|