Method: properties.getPropertyQuotasSnapshot
特定のプロパティの割り当てカテゴリ別に、すべてのプロパティの割り当てを取得します。これにより、割り当てが最も多いカテゴリから 1 件の宿泊施設の割り当てが課金されます。
HTTP リクエスト
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。このプロパティの割り当てはレスポンスに一覧表示されます。形式: properties/{property}/propertyQuotasSnapshot
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
割り当てカテゴリ別に整理された、すべてのプロパティの割り当ての現在のステータス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
name |
string
ID。プロパティ割り当てスナップショット リソース名。
|
corePropertyQuota |
object (PropertyQuota )
コア プロパティ トークンのプロパティ割り当て
|
realtimePropertyQuota |
object (PropertyQuota )
リアルタイム プロパティ トークンのプロパティ割り当て
|
funnelPropertyQuota |
object (PropertyQuota )
目標到達プロセスのプロパティ トークンのプロパティ割り当て
|
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-22 UTC。
[null,null,["最終更新日 2024-11-22 UTC。"],[[["Retrieves property quota information for a given Google Analytics 4 property, organized by quota category (core, realtime, funnel)."],["Uses an HTTP GET request with the property ID specified in the URL path."],["Returns a JSON response containing the current state of all property quotas, including their respective remaining tokens."],["Requires authorization with either \"analytics.readonly\" or \"analytics\" scope."],["This action consumes 1 property quota from the category with the most remaining quota upon execution."]]],["This content describes retrieving property quotas via a `GET` request to `https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}`. The `name` path parameter, specifying the property, is required. The request body must be empty. The response returns a JSON object containing the current state of `core`, `realtime`, and `funnel` property quotas, organized by category, along with a resource name. Authorization requires either the `analytics.readonly` or `analytics` OAuth scope. This operation consumes one quota from the highest-usage quota category.\n"]]