|
@@ -34,9 +34,9 @@ public class KuaishouReportDailyCampaign implements Serializable {
|
|
|
@JsonProperty
|
|
|
private Long bclick;
|
|
|
@JsonProperty("photo_share")
|
|
|
- private Long share;
|
|
|
+ private Long photoShare;
|
|
|
@JsonProperty("photo_comment")
|
|
|
- private Long comment;
|
|
|
+ private Long photoComment;
|
|
|
@JsonProperty
|
|
|
private Long photoLike;
|
|
|
@JsonProperty
|
|
@@ -64,6 +64,10 @@ public class KuaishouReportDailyCampaign implements Serializable {
|
|
|
@JsonProperty("impression_1k_cost")
|
|
|
@TableField("impression_1k_cost")
|
|
|
private BigDecimal impression1kCost;
|
|
|
+
|
|
|
+ @JsonProperty("play_3s_ratio")
|
|
|
+ @TableField("play_3s_ratio")
|
|
|
+ private BigDecimal play3sRatio;
|
|
|
@JsonProperty
|
|
|
private BigDecimal photoClickCost;
|
|
|
@JsonProperty
|
|
@@ -82,6 +86,11 @@ public class KuaishouReportDailyCampaign implements Serializable {
|
|
|
private Long eventRegister;
|
|
|
@JsonProperty
|
|
|
private BigDecimal eventRegisterCost;
|
|
|
+ private BigDecimal eventRegisterRatio;
|
|
|
+ private BigDecimal eventCreditGrantLandingRatio;
|
|
|
+ private BigDecimal eventNextDayStayCost;
|
|
|
+ private Long eventNextDayStay;
|
|
|
+ private BigDecimal eventNextDayStayRatio;
|
|
|
@JsonProperty
|
|
|
private Long eventJinJianApp;
|
|
|
@JsonProperty
|
|
@@ -114,6 +123,8 @@ public class KuaishouReportDailyCampaign implements Serializable {
|
|
|
private Long eventCreditGrantLandingPage;
|
|
|
@JsonProperty
|
|
|
private BigDecimal eventCreditGrantLandingPageCost;
|
|
|
+ private Integer status;
|
|
|
+ private String campaignName;
|
|
|
@JsonProperty
|
|
|
private Date createTime;
|
|
|
@JsonProperty
|