Hello, While running an Ad Performance Report, I run into the following error when trying to make a new predicate:
Error: Server error: `POST https://adwords.google.com/api/adwords/reportdownload/v201806` resulted in a `500 Internal Server Error` response Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201806\cm\ApiException' with message 'Temporary problem with the server. Please retry the request after a few moments' in /Users/SeanZusi/Downloads/googleads-php-lib-35.2.0tar/src/Google/AdsApi/AdWords/Reporting/v201806/ReportDownloader.php:240 Stack trace: #0 /Users/SeanZusi/Downloads/googleads-php-lib-35.2.0tar/src/Google/AdsApi/AdWords/Reporting/v201806/ReportDownloader.php(126): Google\AdsApi\AdWords\Reporting\v201806\ReportDownloader->makeReportRequest(Array) #1 /Users/SeanZusi/Downloads/googleads-php-lib-35.2.0tar/adwords-examples-35.2.0/examples/AdWords/v201806/Reporting/downloadcriteriareportwithselector.php(93): Google\AdsApi\AdWords\Reporting\v201806\ReportDownloader->downloadReport(Object(Google\AdsApi\AdWords\Reporting\v201806\ReportDefinition), Object(Google\AdsApi\AdWords\ReportSettings)) #2 /Users/SeanZusi/Downloads/googleads-php-lib-35.2.0tar/adwords-examples-35.2.0/examples/AdWords/v201806/Reporting/downloadcriteriareportwithselector.php(117): Google in /Users/SeanZusi/Downloads/googleads-php-lib-35.2.0tar/src/Google/AdsApi/AdWords/Reporting/v201806/ReportDownloader.php on line 240 The predicate I am trying to add is as follows: new Predicate('AverageCpc', PredicateOperator::GREATER_THAN_EQUALS, ['1000000']). Please let me know what the best way to resolve this issue is. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ebfe160c-2a93-4563-b806-50c28958eb28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
