Google Analytics Admin API (analyticsadmin:v1alpha)

2022-01-18

13 removed methods

Deletions

    Methods
  • analyticsadmin.properties.webDataStreams.patch

      Description: Updates a web stream on a property.

      Flat Path: v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}

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

      Path: v1alpha/{+name}

      Parameters:

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          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.

        name

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

          Required: Yes

          Type: string

          Location: path

          Description: Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"

      HTTP Method: PATCH

      Parameter Order: name

  • analyticsadmin.properties.webDataStreams.delete

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

      Path: v1alpha/{+name}

      Description: Deletes a web stream on a property.

      Parameters:

        name

          Location: path

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

          Required: Yes

          Type: string

          Description: Required. The name of the web data stream to delete. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"

      HTTP Method: DELETE

      Flat Path: v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}

      Parameter Order: name

  • analyticsadmin.properties.webDataStreams.create

      HTTP Method: POST

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

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

      Path: v1alpha/{+parent}/webDataStreams

      Description: Creates a web stream with the specified location and attributes.

      Parameters:

        parent

          Pattern: ^properties/[^/]+$

          Required: Yes

          Type: string

          Location: path

          Description: Required. The parent resource where this web data stream will be created. Format: properties/123

      Parameter Order: parent

  • analyticsadmin.properties.webDataStreams.list

      Parameter Order: parent

      Path: v1alpha/{+parent}/webDataStreams

      Scopes:

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

        pageSize

          Location: query

          Description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)

          Format: int32

          Type: integer

        parent

          Pattern: ^properties/[^/]+$

          Description: Required. The name of the parent property. For example, to list results of web streams under the property with Id 123: "properties/123"

          Required: Yes

          Type: string

          Location: path

        pageToken

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

          Type: string

          Location: query

      Description: Returns child web data streams under the specified parent property. Web data streams will be excluded if the caller does not have access. Returns an empty list if no relevant web data streams are found.

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

      HTTP Method: GET

  • analyticsadmin.properties.webDataStreams.get

      Path: v1alpha/{+name}

      Flat Path: v1alpha/properties/{propertiesId}/webDataStreams/{webDataStreamsId}

      Parameters:

        name

          Location: path

          Type: string

          Required: Yes

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

          Description: Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"

      HTTP Method: GET

      Description: Lookup for a single WebDataStream

      Parameter Order: name

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
  • analyticsadmin.properties.androidAppDataStreams.delete

      Parameters:

        name

          Location: path

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

          Description: Required. The name of the android app data stream to delete. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"

          Type: string

          Required: Yes

      Parameter Order: name

      Flat Path: v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}

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

      Description: Deletes an android app stream on a property.

      HTTP Method: DELETE

      Path: v1alpha/{+name}

  • analyticsadmin.properties.androidAppDataStreams.list

      Path: v1alpha/{+parent}/androidAppDataStreams

      Scopes:

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

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The name of the parent property. For example, to limit results to app streams under the property with Id 123: "properties/123"

          Required: Yes

          Pattern: ^properties/[^/]+$

          Location: path

          Type: string

        pageSize

          Location: query

          Type: integer

          Description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)

          Format: int32

        pageToken

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

          Type: string

          Location: query

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

      Description: Returns child android app streams under the specified parent property. Android app streams will be excluded if the caller does not have access. Returns an empty list if no relevant android app streams are found.

  • analyticsadmin.properties.androidAppDataStreams.get

      Parameters:

        name

          Required: Yes

          Type: string

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

          Description: Required. The name of the android app data stream to lookup. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"

          Location: path

      Parameter Order: name

      Path: v1alpha/{+name}

      HTTP Method: GET

      Flat Path: v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Description: Lookup for a single AndroidAppDataStream

  • analyticsadmin.properties.androidAppDataStreams.patch

      Parameter Order: name

      HTTP Method: PATCH

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

      Flat Path: v1alpha/properties/{propertiesId}/androidAppDataStreams/{androidAppDataStreamsId}

      Parameters:

        name

          Location: path

          Type: string

          Description: Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000"

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

          Required: Yes

        updateMask

          Location: query

          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.

          Format: google-fieldmask

      Path: v1alpha/{+name}

      Description: Updates an android app stream on a property.

  • analyticsadmin.properties.iosAppDataStreams.get

      Parameters:

        name

          Description: Required. The name of the iOS app data stream to lookup. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/123/iosAppDataStreams/456"

          Location: path

          Type: string

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

          Required: Yes

      Parameter Order: name

      HTTP Method: GET

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Flat Path: v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}

      Description: Lookup for a single IosAppDataStream

      Path: v1alpha/{+name}

  • analyticsadmin.properties.iosAppDataStreams.delete

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

      HTTP Method: DELETE

      Description: Deletes an iOS app stream on a property.

      Parameters:

        name

          Type: string

          Location: path

          Description: Required. The name of the iOS app data stream to delete. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/123/iosAppDataStreams/456"

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

          Required: Yes

      Parameter Order: name

      Path: v1alpha/{+name}

      Flat Path: v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}

  • analyticsadmin.properties.iosAppDataStreams.list

      HTTP Method: GET

      Path: v1alpha/{+parent}/iosAppDataStreams

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Description: Returns child iOS app data streams under the specified parent property. iOS app data streams will be excluded if the caller does not have access. Returns an empty list if no relevant iOS app data streams are found.

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

      Parameter Order: parent

      Parameters:

        parent

          Type: string

          Pattern: ^properties/[^/]+$

          Required: Yes

          Location: path

          Description: Required. The name of the parent property. For example, to list results of app streams under the property with Id 123: "properties/123"

        pageToken

          Location: query

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

          Type: string

        pageSize

          Format: int32

          Location: query

          Type: integer

          Description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)

  • analyticsadmin.properties.iosAppDataStreams.patch

      Flat Path: v1alpha/properties/{propertiesId}/iosAppDataStreams/{iosAppDataStreamsId}

      Parameters:

        name

          Required: Yes

          Description: Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"

          Location: path

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

          Type: string

        updateMask

          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.

          Location: query

          Format: google-fieldmask

      Description: Updates an iOS app stream on a property.

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

      Path: v1alpha/{+name}

      HTTP Method: PATCH

      Parameter Order: name