|
@@ -262,7 +262,7 @@ class SPClient(BaseClient):
|
|
|
yield from info['bidRecommendations']
|
|
|
except:
|
|
|
print("空值")
|
|
|
- return []
|
|
|
+ return iter([])
|
|
|
|
|
|
def get_keyword_bidrecommendation(self, adGroupId: str, keyword: list, matchType: list):
|
|
|
keywords = list(map(lambda x: {"keyword": x[0], "matchType": x[1]}, list(zip(keyword, matchType))))
|