| 
					
				 | 
			
			
				@@ -180,19 +180,19 @@ public class RankService680 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private void handleB1Feature(Map<String, String> b1Feature, Map<String, String> cidFeatureMap, String cid) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        cidFeatureMap.put("cid_" + cid, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (StringUtils.isNotBlank(b1Feature.get("adid"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            String adId = b1Feature.get("adid"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            cidFeatureMap.put("adid_" + adId, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (StringUtils.isNotBlank(b1Feature.get("adverid"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            String adVerId = b1Feature.get("adverid"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            cidFeatureMap.put("adverid_" + adVerId, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (StringUtils.isNotBlank(b1Feature.get("targeting_conversion"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            String targetingConversion = b1Feature.get("targeting_conversion"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            cidFeatureMap.put("targeting_conversion_" + targetingConversion, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // cidFeatureMap.put("cid_" + cid, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // if (StringUtils.isNotBlank(b1Feature.get("adid"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //     String adId = b1Feature.get("adid"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //     cidFeatureMap.put("adid_" + adId, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // if (StringUtils.isNotBlank(b1Feature.get("adverid"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //     String adVerId = b1Feature.get("adverid"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //     cidFeatureMap.put("adverid_" + adVerId, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // if (StringUtils.isNotBlank(b1Feature.get("targeting_conversion"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //     String targetingConversion = b1Feature.get("targeting_conversion"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //     cidFeatureMap.put("targeting_conversion_" + targetingConversion, "1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (StringUtils.isNotBlank(b1Feature.get("cpa"))) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String cpa = b1Feature.get("cpa"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             cidFeatureMap.put("cpa", cpa); 
			 |