|
@@ -571,7 +571,7 @@ public class AccountReportConstants {
|
|
" },\n" +
|
|
" },\n" +
|
|
" \"eventAppInvokedRatio\": {\n" +
|
|
" \"eventAppInvokedRatio\": {\n" +
|
|
" \"filed\": \"CASE WHEN sum(t1.bclick) != 0 THEN concat(CAST(round(sum(t1.event_app_invoked) / sum(t1.bclick)*100,2) AS CHAR) ,'%') else '0.00%' end as eventAppInvokedRatio \",\n" +
|
|
" \"filed\": \"CASE WHEN sum(t1.bclick) != 0 THEN concat(CAST(round(sum(t1.event_app_invoked) / sum(t1.bclick)*100,2) AS CHAR) ,'%') else '0.00%' end as eventAppInvokedRatio \",\n" +
|
|
- " \"comment\": \"唤醒应用成本率\"\n" +
|
|
|
|
|
|
+ " \"comment\": \"唤醒应用率\"\n" +
|
|
" },\n" +
|
|
" },\n" +
|
|
" \"activeRate\": {\n" +
|
|
" \"activeRate\": {\n" +
|
|
" \"filed\": \"CASE WHEN sum(t1.download_completed) != 0 THEN concat(CAST(round(sum(t1.activation) / sum(t1.download_completed)*100,2) AS CHAR) ,'%') else '0.00%' end as activeRate \",\n" +
|
|
" \"filed\": \"CASE WHEN sum(t1.download_completed) != 0 THEN concat(CAST(round(sum(t1.activation) / sum(t1.download_completed)*100,2) AS CHAR) ,'%') else '0.00%' end as activeRate \",\n" +
|
|
@@ -1210,6 +1210,15 @@ public class AccountReportConstants {
|
|
" \"keyActionCost\": {\n" +
|
|
" \"keyActionCost\": {\n" +
|
|
" \"comment\": \"关键行为成本\"\n" +
|
|
" \"comment\": \"关键行为成本\"\n" +
|
|
" },\n" +
|
|
" },\n" +
|
|
|
|
+ " \"eventAppInvoked\": {\n" +
|
|
|
|
+ " \"comment\": \"唤醒应用数\"\n" +
|
|
|
|
+ " },\n" +
|
|
|
|
+ " \"eventAppInvokedCost\": {\n" +
|
|
|
|
+ " \"comment\": \"唤醒应用成本\"\n" +
|
|
|
|
+ " },\n" +
|
|
|
|
+ " \"event_app_invokedRatio\": {\n" +
|
|
|
|
+ " \"comment\": \"唤醒应用率\"\n" +
|
|
|
|
+ " },\n" +
|
|
" \"adScene\": {\n" +
|
|
" \"adScene\": {\n" +
|
|
" \"comment\": \"投放场景\"\n" +
|
|
" \"comment\": \"投放场景\"\n" +
|
|
" }\n" +
|
|
" }\n" +
|