Hi.
I'm trying to do a basic thing as getting campaigns.
I get the error:
googleads.errors.GoogleAdsValueError: Unrecognized version of the AdWords API. Version given: v201605 Supported versions: ['v201509', 'v201502', 'v201506']
while running the simple:
adwords_client = adwords.AdWordsClient.LoadFromStorage()
campaign_service = client.GetService('CampaignService', version='v201605')
My googleads.yaml has the correct data as I understand it.
Any reason for that to happen?
Thanks in advance