Google Analytics Admin API (analyticsadmin:v1alpha)

2022-06-07

2 new methods

Additions

    Methods
  • analyticsadmin.properties.updateAttributionSettings

      Path : v1alpha/{+name}

      Description : Updates attribution settings on a property.

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

      Parameter Order : name

      Flat Path : v1alpha/properties/{propertiesId}/attributionSettings

      Parameters :

        name

          Type : string

          Location : path

          Pattern : ^properties/[^/]+/attributionSettings$

          Required : Yes

          Description : Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings"

        updateMask

          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.

          Type : string

          Location : query

          Format : google-fieldmask

      HTTP Method : PATCH

  • analyticsadmin.properties.getAttributionSettings

      Description : Lookup for a AttributionSettings singleton.

      HTTP Method : GET

      Path : v1alpha/{+name}

      Scopes :

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

      Parameters :

        name

          Location : path

          Pattern : ^properties/[^/]+/attributionSettings$

          Description : Required. The name of the attribution settings to retrieve. Format: properties/{property}/attributionSettings

          Required : Yes

          Type : string

      Flat Path : v1alpha/properties/{propertiesId}/attributionSettings