Google Analytics Admin API (analyticsadmin:v1alpha)

2025-07-15

6 removed methods

Deletions

    Methods
  • analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut

      Path : v1alpha/properties:setAutomatedGa4ConfigurationOptOut

      Flat Path : v1alpha/properties:setAutomatedGa4ConfigurationOptOut

      HTTP Method : POST

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

      Description : Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.

  • analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut

  • analyticsadmin.properties.createConnectedSiteTag

      Path : v1alpha/properties:createConnectedSiteTag

      Flat Path : v1alpha/properties:createConnectedSiteTag

      HTTP Method : POST

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

      Description : Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.

  • analyticsadmin.properties.deleteConnectedSiteTag

      Path : v1alpha/properties:deleteConnectedSiteTag

      Flat Path : v1alpha/properties:deleteConnectedSiteTag

      HTTP Method : POST

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

      Description : Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.

  • analyticsadmin.properties.listConnectedSiteTags

  • analyticsadmin.properties.fetchConnectedGa4Property

      Path : v1alpha/properties:fetchConnectedGa4Property

      Flat Path : v1alpha/properties:fetchConnectedGa4Property

      HTTP Method : GET

      Parameters :

        property

          Description : Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234

          Location : query

          Type : string

      Scopes :

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Description : Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.