|
@@ -1,6 +1,5 @@
|
|
|
package cn.com.ctop.kuaishou.modules.report.entity;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
@@ -19,107 +18,164 @@ public class KuaishouReportDailyAccount implements Serializable {
|
|
|
|
|
|
private Long accountId;
|
|
|
|
|
|
- @JsonProperty("stat_date")
|
|
|
- private String statDate;
|
|
|
-
|
|
|
- @JsonProperty
|
|
|
+ @JsonProperty("charge")
|
|
|
private BigDecimal charge;
|
|
|
|
|
|
- @JsonProperty
|
|
|
+ @JsonProperty("photo_show")
|
|
|
private Long photoShow;
|
|
|
|
|
|
- @JsonProperty("photo_click")
|
|
|
- private Long photoClick;
|
|
|
-
|
|
|
- @JsonProperty
|
|
|
+ @JsonProperty("aclick")
|
|
|
private Long aclick;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("bclick")
|
|
|
private Long bclick;
|
|
|
- @JsonProperty
|
|
|
- private Long share;
|
|
|
- @JsonProperty
|
|
|
- private Long comment;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("photo_share")
|
|
|
+ private Long photoShare;
|
|
|
+
|
|
|
+ @JsonProperty("photo_comment")
|
|
|
+ private Long photoComment;
|
|
|
+
|
|
|
+ @JsonProperty("photo_like")
|
|
|
private Long photoLike;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("follow")
|
|
|
private Long follow;
|
|
|
+
|
|
|
@JsonProperty("cancel_follow")
|
|
|
private Long cancelFollow;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("report")
|
|
|
private Long report;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("block")
|
|
|
private Long block;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("negative")
|
|
|
private Long negative;
|
|
|
- @JsonProperty
|
|
|
- private Long submit;
|
|
|
+
|
|
|
@JsonProperty("download_started")
|
|
|
private Long downloadStarted;
|
|
|
+
|
|
|
@JsonProperty("download_completed")
|
|
|
private Long downloadCompleted;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("activation")
|
|
|
private Long activation;
|
|
|
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal photoClickRatio;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal actionRatio;
|
|
|
+ @JsonProperty("submit")
|
|
|
+ private Long submit;
|
|
|
+
|
|
|
+ @JsonProperty("stat_date")
|
|
|
+ private String statDate;
|
|
|
+
|
|
|
+ @JsonProperty("photo_click")
|
|
|
+ private Long photoClick;
|
|
|
+
|
|
|
+ @JsonProperty("photo_click_ratio")
|
|
|
+ private Double photoClickRatio;
|
|
|
+
|
|
|
+ @JsonProperty("action_ratio")
|
|
|
+ private Double actionRatio;
|
|
|
+
|
|
|
@JsonProperty("impression_1k_cost")
|
|
|
- @TableField("impression_1k_cost")
|
|
|
private BigDecimal impression1kCost;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("photo_click_cost")
|
|
|
private BigDecimal photoClickCost;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("action_cost")
|
|
|
private BigDecimal actionCost;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_pay_first_day")
|
|
|
private Long eventPayFirstDay;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventPayFirstDayRoi;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventPay;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_pay_purchase_amount_first_day")
|
|
|
+ private BigDecimal eventPayPurchaseAmountFirstDay;
|
|
|
+
|
|
|
+ @JsonProperty("event_pay_first_day_roi")
|
|
|
+ private Double eventPayFirstDayRoi;
|
|
|
+
|
|
|
+ @JsonProperty("event_pay")
|
|
|
+ private Long eventPay;
|
|
|
+
|
|
|
+ @JsonProperty("event_pay_purchase_amount")
|
|
|
private BigDecimal eventPayPurchaseAmount;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventPayRoi;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_pay_roi")
|
|
|
+ private Double eventPayRoi;
|
|
|
+
|
|
|
+ @JsonProperty("event_register")
|
|
|
private Long eventRegister;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_register_cost")
|
|
|
private BigDecimal eventRegisterCost;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_register_ratio")
|
|
|
+ private Double eventRegisterRatio;
|
|
|
+
|
|
|
+ @JsonProperty("event_jin_jian_app")
|
|
|
private Long eventJinJianApp;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_jin_jian_app_cost")
|
|
|
private BigDecimal eventJinJianAppCost;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventPayPurchaseAmountFirstDay;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_credit_grant_app")
|
|
|
private Long eventCreditGrantApp;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_credit_grant_app_cost")
|
|
|
private BigDecimal eventCreditGrantAppCost;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventCreditGrantAppRatio;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventOrderPaid;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_credit_grant_app_ratio")
|
|
|
+ private Double eventCreditGrantAppRatio;
|
|
|
+
|
|
|
+ @JsonProperty("event_order_paid")
|
|
|
+ private Long eventOrderPaid;
|
|
|
+
|
|
|
+ @JsonProperty("event_order_paid_purchase_amount")
|
|
|
private BigDecimal eventOrderPaidPurchaseAmount;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal eventOrderPaidCost;
|
|
|
- @JsonProperty
|
|
|
- private Long formCount;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal formCost;
|
|
|
- @JsonProperty
|
|
|
- private BigDecimal formActionRatio;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_jin_jian_landing_page")
|
|
|
private Long eventJinJianLandingPage;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_jin_jian_landing_page_cost")
|
|
|
private BigDecimal eventJinJianLandingPageCost;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_credit_grant_landing_page")
|
|
|
private Long eventCreditGrantLandingPage;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_credit_grant_landing_page_cost")
|
|
|
private BigDecimal eventCreditGrantLandingPageCost;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
+ @JsonProperty("event_credit_grant_landing_ratio")
|
|
|
+ private Double eventCreditGrantLandingRatio;
|
|
|
+
|
|
|
+ @JsonProperty("event_next_day_stay_cost")
|
|
|
+ private BigDecimal eventNextDayStayCost;
|
|
|
+
|
|
|
+ @JsonProperty("event_next_day_stay_ratio")
|
|
|
+ private Long eventNextDayStayRatio;
|
|
|
+
|
|
|
+ @JsonProperty("form_action_ratio")
|
|
|
+ private Double formActionRatio;
|
|
|
+
|
|
|
+ @JsonProperty("event_order_paid_cost")
|
|
|
+ private BigDecimal eventOrderPaidCost;
|
|
|
+
|
|
|
+ @JsonProperty("event_next_day_stay")
|
|
|
+ private Long eventNextDayStay;
|
|
|
+
|
|
|
+ @JsonProperty("form_cost")
|
|
|
+ private BigDecimal formCost;
|
|
|
+
|
|
|
+ @JsonProperty("form_count")
|
|
|
+ private Long formCount;
|
|
|
+
|
|
|
+ @JsonProperty("play_3s_ratio")
|
|
|
+ private Double play3sRatio;
|
|
|
+
|
|
|
private Date createTime;
|
|
|
- @JsonProperty
|
|
|
+
|
|
|
private Date updateTime;
|
|
|
}
|
|
|
|