|
@@ -145,7 +145,7 @@ public class RankServiceImpl implements RankService {
|
|
|
object.put("pidLambda",rankResult.get(0).getPidLambda());
|
|
|
object.put("lrsamples",rankResult.get(0).getLrSampleString());
|
|
|
object.put("dataTime",currentTime.format(timeFormatter));
|
|
|
-
|
|
|
+ object.put("creativeId",rankResult.get(0).getAdId());
|
|
|
log.info("svc=adItemRank {}", JSONObject.toJSONString(object));
|
|
|
object.remove("lrsamples");
|
|
|
if(inCpcPidExp){
|
|
@@ -312,6 +312,7 @@ public class RankServiceImpl implements RankService {
|
|
|
object.put("pcvr",topItem.getCvr());
|
|
|
object.put("lrsamples",topItem.getLrSampleString());
|
|
|
object.put("pidLambda",topItem.getPidLambda());
|
|
|
+
|
|
|
//临时加入供pid v2使用
|
|
|
object.put("realECpm",realECpm);
|
|
|
object.put("creativeId",result.getCreativeId());
|