Hi!
It seems that some fields in Age Range Performance Report are incompatible with each other. For example, I found that the report
curl --http1.1 --header "Authorization : Bearer {Token}" --header "developerToken : {DeveloperToken}" --header "clientCustomerId: {CustomerId}" --header "includeZeroImpressions: FALSE" --data "__rdquery=SELECT
Date, ConversionTrackerId, AllConversions, GmailSaves FROM AGE_RANGE_PERFORMANCE_REPORT DURING 20200509,20200512&__fmt=CSV"
https://adwords.google.com/api/adwords/reportdownload/v201809
results in 500 error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><reportDownloadError><ApiError><type>ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND</type><trigger>Unable to read report data</trigger><fieldPath></fieldPath></ApiError></reportDownloadError>
And it works OK if I removed any column (except Date). It is strange, because those fields are not in the incompatible list for each other, for example,
Earlier (about 2 weeks ago) the report which simplified version I quoted worked fine.
Could you help me, please? Thanks!
Best regards,
Dmitry