Method: properties.updateReportingIdentitySettings

Updates the reporting identity settings for this property.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
reportingIdentitySettings.name

string

Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to be updated. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. If omitted, the service will treat it as an implied field mask equivalent to all fields that are populated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of ReportingIdentitySettings.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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