Method: properties.firebaseLinks.create
FirebaseLink を作成します。
プロパティに設定できる FirebaseLink は 1 つまでです。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1beta/{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 および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 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"]]