Method: properties.expandedDataSets.get

  • This page provides documentation for looking up a single ExpandedDataSet.

  • The request uses a GET HTTP method with a specific URL format including path parameters for property and expanded dataset IDs.

  • The request body must be empty.

  • The response body contains an instance of ExpandedDataSet upon successful execution.

  • Authorization requires either the analytics.readonly or analytics.edit OAuth scope.

Lookup for a single ExpandedDataSet.

HTTP request

GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/expandedDataSets/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the ExpandedDataSet to get. Example format: properties/1234/expandedDataSets/5678

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ExpandedDataSet.

Authorization scopes

Requires one of the following OAuth scopes:

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