Method: properties.customDimensions.get
1 つの CustomDimension のルックアップ。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/customDimensions/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得する CustomDimension の名前。形式の例: properties/1234/customDimensions/5678
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には CustomDimension
のインスタンスが含まれます。
承認スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-06 UTC。
[null,null,["最終更新日 2024-05-06 UTC。"],[[["This page details how to use the Google Analytics Admin API to look up a single custom dimension."],["Requests must use the `GET` method and provide the `name` of the custom dimension in the URL path."],["No request body is needed, and a successful response returns a `CustomDimension` object."],["Authorization is required with either `analytics.readonly` or `analytics.edit` scopes."]]],["To retrieve a CustomDimension, use a `GET` request to the specified URL, including the dimension's `name` in the path. The `name` parameter is required and follows the format `properties/*/customDimensions/*`. The request body should be empty. A successful response returns a `CustomDimension` instance. This action requires authorization via either the `analytics.readonly` or `analytics.edit` OAuth scopes. The URL format uses gRPC Transcoding syntax.\n"]]