|
@@ -192,10 +192,15 @@ public class RankServiceImpl implements RankService {
|
|
|
object.put("pcvr",topItem.getCvr());
|
|
|
object.put("lrsamples",topItem.getLrSampleString());
|
|
|
object.put("pidLambda",topItem.getPidLambda());
|
|
|
+
|
|
|
+ object.put("realECpm",realECpm);
|
|
|
+ object.put("creativeId",result.getCreativeId());
|
|
|
+ object.put("cpa",topItem.getCpa());
|
|
|
object.put("dataTime",currentTime.format(timeFormatter));
|
|
|
log.info("svc=adBidRank {}", JSONObject.toJSONString(object));
|
|
|
object.remove("lrsamples");
|
|
|
log.info("svc=pid_log obj={}", JSONObject.toJSONString(object));
|
|
|
+ log.info("svc=pid_v2_log obj={}", JSONObject.toJSONString(object));
|
|
|
return result;
|
|
|
}
|
|
|
|