Adword APi RateExceededError

45 views
Skip to first unread message

Accountify Apps

unread,
Aug 20, 2020, 6:55:55 AM8/20/20
to AdWords API and Google Ads API Forum
Hi,
 I am trying to get report using ReportQueryBuilder below is my code 
  $query = (new ReportQueryBuilder())
           
->select([
               
'CampaignId',
               
'CampaignName',
               
'AdGroupId',
               
'AdGroupName',
               
'Id',
               
'Impressions',
               
'Clicks',
               
'Cost',
               
'Date'
           
])
           
->from(ReportDefinitionReportType::CRITERIA_PERFORMANCE_REPORT)
           
->during($startDate, $endDate)
           
->build();
           
            $reportDownloader
= new ReportDownloader($session);



I am executing this in try catch and getting exception
Details: [fieldPath: ; trigger: Basic Access Daily Reporting Quota; errorString: RateExceededError.RATE_EXCEEDED]

Any help?

Google Ads API Forum Advisor Prod

unread,
Aug 20, 2020, 3:26:33 PM8/20/20
to 4ccoun...@gmail.com, adwor...@googlegroups.com

Hi,

Thank you for reaching out. The 'RateExceededError.RATE_EXCEEDED' error occurs as the 1,000 report requests / day is reached for the developer token with Basic Access. Please refer to this documentation for more information on the different Access Levels and their daily limits. As the daily limit for the operations has been reached, you could wait for the next day to perform more operations. Another solution is to upgrade the Basic Access to the Standard Access to have unlimited daily operations and report downloads. 

Thanks and regards,
Xiaoming, Google Ads API Team



ref:_00D1U1174p._5004Q23tIo6:ref
Reply all
Reply to author
Forward
0 new messages