|
@@ -72,6 +72,7 @@ public class RootSessionIdPredict extends BasicPredict {
|
|
|
logJson.put("abCode", ctx.getAdAbCode());
|
|
|
logJson.put("extraParam", ctx.getExpConfigMap());
|
|
|
logJson.put("configItem", item);
|
|
|
+ logJson.put("rootSessionId", ctx.getRootSessionId());
|
|
|
|
|
|
log.info("广告跳出选择 -- rootSessionId尾号实验结果: {}, 参数: {}",
|
|
|
JSONUtils.toJson(returnMap), logJson.toJSONString());
|