|
@@ -121,7 +121,7 @@ public class PidLambdaContainer {
|
|
conversion=Double.parseDouble(cols[1]);
|
|
conversion=Double.parseDouble(cols[1]);
|
|
cpa=Double.parseDouble(cols[2]);
|
|
cpa=Double.parseDouble(cols[2]);
|
|
realCost=Double.parseDouble(cols[3]);
|
|
realCost=Double.parseDouble(cols[3]);
|
|
- if(conversion<3d){
|
|
|
|
|
|
+ if(conversion<1d){
|
|
temp.put(creativeId,cacheItem);
|
|
temp.put(creativeId,cacheItem);
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|