Google Analytics Admin API (analyticsadmin:v1alpha)

2024-07-30

6 new methods

Additions

    Methods
  • analyticsadmin.properties.dataStreams.eventEditRules.reorder

      Path: v1alpha/{+parent}/eventEditRules:reorder

      Parameters:

        parent

          Location: path

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

          Type: string

          Required: Yes

          Description: Required. Example format: properties/123/dataStreams/456

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

      HTTP Method: POST

      Flat Path: v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules:reorder

      Description: Changes the processing order of event edit rules on the specified stream.

      Parameter Order: parent

  • analyticsadmin.properties.dataStreams.eventEditRules.delete

      Parameter Order: name

      HTTP Method: DELETE

      Parameters:

        name

          Required: Yes

          Description: Required. Example format: properties/123/dataStreams/456/eventEditRules/789

          Type: string

          Location: path

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

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

      Flat Path: v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules/{eventEditRulesId}

      Path: v1alpha/{+name}

      Description: Deletes an EventEditRule.

  • analyticsadmin.properties.dataStreams.eventEditRules.get

      HTTP Method: GET

      Parameters:

        name

          Location: path

          Type: string

          Required: Yes

          Description: Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789

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

      Path: v1alpha/{+name}

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Description: Lookup for a single EventEditRule.

      Parameter Order: name

      Flat Path: v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules/{eventEditRulesId}

  • analyticsadmin.properties.dataStreams.eventEditRules.patch

      Description: Updates an EventEditRule.

      Flat Path: v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventEditRules/{eventEditRulesId}

      Parameter Order: name

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

      HTTP Method: PATCH

      Parameters:

        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

        name

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

          Required: Yes

          Description: Identifier. Resource name for this EventEditRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventEditRules/{event_edit_rule}

          Type: string

          Location: path

      Path: v1alpha/{+name}

  • analyticsadmin.properties.dataStreams.eventEditRules.create

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

      HTTP Method: POST

      Description: Creates an EventEditRule.

      Parameters:

        parent

          Type: string

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

          Location: path

          Required: Yes

          Description: Required. Example format: properties/123/dataStreams/456

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

      Path: v1alpha/{+parent}/eventEditRules

      Parameter Order: parent

  • analyticsadmin.properties.dataStreams.eventEditRules.list

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Path: v1alpha/{+parent}/eventEditRules

      Parameter Order: parent

      Description: Lists EventEditRules on a web data stream.

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

      HTTP Method: GET

      Parameters:

        pageToken

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

          Type: string

          Location: query

        pageSize

          Format: int32

          Type: integer

          Description: Optional. 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

        parent

          Type: string

          Required: Yes

          Location: path

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

          Description: Required. Example format: properties/123/dataStreams/456