Method: properties.get
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1beta/{name=properties/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。検索するプロパティの名前。形式: properties/{property_id} 例: "properties/1000"
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Property
のインスタンスが含まれます。
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["Lookup a single Google Analytics 4 (GA4) property using its ID."],["This request requires authorization using specific OAuth scopes for either read or edit access to Analytics data."],["It uses an HTTP GET request to a designated URL with the property ID as a path parameter."],["The request body should be empty, and a successful response returns the property details."]]],["The core content describes how to retrieve a single Google Analytics property using a `GET` request to a specific URL, formatted as `https://analyticsadmin.googleapis.com/v1beta/{name=properties/*}`. The required `name` path parameter specifies the property to look up (e.g., \"properties/1000\"). The request body must be empty. A successful response will return a `Property` instance. This action requires either `analytics.readonly` or `analytics.edit` authorization scopes.\n"]]