Google Analytics Admin API (analyticsadmin:v1alpha)

2023-08-10

1 new method

Additions

    Methods
  • analyticsadmin.properties.conversionEvents.patch

      Description : Updates a conversion event with the specified attributes.

      HTTP Method : PATCH

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

      Parameter Order : name

      Parameters :

        name

          Description : Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}

          Type : string

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

          Location : path

          Required : Yes

        updateMask

          Location : query

          Format : google-fieldmask

          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

      Path : v1alpha/{+name}

      Flat Path : v1alpha/properties/{propertiesId}/conversionEvents/{conversionEventsId}