必須。接続された 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
[[["わかりやすい","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."]]],[]]