| Issue 352: | add support to programmatically check quota | |
| 16 people starred this issue and may be notified of changes. | Back to list |
--------------------------------------------------------------------------- NOTE: This issue tracking system is for Google Analytics developer products only. If you are not a developer/programmer visit: http://www.google.com/analytics/support.html --------------------------------------------------------------------------- Name of related component: Core Reporting API Request summary: Add an API for checking Google API quota status. Note then that this is probably not a GA-specific request. Use Cases: We desire to build an alerting system to inform us when daily quota is being approached.
Nov 4, 2013
#1
[email protected]
Dec 19, 2014
+1 for this request My system integrates with the GAE and being able to programatically check the percentage of requests used toward quota would be extremely useful.
Sep 8, 2015
Is there still no way to read current API usage. Especially 500 writes per day is pain in the a** :(
Sep 8, 2015
DDofborg, What is the use case for more then 500 writes per day? have you attempted to implement batching (for user permissions)? we recently implemented a batching solution for user permissions in which you can do 30 writes for the cost of one, and see significant performance gains. https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtUserPermissions#batching Also you can apply for a quota increase, and if you meet the criteria you will likely get an approval: https://developers.google.com/analytics/devguides/config/mgmt/v3/limits-quotas?hl=en
Sep 9, 2015
In our case it's for a referrer spam killing tool (https://www.adwordsrobot.com/en/tools/ga-referrer-spam-killer). We need to add 35 filters to each view. We are hitting the limit very often. I don't think batching will help here, because it 35 writes per view for one account. I already applied for a quota increase, so that is in progress. I still think having insights in your usage is a good idea, because you can notify user before the quota problems occur. Any plans for that? Or is there another way? Like via Developers Console? |
|
| ► Sign in to add a comment |