REST Resource: properties.firebaseLinks
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:FirebaseLink
Google Analytics 資源與 Firebase 專案之間的連結。
JSON 表示法 |
{
"name": string,
"project": string,
"createTime": string
} |
欄位 |
name |
string
僅供輸出。格式範例:properties/1234/firebaseLinks/5678
|
project |
string
不可變動。Firebase 專案資源名稱。建立 FirebaseLink 時,您可以使用專案編號或專案 ID 提供此資源名稱。建立這項資源後,返回的 FirebaseLinks 一律會包含包含專案編號的 project_name。 格式:'projects/{project number}',例如:'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 |
|
列出資源上的 FirebaseLinks。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-01-14 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-14 (世界標準時間)。"],[[["FirebaseLink establishes a connection between a Google Analytics 4 (GA4) property and a Firebase project."],["It's characterized by attributes like `name`, `project`, and `createTime`, with the `project` field designating the linked Firebase project."],["Key operations include creating, deleting, and listing FirebaseLinks associated with a GA4 property."],["`createTime` denotes the FirebaseLink's creation timestamp in RFC3339 UTC \"Zulu\" format."]]],[]]