|
@@ -502,6 +502,7 @@ public class RankServiceImpl implements RankService {
|
|
|
item.setAdId(dto.getCreativeId());
|
|
|
item.setItemFeature(new AdItemFeature());
|
|
|
item.setMediaId(request.getMediaId());
|
|
|
+ item.setCpa(dto.getCpa());
|
|
|
rankItems.add(item);
|
|
|
}
|
|
|
rankResult = rank(param, null, rankItems, ScorerUtils.UNION_THOMPSON_CONF);
|