Method: properties.expandedDataSets.get
Suche nach einem einzelnen erweiterten Datensatz.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des abzurufenden erweiterten Datasets. Beispielformat: properties/1234/expandedDataSets/5678
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von ExpandedDataSet
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]