Google Analytics Admin API (analyticsadmin:v1alpha)

2022-12-06

2 new methods

Additions

    Methods
  • analyticsadmin.properties.bigQueryLinks.get

      Parameter Order: name

      Path: v1alpha/{+name}

      HTTP Method: GET

      Description: Lookup for a single BigQuery Link.

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

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Parameters:

        name

          Type: string

          Required: Yes

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

          Location: path

          Description: Required. The name of the BigQuery link to lookup. Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Example: properties/123/bigQueryLinks/456

  • analyticsadmin.properties.bigQueryLinks.list

      Parameter Order: parent

      Scopes:

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

      Description: Lists BigQuery Links on a property.

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

      Path: v1alpha/{+parent}/bigQueryLinks

      Parameters:

        pageSize

          Location: query

          Description: The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)

          Type: integer

          Format: int32

        pageToken

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

          Location: query

          Type: string

        parent

          Location: path

          Required: Yes

          Pattern: ^properties/[^/]+$

          Type: string

          Description: Required. The name of the property to list BigQuery links under. Format: properties/{property_id} Example: properties/1234