Dear Adwords API team
As of earlier today, I've started getting an inconsistency in the quality score metric, retrieved via the Keywords Performance report.Here is an example; these rows were taken from the results of an identical report request, generated within 3 minutes of each other
<row day='2016-05-12' adGroupID='17152952715' campaignID='192533355' keywordID='22483790564' keyword='XXXXXXXXXX' matchType='Broad' qualityScore='--' impressions='1' firstPageCPC='10000'/> <row day='2016-05-12' adGroupID='17152952715' campaignID='192533355' keywordID='22483790564' keyword='XXXXXXXXXX' matchType='Broad' qualityScore='9' impressions='1' firstPageCPC='10000'/>
As you can see, the quality score is "--" in one and "9" in the other. This causes my code to throw an exception as "--" is not an integer.
It's affecting only a small number of report, and repeatedly re-running the affected reports eventually resolves the problem, as they are retrieving data in the expected format.
So it's not affecting all your reporting servers.
Could you please investigate?
thanks
pete