|
@@ -78,7 +78,7 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "转化量")
|
|
|
private Long convertCount;
|
|
|
|
|
|
- @ApiModelProperty(notes = "转化率(目标转化率)=转化量/点击量*100%")
|
|
|
+ @ApiModelProperty(notes = "转化率(目标转化率)=转化量/点击量100%")
|
|
|
private BigDecimal convertRate;
|
|
|
|
|
|
@ApiModelProperty(notes = "平均转化成本=实际消耗/转化量")
|
|
@@ -90,13 +90,13 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "深度转化成本=实际消耗/深度转化量")
|
|
|
private BigDecimal deepConvertCost;
|
|
|
|
|
|
- @ApiModelProperty(notes = "深度转化率=深度转化量/转化量*100%")
|
|
|
+ @ApiModelProperty(notes = "深度转化率=深度转化量/转化量100%")
|
|
|
private BigDecimal deepConvertRate;
|
|
|
|
|
|
- @ApiModelProperty(notes = "千次曝光成本=实际消耗/曝光量*1000")
|
|
|
+ @ApiModelProperty(notes = "千次曝光成本=实际消耗/曝光量1000")
|
|
|
private BigDecimal thousandViewCost;
|
|
|
|
|
|
- @ApiModelProperty(notes = "点击率=点击量/曝光量*100%")
|
|
|
+ @ApiModelProperty(notes = "点击率=点击量/曝光量100%")
|
|
|
private BigDecimal clickRate;
|
|
|
|
|
|
@ApiModelProperty(notes = "平均点击均价=实际消耗/点击量")
|
|
@@ -135,7 +135,7 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "应用激活成本=实际消耗/激活数")
|
|
|
private BigDecimal appActiveCost;
|
|
|
|
|
|
- @ApiModelProperty(notes = "应用激活率=激活数/点击数*100%")
|
|
|
+ @ApiModelProperty(notes = "应用激活率=激活数/点击数100%")
|
|
|
private BigDecimal appActiveRate;
|
|
|
|
|
|
@ApiModelProperty(notes = "注册人数")
|
|
@@ -177,7 +177,7 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "新用户创角率=新用户累计创角人数/注册人数")
|
|
|
private BigDecimal firstUserCreateRoleRate;
|
|
|
|
|
|
- @ApiModelProperty(notes = "当天激活活跃用户LTV=(新用户累计充值/Σ活跃人数)*(累计充值人数/Σ活跃人数)")
|
|
|
+ @ApiModelProperty(notes = "当天激活活跃用户LTV=(新用户累计充值/Σ活跃人数)(累计充值人数/Σ活跃人数)")
|
|
|
private BigDecimal todayActiveUserLTV;
|
|
|
|
|
|
@ApiModelProperty(notes = "游戏当日广告变现ROI=当日LTV/所选时间的消耗")
|
|
@@ -318,13 +318,13 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "付费趋势:2个月")
|
|
|
private RechargeTrendVO twoMonthRechargeTrend;
|
|
|
|
|
|
- @ApiModelProperty(notes = "付费趋势:三个月")
|
|
|
+ @ApiModelProperty(notes = "付费趋势:3个月")
|
|
|
private RechargeTrendVO threeMonthRechargeTrend;
|
|
|
|
|
|
@ApiModelProperty(notes = "付费趋势:总")
|
|
|
private RechargeTrendVO totalRechargeTrend;
|
|
|
|
|
|
- @ApiModelProperty(notes = "LTV数据:1天--(充值金额/活跃人数)*(充值人数/活跃人数)")
|
|
|
+ @ApiModelProperty(notes = "LTV数据:1天--(充值金额/活跃人数)(充值人数/活跃人数)")
|
|
|
private BigDecimal oneDayLTV;
|
|
|
|
|
|
@ApiModelProperty(notes = "LTV数据:3天")
|
|
@@ -342,7 +342,7 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "LTV数据:2个月")
|
|
|
private BigDecimal twoMonthLTV;
|
|
|
|
|
|
- @ApiModelProperty(notes = "LTV数据:三个月")
|
|
|
+ @ApiModelProperty(notes = "LTV数据:3个月")
|
|
|
private BigDecimal threeMonthLTV;
|
|
|
|
|
|
@ApiModelProperty(notes = "LTV数据:总")
|
|
@@ -366,9 +366,123 @@ public class GamePromoteVO implements Serializable {
|
|
|
@ApiModelProperty(notes = "留存率:2个月")
|
|
|
private RetentionTrendVO twoMonthRetentionRate;
|
|
|
|
|
|
- @ApiModelProperty(notes = "留存率:三个月")
|
|
|
+ @ApiModelProperty(notes = "留存率:3个月")
|
|
|
private RetentionTrendVO threeMonthRetentionRate;
|
|
|
|
|
|
@ApiModelProperty(notes = "留存率:总")
|
|
|
private RetentionTrendVO totalRetentionRate;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:1日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay1;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:2日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay2;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:3日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay3;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:4日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay4;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:5日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay5;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:6日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay6;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:7日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay7;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:14日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay14;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:15日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay15;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:29日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay29;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:30日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay30;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:59日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay59;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:60日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay60;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:89日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay89;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:90日新用户当日充值")
|
|
|
+ private BigDecimal newUserRechargeMoneyDcDay90;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:1日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay1;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:2日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay2;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:3日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay3;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:4日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay4;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:5日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay5;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:6日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay6;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:7日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay7;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:14日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay14;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:15日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay15;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:29日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay29;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:30日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay30;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:59日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay59;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:60日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay60;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:89日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay89;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:90日新用户当日人数")
|
|
|
+ private Long newUserRechargeUserDcDay90;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:3日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay3;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:5日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay5;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:7日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay7;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:15日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay15;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:30日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay30;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:60日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay60;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:90日新用户累计充值金额")
|
|
|
+ private BigDecimal newUserRechargeMoneyDay90;
|
|
|
+
|
|
|
+ @ApiModelProperty(notes = "--非展示字段--:所有消耗")
|
|
|
+ private BigDecimal totalCost;
|
|
|
}
|