Method: properties.rollupPropertySourceLinks.create
Hiermit wird eine Verknüpfung mit der Quelle einer Sammel-Property erstellt. Nur Sammel-Properties können Quellverknüpfungen haben. Bei dieser Methode wird daher ein Fehler ausgegeben, wenn sie für andere Arten von Properties verwendet wird.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Format: Properties/{property_id} Beispiel: Properties/1234
|
Anfragetext
Der Anfragetext enthält eine Instanz von RollupPropertySourceLink
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von RollupPropertySourceLink
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Creates a source link for roll-up properties to link with original properties."],["Uses an HTTP POST request with specific path and request body parameters."],["Successful requests return a newly created `RollupPropertySourceLink` instance."],["Requires `analytics.edit` authorization scope for execution."]]],["This document details how to create a roll-up property source link via a `POST` request to the specified URL: `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks`. The `parent` path parameter, formatted as `properties/{property_id}`, is required. The request body should contain a `RollupPropertySourceLink` instance, and a successful response will return a newly created `RollupPropertySourceLink`. This action is only for roll-up properties and requires the `analytics.edit` OAuth scope.\n"]]