|
@@ -329,7 +329,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
double cpmCoefficient = weightParam.getOrDefault("cpmCoefficient", 0.9);
|
|
double cpmCoefficient = weightParam.getOrDefault("cpmCoefficient", 0.9);
|
|
|
|
|
|
for (AdRankItem item : result) {
|
|
for (AdRankItem item : result) {
|
|
-
|
|
|
|
|
|
+ log.info("item ext={}", item.getExt());
|
|
double scoreCoefficient = creativeScoreCoefficient.getOrDefault(item.getAdId(), 1d);
|
|
double scoreCoefficient = creativeScoreCoefficient.getOrDefault(item.getAdId(), 1d);
|
|
if (scoreParam.getExpCodeSet().contains(guaranteeExp)) {
|
|
if (scoreParam.getExpCodeSet().contains(guaranteeExp)) {
|
|
double guaranteeScoreCoefficient;
|
|
double guaranteeScoreCoefficient;
|