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 คุณสามารถระบุชื่อทรัพยากรนี้โดยใช้หมายเลขโปรเจ็กต์หรือรหัสโปรเจ็กต์ เมื่อสร้างทรัพยากรนี้แล้ว FirebaseLinks ที่แสดงผลจะมี project_name ที่มีหมายเลขโปรเจ็กต์เสมอ รูปแบบ: "projects/{project number}" ตัวอย่างเช่น "projects/1234"
|
createTime |
string (Timestamp format)
เอาต์พุตเท่านั้น เวลาที่สร้าง FirebaseLink นี้เป็นครั้งแรก ใช้ RFC 3339 ซึ่งเอาต์พุตที่สร้างขึ้นจะเป็นรูปแบบ Z-normalized เสมอ และใช้ตัวเลขทศนิยม 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 ในพร็อพเพอร์ตี้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-01-30 UTC
[null,null,["อัปเดตล่าสุด 2025-01-30 UTC"],[[["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."]]],["FirebaseLinks connect Google Analytics properties to Firebase projects. They are represented in JSON with fields like `name`, `project`, and `createTime`, with the project specified by its number or ID. Key actions include creating, deleting, and listing FirebaseLinks. Creating a link requires providing the project resource name. Listing, deleting and creating links can be done through their respective methods. The time of the link's creation is provided in a timestamp format.\n"]]