Coba server MCP untuk Google Analytics. Instal dari
GitHub, dan lihat
pengumuman untuk mengetahui detail selengkapnya.
PropertyQuota
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Status saat ini dari semua kuota untuk Properti Analytics ini. Jika kuota untuk properti habis, semua permintaan ke properti tersebut akan menampilkan error Resource Exhausted.
Representasi JSON |
{
"tokensPerDay": {
object (QuotaStatus )
},
"tokensPerHour": {
object (QuotaStatus )
},
"concurrentRequests": {
object (QuotaStatus )
},
"serverErrorsPerProjectPerHour": {
object (QuotaStatus )
},
"potentiallyThresholdedRequestsPerHour": {
object (QuotaStatus )
},
"tokensPerProjectPerHour": {
object (QuotaStatus )
}
} |
Kolom |
tokensPerDay |
object (QuotaStatus )
Properti Analytics Standar dapat menggunakan hingga 200.000 token per hari; Properti Analytics 360 dapat menggunakan 2.000.000 token per hari. Sebagian besar permintaan menggunakan kurang dari 10 token.
|
tokensPerHour |
object (QuotaStatus )
Properti Analytics Standar dapat menggunakan hingga 40.000 token per jam; Properti Analytics 360 dapat menggunakan 400.000 token per jam. Permintaan API menggunakan satu jumlah token, dan jumlah tersebut akan dipotong dari semua kuota per jam, harian, dan per project per jam.
|
concurrentRequests |
object (QuotaStatus )
Properti Analytics Standar dapat mengirim hingga 10 permintaan serentak; Properti Analytics 360 dapat menggunakan hingga 50 permintaan serentak.
|
serverErrorsPerProjectPerHour |
object (QuotaStatus )
Pasangan Properti Analytics Standar dan project cloud dapat memiliki hingga 10 error server per jam; Pasangan Properti Analytics 360 dan project cloud dapat memiliki hingga 50 error server per jam.
|
potentiallyThresholdedRequestsPerHour |
object (QuotaStatus )
Properti Analytics dapat mengirim hingga 120 permintaan dengan dimensi yang berpotensi memiliki nilai minimum per jam. Dalam permintaan batch, setiap permintaan laporan dihitung secara terpisah untuk kuota ini jika permintaan berisi dimensi yang berpotensi memiliki nilai minimum.
|
tokensPerProjectPerHour |
object (QuotaStatus )
Properti Analytics dapat menggunakan hingga 35% token per project per jam. Artinya, Properti Analytics standar dapat menggunakan hingga 14.000 token per project per jam, dan Properti Analytics 360 dapat menggunakan 140.000 token per project per jam. Permintaan API menggunakan satu jumlah token, dan jumlah tersebut akan dipotong dari semua kuota per jam, harian, dan per project per jam.
|
QuotaStatus
Status saat ini untuk grup kuota tertentu.
Representasi JSON |
{
"consumed": integer,
"remaining": integer
} |
Kolom |
consumed |
integer
Kuota yang digunakan oleh permintaan ini.
|
remaining |
integer
Kuota yang tersisa setelah permintaan ini.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThe current quota status for Analytics Properties shows resource consumption and limits for requests, tokens, and server errors.\u003c/p\u003e\n"],["\u003cp\u003eStandard Analytics Properties have lower daily and hourly token limits compared to Analytics 360 Properties.\u003c/p\u003e\n"],["\u003cp\u003eBoth Analytics property types have limits on concurrent requests, server errors, and requests with potentially thresholded dimensions per hour.\u003c/p\u003e\n"],["\u003cp\u003eQuotaStatus object provides insight into the current consumption and remaining quota for a specific quota group.\u003c/p\u003e\n"],["\u003cp\u003eAPI requests deduct tokens from all hourly, daily, and per-project hourly quotas, potentially impacting overall resource availability.\u003c/p\u003e\n"]]],["The core information describes the quota system for Analytics Properties, detailing the limits for API usage. It outlines various quotas including tokens per day, tokens per hour, concurrent requests, server errors per project per hour, potentially thresholded requests per hour, and tokens per project per hour. Each quota has limits which depend on the type of Analytics Property, standard or 360. The `QuotaStatus` provides information about the number of tokens consumed and remaining for a given request. Exceeding any quota will return a `Resource Exhausted` error.\n"],null,["# PropertyQuota\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [QuotaStatus](#QuotaStatus)\n - [JSON representation](#QuotaStatus.SCHEMA_REPRESENTATION)\n\nCurrent state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"tokensPerDay\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"tokensPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"concurrentRequests\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"serverErrorsPerProjectPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"potentiallyThresholdedRequestsPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) }, \"tokensPerProjectPerHour\": { object (/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus) } } ``` |\n\n| Fields ||\n|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `tokens``Per``Day` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens. |\n| `tokens``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. |\n| `concurrent``Requests` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests. |\n| `server``Errors``Per``Project``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour; Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour. |\n| `potentially``Thresholded``Requests``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions. |\n| `tokens``Per``Project``Per``Hour` | `object (`[QuotaStatus](/analytics/devguides/reporting/data/v1/rest/v1alpha/PropertyQuota#QuotaStatus)`)` Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. |\n\nQuotaStatus\n-----------\n\nCurrent state for a particular quota group.\n\n| JSON representation |\n|-------------------------------------------------------|\n| ``` { \"consumed\": integer, \"remaining\": integer } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------|\n| `consumed` | `integer` Quota consumed by this request. |\n| `remaining` | `integer` Quota remaining after this request. |"]]