Hello. I have taken the example code of keyword_ideas.py and tried running it how it is with a few minor changes to fit my virtual environment and location of my .yaml file. I am getting this error when trying to run the file:
GoogleAdsServerFault: [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[0]; trigger:'LanguageSearchParameter', TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[1]; trigger:'RelatedToQuerySearchParameter', TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[2]; trigger:'NetworkSearchParameter']
args = ("[TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ ...hParameters[2]; trigger:'NetworkSearchParameter']",)
document = <Element detail>
errors = [{ 'fieldPath': 'selector.searchParameters.se...ror', 'reason': 'INVALID_SEARCH_PARAMETERS' }, { 'fieldPath': 'selector.searchParameters.se...ror', 'reason': 'INVALID_SEARCH_PARAMETERS' }, { 'fieldPath': 'selector.searchParameters.se...ror', 'reason': 'INVALID_SEARCH_PARAMETERS' }]
with_traceback = <built-in method with_traceback of GoogleAdsServerFault object>
I checked another question similar to this and the suggestion was to use the sample code (which I have done from the beginning. All my credentials work too because I am using it for another project.
Please advise.