Przeglądaj źródła

添加唤起应用

zxa 3 lat temu
rodzic
commit
6b585a2652

+ 10 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/common/constant/AccountReportConstants.java

@@ -571,7 +571,7 @@ public class AccountReportConstants {
             "  },\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" +
-            "    \"comment\": \"唤醒应用成本率\"\n" +
+            "    \"comment\": \"唤醒应用率\"\n" +
             "  },\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" +
@@ -1210,6 +1210,15 @@ public class AccountReportConstants {
             "  \"keyActionCost\": {\n" +
             "    \"comment\": \"关键行为成本\"\n" +
             "  },\n" +
+            "  \"eventAppInvoked\": {\n" +
+            "    \"comment\": \"唤醒应用数\"\n" +
+            "  },\n" +
+            "  \"eventAppInvokedCost\": {\n" +
+            "    \"comment\": \"唤醒应用成本\"\n" +
+            "  },\n" +
+            "  \"event_app_invokedRatio\": {\n" +
+            "    \"comment\": \"唤醒应用率\"\n" +
+            "  },\n" +
             "  \"adScene\": {\n" +
             "    \"comment\": \"投放场景\"\n" +
             "  }\n" +