Fatal error: Uncaught exception 'ReportDownloadException' with message 'Report download failed. Underlying errors are
Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 'Cannot select a combination of AveragePageviews and AdvertiserExperimentId,ClickType,ConversionCategory,ConversionCategoryName,ConversionTypeId,ConversionTypeName,Device,HourOfDay,ImpressionTypeId,Slot,SocialAnnotationType', FieldPath = 'AveragePageviews'. ' in /Users/sluther/Projects/clariture/api/vendor/cmutter/google-adwords-api/src/Google/Api/Ads/AdWords/Util/ReportUtils.php:194
Stack trace:
#0 /Users/sluther/Projects/clariture/api/vendor/cmutter/google-adwords-api/src/Google/Api/Ads/AdWords/Util/ReportUtils.php(99): ReportUtils::DownloadReportFromUrl('https://adwords...', Array, Array, '/Users/sluther/...')
#1 /Users/sluther/Projects/clariture/api/app/src/Clariture/Console/Reports.php(199): ReportUtils::DownloadReport(Object(ReportDefinition), '/Users/sluther/...', Object(AdWordsUser), Array)
#2 /Users/sluther/Projects/clariture in /Users/sluther/Projects/clariture/api/vendor/cmutter/google-adwords-api/src/Google/Api/Ads/AdWords/Util/ReportUtils.php on line 194
I know that I have to remove the AveragePageviews field from the list of fields I'm requesting in the report. What I'd like is a list of all the incompatible field types with Date and HourOfDay for *all* report types. Any suggestions?