|
@@ -160,7 +160,7 @@ public class RankServiceImpl implements RankService {
|
|
|
object.put("dataTime",currentTime.format(timeFormatter));
|
|
|
object.put("creativeId",rankResult.get(0).getAdId());
|
|
|
object.put("videoId", request.getVideoId());
|
|
|
- object.put("logTraceId", request.getLogTraceId());
|
|
|
+ object.put("pqtId", request.getPqtId());
|
|
|
log.info("svc=adItemRank {}", JSONObject.toJSONString(object));
|
|
|
object.remove("lrsamples");
|
|
|
if(inCpcPidExp){
|
|
@@ -266,7 +266,7 @@ public class RankServiceImpl implements RankService {
|
|
|
object.put("dataTime",currentTime.format(timeFormatter));
|
|
|
object.put("creativeId",rankResult.get(0).getAdId());
|
|
|
object.put("videoId", rankResult.get(0).getVideoId());
|
|
|
- object.put("logTraceId", request.getLogTraceId());
|
|
|
+ object.put("pqtId", request.getPqtId());
|
|
|
log.info("svc=videoAdThompsonRank_lr_log {}", JSONObject.toJSONString(object));
|
|
|
object.remove("lrsamples");
|
|
|
object.put("score_500",rankResult.get(0).getTf_ctr());
|
|
@@ -399,7 +399,7 @@ public class RankServiceImpl implements RankService {
|
|
|
object.put("cpa",dto.getCpa()*dto.getBid1());
|
|
|
object.put("oCpa",dto.getCpa());
|
|
|
object.put("dataTime",currentTime.format(timeFormatter));
|
|
|
- object.put("logTraceId", request.getLogTraceId());
|
|
|
+ object.put("pqtId", request.getPqtId());
|
|
|
log.info("svc=adBidRank {}", JSONObject.toJSONString(object));
|
|
|
object.remove("lrsamples");
|
|
|
log.info("svc=pid_log obj={}", JSONObject.toJSONString(object));
|
|
@@ -522,7 +522,7 @@ public class RankServiceImpl implements RankService {
|
|
|
//CPA还原
|
|
|
object.put("cpa",dto.getCpa()*dto.getBid1());
|
|
|
object.put("oCpa",dto.getCpa());
|
|
|
- object.put("logTraceId", request.getLogTraceId());
|
|
|
+ object.put("pqtId", request.getPqtId());
|
|
|
object.put("dataTime",currentTime.format(timeFormatter));
|
|
|
log.info("svc=adBidRankNewPid {}", JSONObject.toJSONString(object));
|
|
|
object.remove("lrsamples");
|