zhaohaipeng 11 miesięcy temu
rodzic
commit
1ef2790d4b

+ 4 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/VideoAdThompsonScorerV2.java

@@ -119,6 +119,8 @@ public class VideoAdThompsonScorerV2 {
             ext.put("order", order);
             ext.put("exp", exp);
             ext.put("s1", s1);
+            ext.put("bid1", dto.getBid1());
+            ext.put("bid2", dto.getBid2());
             ext.put("pairOrSingle", "single");
             ext.put("cidStatistic", JSON.toJSONString(cidStatistics));
             ext.put("cpa", dto.getCpa());
@@ -341,6 +343,8 @@ public class VideoAdThompsonScorerV2 {
             ext.put("order", order);
             ext.put("exp", exp);
             ext.put("s1", s1);
+            ext.put("bid1", dto.getBid1());
+            ext.put("bid2", dto.getBid2());
             ext.put("viewThreshold", viewThreshold);
             ext.put("pairOrSingle", pairOrSingle);
             ext.put("cidStatistic", JSON.toJSONString(cidStatistics));