wojtekmo / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Documentation: Core Reporting API Quota Definition is unclear #855

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.): Documentation

Issue summary:
In the Core Reporting API Reference page 
(https://developers.google.com/analytics/devguides/reporting/core/v3/reference) 
there is a section titled 'Getting Full Quota' with instructions on how to 
register an application to get "full quota". However, there is no information 
regarding what the quota is if users do NOT do this, or even any information on 
quotas when they do.

Steps to reproduce issue:
1. Visit 
https://developers.google.com/analytics/devguides/reporting/core/v3/reference
2. Find the 'Getting Full Quota'
3. Try to find information on quotas

Expected output:
Clear information regarding what query levels are available with and without 
registration and "Full Quota" access

Actual results:
Information advising me to register, but not WHY

Notes:
No offence meant, but this is quite obtuse compared to other Google APIs. It'd 
be nice if you were consistently clear here.

Original issue reported on code.google.com by jus...@ilithium.com on 16 Jan 2016 at 8:16

GoogleCodeExporter commented 8 years ago
Since all requests now require OAuth 2.0 you must always register your 
application. See: 
https://developers.google.com/analytics/devguides/reporting/core/v3/limits-quota
s
For full set of limits and quotas.

Original comment by mcoh...@google.com on 20 Jan 2016 at 12:28