Google Analytics Admin API (analyticsadmin:v1alpha)

2023-04-06

5 new methods

Additions

    Methods
  • analyticsadmin.properties.channelGroups.list

      Parameters :

        parent

          Pattern : ^properties/[^/]+$

          Location : path

          Description : Required. The property for which to list ChannelGroups. Example format: properties/1234

          Required : Yes

          Type : string

        pageToken

          Type : string

          Description : A page token, received from a previous `ListChannelGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListChannelGroups` must match the call that provided the page token.

          Location : query

        pageSize

          Format : int32

          Type : integer

          Description : The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

          Location : query

      HTTP Method : GET

      Description : Lists ChannelGroups on a property.

      Scopes :

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

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

      Path : v1alpha/{+parent}/channelGroups

  • analyticsadmin.properties.channelGroups.patch

      Description : Updates a ChannelGroup.

      HTTP Method : PATCH

      Flat Path : v1alpha/properties/{propertiesId}/channelGroups/{channelGroupsId}

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

      Parameter Order : name

      Parameters :

        name

          Type : string

          Location : path

          Required : Yes

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

          Description : Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}

        updateMask

          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

          Location : query

      Path : v1alpha/{+name}

  • analyticsadmin.properties.channelGroups.delete

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The ChannelGroup to delete. Example format: properties/1234/channelGroups/5678

          Type : string

          Location : path

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

          Required : Yes

      Flat Path : v1alpha/properties/{propertiesId}/channelGroups/{channelGroupsId}

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

      Parameter Order : name

      Description : Deletes a ChannelGroup on a property.

      Path : v1alpha/{+name}

  • analyticsadmin.properties.channelGroups.create

      Parameters :

        parent

          Required : Yes

          Location : path

          Description : Required. The property for which to create a ChannelGroup. Example format: properties/1234

          Pattern : ^properties/[^/]+$

          Type : string

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

      Description : Creates a ChannelGroup.

      Parameter Order : parent

      HTTP Method : POST

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

      Path : v1alpha/{+parent}/channelGroups

  • analyticsadmin.properties.channelGroups.get

      Scopes :

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • HTTP Method : GET

      Parameter Order : name

      Flat Path : v1alpha/properties/{propertiesId}/channelGroups/{channelGroupsId}

      Description : Lookup for a single ChannelGroup.

      Path : v1alpha/{+name}

      Parameters :

        name

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

          Type : string

          Description : Required. The ChannelGroup to get. Example format: properties/1234/channelGroups/5678

          Required : Yes

          Location : path