Method: properties.expandedDataSets.create
Crea un set di dati espanso.
Richiesta HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
parent |
string
Obbligatoria. Formato di esempio: Properties/1234
|
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di ExpandedDataSet
.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di ExpandedDataSet
appena creata.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/analytics.edit
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-05-06 UTC.
[null,null,["Ultimo aggiornamento 2024-05-06 UTC."],[[["Creates an ExpandedDataSet through an HTTP POST request to the specified URL."],["Requires `parent` as a path parameter indicating the property for which the ExpandedDataSet is created."],["The request body should contain an instance of ExpandedDataSet, and a successful response will return the newly created ExpandedDataSet."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document details how to create an ExpandedDataSet via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets`. The `parent` path parameter is required and specifies the property. The request body must include an `ExpandedDataSet` instance. A successful response returns the newly created `ExpandedDataSet`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. It uses gRPC Transcoding syntax.\n"]]