Forráskód Böngészése

快手-实时获取账户组信息-盯盘添加出价类型

yangzian 3 éve
szülő
commit
94f98bc962

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/KuaiShouRealTimeController.java

@@ -166,6 +166,7 @@ public class KuaiShouRealTimeController {
                 JSONObject unitVo = JSONObject.parseObject(unitPrice.get(0).toString());
                 //出价
                 unitInfo.setBid(Double.valueOf(unitVo.getLong("bid")));
+                unitInfo.setBidType(unitVo.getInteger("bid_type"));
                  //优化目标
                 conver = unitVo.getInteger("ocpx_action_type");
             }

+ 2 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/entity/KuaishouReportHourlyGroup.java

@@ -139,6 +139,8 @@ public class KuaishouReportHourlyGroup implements Serializable {
 
     //出价
     private Double bid;
+    //出价类型 1:CPM,2:CPC,6:OCPC(使用 OCPC 代表 OCPX),10:OCPM,20:eCPC
+    private Integer bidType;
     //转化数
     private Integer converNum;
     //转化成本