Method: properties.fetchConnectedGa4Property
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定された UA プロパティが与えられると、それに接続されている GA4 プロパティが検索されます。注: GA4 プロパティでは使用できません。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/properties:fetchConnectedGa4Property
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
property |
string
必須。接続された GA4 プロパティを検索する UA プロパティ。このリクエストでは、UA-XXXXXX-YY 形式のトラッキング ID ではなく、内部プロパティ ID が使用されます。形式: properties/{internal_web_property_id} 例: properties/1234
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
UA プロパティに接続されている GA4 プロパティを検索するためのレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"property": string
} |
フィールド |
property |
string
UA プロパティに接続されている GA4 プロパティ。接続された GA4 プロパティがない場合は、空の文字列が返されます。形式: properties/{property_id} 例: properties/1234
|
認可スコープ
次の 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-08-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-29 UTC。"],[[["This document details how to look up the connected Google Analytics 4 (GA4) property for a given Universal Analytics (UA) property using the Google Analytics Admin API."],["The API request requires the internal UA property ID and returns the connected GA4 property ID, if any."],["Authentication requires specific OAuth scopes for either read-only or edit access to Analytics data."],["It is important to note that this functionality cannot be used with GA4 properties and requires an empty request body."]]],[]]