REST Resource: properties.firebaseLinks
リソース: FirebaseLink
Google アナリティクスのプロパティと Firebase プロジェクトの間のリンク。
JSON 表現 |
{
"name": string,
"project": string,
"createTime": string
} |
フィールド |
name |
string
出力専用。形式の例: properties/1234/firebaseLinks/5678
|
project |
string
変更不可。Firebase プロジェクトのリソース名。FirebaseLink を作成するときに、プロジェクト番号またはプロジェクト ID を使用してこのリソース名を指定できます。このリソースが作成されると、返される FirebaseLinks には常にプロジェクト番号を含む project_name が含まれます。 形式: 'projects/{プロジェクト番号}' 例: 'projects/1234'
|
createTime |
string (Timestamp format)
出力専用。この FirebaseLink が最初に作成された時刻。 RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 、"2014-10-02T15:01:23+05:30" 。
|
メソッド |
|
FirebaseLink を作成します。 |
|
プロパティの FirebaseLink を削除します。 |
|
プロパティの FirebaseLink を一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-30 UTC。
[null,null,["最終更新日 2025-01-30 UTC。"],[[["FirebaseLink connects a GA4 property and a Firebase project, allowing data sharing and integration."],["Developers can create, delete, and list FirebaseLinks using the provided methods."],["FirebaseLinks have a JSON representation containing `name`, `project`, and `createTime` fields."],["`project` field can be specified using either a project number or project ID during creation."],["`createTime` is recorded in RFC3339 UTC \"Zulu\" format, including nanosecond resolution."]]],["A FirebaseLink connects a Google Analytics property to a Firebase project. It's represented in JSON with fields for `name`, `project`, and `createTime`. The `project` field, which is immutable, can use either project number or ID. `createTime` displays the link's creation time. Key actions include `creating` a link, `deleting` it, and `listing` existing links within a property. The format for creating, deleting, or listing is provided within the links.\n"]]