Erforderlich. Die UA-Property, für die die verknüpfte GA4-Property gesucht werden soll. In dieser Anfrage wird die interne Property-ID und nicht die Tracking-ID im Format UA-XXXXXX-YY verwendet. Format: properties/{internal_web_property_id}, Beispiel: properties/1234
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwort zum Suchen nach einer mit einer UA-Property verbundenen GA4-Property.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung
{"property": string}
Felder
property
string
Die GA4-Property, die mit der UA-Property verknüpft ist. Wenn keine verknüpfte GA4-Property vorhanden ist, wird ein leerer String zurückgegeben. Format: properties/{property_id}, Beispiel: properties/1234
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[],["This document details how to find a connected GA4 property using its associated UA property. A `GET` request to `https://analyticsadmin.googleapis.com/v1alpha/properties:fetchConnectedGa4Property` is made. The request requires a `property` query parameter, which is the UA property's internal ID, formatted as `properties/{internal_web_property_id}`. The request body must be empty. The response body returns a JSON structure containing a `property` field with the GA4 property ID or an empty string if none exists. The request needs authorization with specific OAuth scopes.\n"]]