|
@@ -652,8 +652,7 @@
|
|
|
ifnull(sum(event_next_day_stay),0) as 'eventNextDayStay', -- 次日留存数
|
|
|
ROUND(IFNULL(sum(a.charge)/sum(a.activation),0),2) as 'activationCost', -- 激活成本
|
|
|
case when (sum(a.photo_show) is not null and sum(a.photo_show)!=0) then
|
|
|
- concat(round(ifnull(sum(a.photo_click),0)/sum(a.photo_show) * 100 ,2),'%') else 0 end as 'photoClickRate', --
|
|
|
- 封面点击率
|
|
|
+ concat(round(ifnull(sum(a.photo_click),0)/sum(a.photo_show) * 100 ,2),'%') else 0 end as 'photoClickRate',
|
|
|
case when (sum(a.aclick) is not null and sum(a.aclick)!=0) then
|
|
|
concat(round(ifnull(sum(a.bclick),0)/sum(a.aclick) * 100 ,2),'%') else 0 end as 'bclickRate', -- 行为率
|
|
|
(case
|