Method: properties.firebaseLinks.create
Erstellt einen FirebaseLink.
Properties können nur einen FirebaseLink haben.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks
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 FirebaseLink
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von FirebaseLink
.
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-08-01 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-01 (UTC)."],[[["Creates a FirebaseLink, allowing properties to have at most one."],["Sends a POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks` to create the link."],["Requires specifying the parent property in the path parameter using the format `properties/{property_id}`."],["The request body should contain a FirebaseLink object, as detailed in the provided documentation."],["Needs `https://www.googleapis.com/auth/analytics.edit` authorization scope for successful execution."]]],["This documentation details the process for creating a FirebaseLink via an HTTP POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks`. The `parent` path parameter, in the format `properties/{property_id}`, is required. The request body must contain a `FirebaseLink` instance, and a successful response returns a newly created `FirebaseLink`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Each property can have at most one FirebaseLink.\n"]]