Google Analytics Admin API (analyticsadmin:v1alpha)

2025-06-10

3 new methods

Additions

    Methods
  • analyticsadmin.properties.subpropertySyncConfigs.get

      Description : Lookup for a single Subproperty Sync Config.

      Flat Path : v1alpha/properties/{propertiesId}/subpropertySyncConfigs/{subpropertySyncConfigsId}

      Scopes :

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

        name

          Location : path

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

          Type : string

          Description : Required. Resource name of the SubpropertySyncConfig to lookup. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678

          Required : Yes

      HTTP Method : GET

      Parameter Order : name

      Path : v1alpha/{+name}

  • analyticsadmin.properties.subpropertySyncConfigs.patch

      Flat Path : v1alpha/properties/{propertiesId}/subpropertySyncConfigs/{subpropertySyncConfigsId}

      HTTP Method : PATCH

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

      Parameters :

        name

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

          Required : Yes

          Location : path

          Type : string

          Description : Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678

        updateMask

          Type : string

          Location : query

          Description : Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

          Format : google-fieldmask

      Parameter Order : name

      Path : v1alpha/{+name}

      Description : Updates a Subproperty Sync Config.

  • analyticsadmin.properties.subpropertySyncConfigs.list

      Scopes :

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

      Parameters :

        pageSize

          Format : int32

          Location : query

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

        pageToken

          Location : query

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

          Type : string

        parent

          Pattern : ^properties/[^/]+$

          Description : Required. Resource name of the property. Format: properties/property_id Example: properties/123

          Required : Yes

          Location : path

          Type : string

      Path : v1alpha/{+parent}/subpropertySyncConfigs

      Description : List all Subproperty Sync Configs on a property.

      Parameter Order : parent

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