|
|
@@ -373,11 +373,7 @@ public class RankStrategyBy886 extends RankStrategyBasic {
|
|
|
double flowCtlC = item.getScoreMap().getOrDefault("flowCtlC", 1.0D);
|
|
|
double flowCtlA = item.getScoreMap().getOrDefault("flowCtlA", 1.0D);
|
|
|
double guaranteeScoreCoefficient = getGuaranteeScoreCoefficient(isGuaranteedFlow, item.getExt());
|
|
|
- double score = modelCtcvrScore * bid * 1000
|
|
|
- * flowCtlC
|
|
|
- * flowCtlA
|
|
|
- * h5Weight
|
|
|
- * guaranteeScoreCoefficient;
|
|
|
+ double score = item.getLrScore() * bid * 1000;
|
|
|
|
|
|
// 没有转化回传的广告主沿用配置 CPM,避免以不可靠的模型预估参与竞价。
|
|
|
if (noApiAdVerIds.contains(item.getAdVerId())) {
|