|
@@ -350,6 +350,8 @@ public abstract class RankStrategyBasic implements RankStrategy {
|
|
|
id -> redisAdVerLayerHourKey.replace("{adverId}", id),
|
|
|
id -> redisAdVerLayerDayKey.replace("{adverId}", id)
|
|
|
);
|
|
|
+ log.info("getCorrectCpaParamMap customerLayerMap={}", customerLayerMap);
|
|
|
+ log.info("getCorrectCpaParamMap adVerLayerMap={}", adVerLayerMap);
|
|
|
|
|
|
for (AdPlatformCreativeDTO adPlatformCreativeDTO : request.getAdIdList()) {
|
|
|
Long creativeId = adPlatformCreativeDTO.getCreativeId();
|