Google Analytics Admin API (analyticsadmin:v1alpha)

2022-02-02

1 new method | 1 removed method

Additions

    Methods
  • analyticsadmin.properties.dataStreams.getGlobalSiteTag

      Parameters:

        name

          Required: Yes

          Type: string

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

          Location: path

          Description: Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag"

      Scopes:

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

      Description: Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.

      Path: v1alpha/{+name}

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

      HTTP Method: GET

Deletions

    Methods
  • analyticsadmin.properties.webDataStreams.getGlobalSiteTag

      HTTP Method: GET

      Path: v1alpha/{+name}

      Parameter Order: name

      Parameters:

        name

          Description: Required. The name of the site tag to lookup. Note that site tags are singletons and do not have unique IDs. Format: properties/{property_id}/webDataStreams/{stream_id}/globalSiteTag Example: "properties/123/webDataStreams/456/globalSiteTag"

          Type: string

          Required: Yes

          Location: path

          Pattern: ^properties/[^/]+/webDataStreams/[^/]+/globalSiteTag$

      Description: Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Flat Path: v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}/globalSiteTag