Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google api limits for platforms (DFP)

I'm not sure where to read about the API request limit for a Google platform such as DFP.

I want to know if the limits are on a per platform basis, or a per google API console account basis? Because there may be several API accounts under a single platform

Thanks

like image 675
darkace Avatar asked Sep 08 '26 06:09

darkace


1 Answers

According to their support,

The API will give a QuotaError if the number of requests exceeds the limit. It is recommended to implement a back off before retrying the request. If you have DFP Small business, then it is recommended to limit requests 2 per second, if you have a Premium account, limit 8 requests per second.

For any additional information you could refer their,

  • Online Documentation
  • Ask for help in their Google Group

Hope that helps. Cheers

like image 67
Gunith D Avatar answered Sep 12 '26 17:09

Gunith D