Method: properties.firebaseLinks.create
FirebaseLink を作成します。
プロパティに設定できる FirebaseLink は 1 つまでです。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。形式: properties/{property_id} 例: properties/1234
|
リクエストの本文
リクエストの本文には FirebaseLink
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された FirebaseLink
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-01 UTC。
[null,null,["最終更新日 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"]]