Method: properties.expandedDataSets.create

  • 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.

Creates a ExpandedDataSet.

HTTP request

POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Example format: properties/1234

Request body

The request body contains an instance of ExpandedDataSet.

Response body

If successful, the response body contains a newly created instance of ExpandedDataSet.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/analytics.edit