כדאי לנסות את שרת ה-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, אפשר לציין את שם המשאב הזה באמצעות מספר פרויקט או מזהה פרויקט. אחרי שיוצרים את המשאב הזה, תמיד יהיה למאפיין project_name של ה-FirebaseLinks המוחזר מספר פרויקט. פורמט: 'projects/{project number}'. דוגמה: 'projects/1234'
|
createTime |
string (Timestamp format)
פלט בלבד. השעה שבה ה-FirebaseLink הזה נוצר במקור. הפורמט הזה משתמש ב-RFC 3339, שבו הפלט שנוצר תמיד יהיה מנורמלי לפי Z וישמש בספרות עשרוניות של 0, 3, 6 או 9. אפשר להשתמש גם בשינויים (offsets) אחרים מלבד 'Z'. דוגמאות: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" או "2014-10-02T15:01:23+05:30" .
|
Methods |
|
יצירת FirebaseLink. |
|
מחיקה של FirebaseLink בנכס |
|
הצגת רשימת FirebaseLinks בנכס. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eFirebaseLink establishes a connection between a Google Analytics 4 (GA4) property and a Firebase project.\u003c/p\u003e\n"],["\u003cp\u003eIt's characterized by attributes like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eproject\u003c/code\u003e, and \u003ccode\u003ecreateTime\u003c/code\u003e, with the \u003ccode\u003eproject\u003c/code\u003e field designating the linked Firebase project.\u003c/p\u003e\n"],["\u003cp\u003eKey operations include creating, deleting, and listing FirebaseLinks associated with a GA4 property.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecreateTime\u003c/code\u003e denotes the FirebaseLink's creation timestamp in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"]]],["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"],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/v1alpha/properties.firebaseLinks/create) | Creates a FirebaseLink. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.firebaseLinks/delete) | Deletes a FirebaseLink on a property |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.firebaseLinks/list) | Lists FirebaseLinks on a property. |"]]