It looks like as part of the v201506 API the KeywordText field was removed from some reporting endpoints
The KeywordText,PlacementUrl, and UserListIdfields were removed since they were duplicates of the Criteriacolumn.
I am still using the v201502 API, but I am now getting errors like this
AdwordsApi::Errors::ReportXmlError:
HTTP code: 400, error type: 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', trigger: '', field path: 'KeywordText'
Is it possible that this change was accidentally made to the 201502 version of the API in a backwards-incompatible manner?
For reference, I'm using the
Ruby gem, version 0.15.1, which was working as recently as 6 a.m. central time this morning (6/30).