|
@@ -56,6 +56,9 @@ public class AdRecommendController {
|
|
|
if (rankResult.getExt().get("ecpm") != null) {
|
|
|
contentMap.put("ecpm", rankResult.getExt().get("ecpm"));
|
|
|
}
|
|
|
+ if (rankResult.getExt().get("filterEcpm") != null) {
|
|
|
+ contentMap.put("filterEcpm", rankResult.getExt().get("filterEcpm"));
|
|
|
+ }
|
|
|
if (rankResult.getExt().get("correctionFactor") != null) {
|
|
|
contentMap.put("revisedBid", ctcvrScore * rankResult.getCpa() * (double) rankResult.getExt().get("correctionFactor"));
|
|
|
} else {
|