Google Analytics Admin API (analyticsadmin:v1alpha)

2023-09-29

2 new methods

Additions

    Methods
  • analyticsadmin.properties.dataStreams.getDataRedactionSettings

      Path: v1alpha/{+name}

      Description: Lookup for a single DataRedactionSettings.

      Parameters:

        name

          Location: path

          Required: Yes

          Pattern: ^properties/[^/]+/dataStreams/[^/]+/dataRedactionSettings$

          Description: Required. The name of the settings to lookup. Format: properties/{property}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"

          Type: string

      Flat Path: v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/dataRedactionSettings

      Parameter Order: name

      HTTP Method: GET

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
  • analyticsadmin.properties.dataStreams.updateDataRedactionSettings

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

      Parameter Order: name

      Parameters:

        updateMask

          Location: query

          Description: Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

          Format: google-fieldmask

          Type: string

        name

          Type: string

          Description: Output only. Name of this Data Redaction Settings resource. Format: properties/{property_id}/dataStreams/{data_stream}/dataRedactionSettings Example: "properties/1000/dataStreams/2000/dataRedactionSettings"

          Required: Yes

          Pattern: ^properties/[^/]+/dataStreams/[^/]+/dataRedactionSettings$

          Location: path

      Path: v1alpha/{+name}

      Flat Path: v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/dataRedactionSettings

      Description: Updates a DataRedactionSettings on a property.

      HTTP Method: PATCH