Method: properties.firebaseLinks.create
יוצר קישור ל-Firebase.
לנכסים יכול להיות קישור FirebaseLink אחד לכל היותר.
בקשת HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
parent |
string
חובה. פורמט: properties/{property_id} דוגמה: properties/1234
|
גוף הבקשה
גוף הבקשה מכיל מופע של FirebaseLink
.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע חדש של FirebaseLink
.
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/analytics.edit
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-01 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-01 (שעון UTC)."],[[["Creates a FirebaseLink, allowing properties to have at most one."],["Sends a POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks` to create the link."],["Requires specifying the parent property in the path parameter using the format `properties/{property_id}`."],["The request body should contain a FirebaseLink object, as detailed in the provided documentation."],["Needs `https://www.googleapis.com/auth/analytics.edit` authorization scope for successful execution."]]],["This documentation details the process for creating a FirebaseLink via an HTTP POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks`. The `parent` path parameter, in the format `properties/{property_id}`, is required. The request body must contain a `FirebaseLink` instance, and a successful response returns a newly created `FirebaseLink`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Each property can have at most one FirebaseLink.\n"]]