REST Resource: properties.firebaseLinks
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:FirebaseLink
GA4 資源與 Firebase 專案之間的連結。
JSON 表示法 |
{
"name": string,
"project": string,
"createTime": string
} |
欄位 |
name |
string
僅供輸出。格式範例:properties/1234/firebaseLinks/5678
|
project |
string
不可變動。Firebase 專案資源名稱。建立 FirebaseLink 時,您可以使用專案編號或專案 ID 提供資源名稱。建立這項資源後,傳回的 FirebaseLink 就會一律使用含有專案編號的 project_name。 格式:「projects/{專案編號}」例如:「projects/1234」
|
createTime |
string (Timestamp format)
僅供輸出。這個 FirebaseLink 的建立時間。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
方法 |
|
建立 FirebaseLink。 |
|
刪除資源中的 FirebaseLink |
|
可列出資源上的 FirebaseLink。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[[["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."]]],[]]