Method: properties.firebaseLinks.create
Erstellt einen FirebaseLink.
Properties können höchstens einen FirebaseLink haben.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1beta/{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: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-14 (UTC)."],[[["AdSense publishers must comply with the AdSense Program policies and Terms and Conditions."],["There are two types of policy enforcements: policy violations that require fixing, and publisher restrictions that limit advertising but don't need to be fixed."],["Direct model publishers in Alpha will be notified of policy violations by their account manager and receive support in resolving them."],["Widespread policy violations across a network may lead to Google taking action against the entire platform."]]],["This documentation details the process for creating a FirebaseLink via an HTTP POST request to `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/firebaseLinks`. The `parent` path parameter is required, specifying the property ID (e.g., `properties/1234`). The request body needs an instance of `FirebaseLink`, and a successful response will include a newly created `FirebaseLink` instance. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Each property can have only one FirebaseLink.\n"]]