Method: properties.expandedDataSets.get
Wyszukiwanie pojedynczego rozszerzonego zbioru danych.
Żądanie HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa rozwiniętego zbioru danych, który ma zostać pobrany. Przykładowy format: properties/1234/expandedDataSets/5678
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu ExpandedDataSet
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-06 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]