Google Analytics Admin API (analyticsadmin:v1alpha)

2024-07-09

3 new methods

Additions

    Methods
  • analyticsadmin.properties.bigQueryLinks.create

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. Example format: properties/1234

          Location: path

          Required: Yes

          Type: string

          Pattern: ^properties/[^/]+$

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

      Parameter Order: parent

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

      Path: v1alpha/{+parent}/bigQueryLinks

      Description: Creates a BigQueryLink.

  • analyticsadmin.properties.bigQueryLinks.patch

      Parameters:

        name

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

          Type: string

          Required: Yes

          Location: path

          Description: Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'

        updateMask

          Location: query

          Format: google-fieldmask

          Type: string

          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.

      Description: Updates a BigQueryLink.

      Parameter Order: name

      Flat Path: v1alpha/properties/{propertiesId}/bigQueryLinks/{bigQueryLinksId}

      Path: v1alpha/{+name}

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

      HTTP Method: PATCH

  • analyticsadmin.properties.bigQueryLinks.delete

      Path: v1alpha/{+name}

      Flat Path: v1alpha/properties/{propertiesId}/bigQueryLinks/{bigQueryLinksId}

      HTTP Method: DELETE

      Description: Deletes a BigQueryLink on a property.

      Parameter Order: name

      Parameters:

        name

          Type: string

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

          Required: Yes

          Location: path

          Description: Required. The BigQueryLink to delete. Example format: properties/1234/bigQueryLinks/5678

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