|
@@ -372,8 +372,6 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
|
|
|
List<KuaiShouAppInfo> appInfos = new ArrayList<>();
|
|
|
List<KuaiShouSchedule> schedules = new ArrayList<>();
|
|
|
List<KuaiShouGroupTarget> targets = new ArrayList<>();
|
|
|
- //TODO
|
|
|
- log.info("---最高出价={},优化目标集={},转化目标map={},深度转化目标map={}",maxBid,bidTypeStr,ocpxTypeStr,deepTypeStr);
|
|
|
for (int i = 0; i < details.size(); i++) {
|
|
|
JSONObject detail = JSONObject.parseObject(details.get(i).toString());
|
|
|
if (!Check.isNull(detail)) {
|
|
@@ -399,9 +397,6 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
|
|
|
Integer status = detail.getInteger("status");
|
|
|
//投放状态
|
|
|
Integer putStatus = detail.getInteger("put_status");
|
|
|
- //TODO
|
|
|
- log.info("---({})优化目标={},优化出价={}",unitId,bidType,bid);
|
|
|
- log.info("---putStatus={},转化目标={},转化目标出价={},深度转化目标={},深度转化目标出价={}",putStatus,ocpxActionType,cpaBid,deepConversionType,deepConversionBid);
|
|
|
if (putStatus == 1 && status != 15) { // 组状态为 投放中的 and 广告组状态为非暂停
|
|
|
Boolean typeFalg = true;
|
|
|
Boolean bidFalg = true;
|