@@ -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");
}
@@ -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;
//转化成本