ลองใช้เซิร์ฟเวอร์ MCP สำหรับ Google Analytics ติดตั้งจาก
GitHub และดูรายละเอียดเพิ่มเติมได้ที่
ประกาศ
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-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eFirebaseLink connects a GA4 property and a Firebase project, allowing data sharing and integration.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can create, delete, and list FirebaseLinks using the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eFirebaseLinks have a JSON representation containing \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eproject\u003c/code\u003e, and \u003ccode\u003ecreateTime\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eproject\u003c/code\u003e field can be specified using either a project number or project ID during creation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecreateTime\u003c/code\u003e is recorded in RFC3339 UTC "Zulu" format, including nanosecond resolution.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: properties.firebaseLinks\n\n- [Resource: FirebaseLink](#FirebaseLink)\n - [JSON representation](#FirebaseLink.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: FirebaseLink\n----------------------\n\nA link between a Google Analytics property and a Firebase project.\n\n| JSON representation |\n|---------------------------------------------------------------------|\n| ``` { \"name\": string, \"project\": string, \"createTime\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Example format: properties/1234/firebaseLinks/5678 |\n| `project` | `string` Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234' |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when this FirebaseLink was originally created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------|--------------------------------------|\n| ### [create](/analytics/devguides/config/admin/v1/rest/v1beta/properties.firebaseLinks/create) | Creates a FirebaseLink. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1beta/properties.firebaseLinks/delete) | Deletes a FirebaseLink on a property |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1beta/properties.firebaseLinks/list) | Lists FirebaseLinks on a property. |"]]