AI-generated Key Takeaways
- 
          This method returns the reporting identity settings for a specific property. 
- 
          The request uses the HTTP GET method and includes a required path parameter nameto specify the property.
- 
          The request body should be empty. 
- 
          The response body contains an instance of ReportingIdentitySettingsif the request is successful.
- 
          Authorization requires either the analytics.readonlyoranalytics.editOAuth 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 | 
 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