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-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"]]