| 
					
				 | 
			
			
				@@ -119,6 +119,8 @@ public class VideoAdThompsonScorerV2 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("order", order); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("exp", exp); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("s1", s1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ext.put("bid1", dto.getBid1()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ext.put("bid2", dto.getBid2()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("pairOrSingle", "single"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("cidStatistic", JSON.toJSONString(cidStatistics)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("cpa", dto.getCpa()); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -341,6 +343,8 @@ public class VideoAdThompsonScorerV2 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("order", order); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("exp", exp); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("s1", s1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ext.put("bid1", dto.getBid1()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ext.put("bid2", dto.getBid2()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("viewThreshold", viewThreshold); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("pairOrSingle", pairOrSingle); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ext.put("cidStatistic", JSON.toJSONString(cidStatistics)); 
			 |