GoogleAdsValueError: Unrecognized version for the AdWords API. Given: v201708
Supported: ['v201607', 'v201609', 'v201702']
My other call to GetReportDownloader is working with v201708.
def get_report_downloader(adwords_client):
return adwords_client.GetReportDownloader(version='v201708')
Thank you for your time.
-JoeHi Joe,
You need to update your client library to "googleads Python Client Library v6.1.0" or higher since support for AdWords API v201609 was added in v6.1.0. The latest version of the Python client library is 7.0.0. Once you perform this upgrade, you'll be able to use the API version v201708. If you still encounter this error, could you provide the library version being used?