Method: properties.expandedDataSets.get
חיפוש ערך ExtendedDataSet יחיד.
בקשת HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של ExtendedDataSet שאתם רוצים לקבל. פורמט לדוגמה: properties/1234/expandedDataSets/5678
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של ExpandedDataSet
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-05-06 (שעון UTC).
[null,null,["עדכון אחרון: 2024-05-06 (שעון UTC)."],[[["Retrieves a single ExpandedDataSet resource using an HTTP GET request."],["Requires specifying the ExpandedDataSet's resource name in the URL path."],["An empty request body is necessary, and a successful response returns an ExpandedDataSet object."],["Authorization requires specific OAuth scopes for either read-only or edit access to Analytics data."]]],["A `GET` request to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}` retrieves a single `ExpandedDataSet`. The `name` path parameter, a string in the format `properties/1234/expandedDataSets/5678`, is required. The request body must be empty. A successful response returns an `ExpandedDataSet` instance. Authorization requires either the `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics.edit` OAuth scope. The link to try it out is also provided.\n"]]