Hi All,
I was using google-adwords-api :v201601 of the api, and as we know its depreciated on August 27.
There is an error that I faced on :v201601
AdwordsApi::Errors::ReportError (HTTP code: 400, body: !!!2|||-1|||Invalid version for use with report XML???):
this is happening when I try to download report with definition using a well known line
report_utils.download_report(report_definition)
Now I tried to update my version to :v201607 and I am unexpectedly facing this error:
AdsCommon::Errors::Error (Unknown version 'v201607'):
Its happening during report_utils function call
report_utils = adwords.report_utils(API_VERSION)
Is there any one to guid me on migration or tell me if I am missing something during migration ?
Thanks in advance,
Sohair.