|  | @@ -261,6 +261,7 @@ class SPClient(BaseClient):
 | 
	
		
			
				|  |  |                  info = self.get_adgroup_bidrecommendation(campaignId,adGroupId,targetingExpressions[i:i+100],recommendationType)
 | 
	
		
			
				|  |  |                  yield from info['bidRecommendations']
 | 
	
		
			
				|  |  |              except:
 | 
	
		
			
				|  |  | +                print("空值")
 | 
	
		
			
				|  |  |                  return []
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      def get_keyword_bidrecommendation(self, adGroupId: str, keyword: list, matchType: list):
 |