Method: properties.getReportingIdentitySettings

  • This method returns the reporting identity settings for a specific property.

  • The request uses the HTTP GET method and includes a required path parameter name to specify the property.

  • The request body should be empty.

  • The response body contains an instance of ReportingIdentitySettings if the request is successful.

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

Returns the reporting identity settings for this property.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the settings to lookup. Format: properties/{property}/reportingIdentitySettings Example: "properties/1000/reportingIdentitySettings"

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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