Google Analytics Admin API (analyticsadmin:v1alpha)

2022-09-30

5 new methods

Additions

    Methods
  • analyticsadmin.properties.searchAds360Links.patch

      Path: v1alpha/{+name}

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

      Parameter Order: name

      Description: Updates a SearchAds360Link on a property.

      HTTP Method: PATCH

      Parameters:

        name

          Location: path

          Description: Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID

          Type: string

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

          Required: Yes

        updateMask

          Description: Required. The list of fields to be updated. 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

          Type: string

      Flat Path: v1alpha/properties/{propertiesId}/searchAds360Links/{searchAds360LinksId}

  • analyticsadmin.properties.searchAds360Links.get

      Flat Path: v1alpha/properties/{propertiesId}/searchAds360Links/{searchAds360LinksId}

      HTTP Method: GET

      Parameter Order: name

      Parameters:

        name

          Required: Yes

          Type: string

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

          Location: path

          Description: Required. The name of the SearchAds360Link to get. Example format: properties/1234/SearchAds360Link/5678

      Path: v1alpha/{+name}

      Description: Look up a single SearchAds360Link

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
  • analyticsadmin.properties.searchAds360Links.list

      HTTP Method: GET

      Scopes:

    • https://www.googleapis.com/auth/analytics.edit
    • https://www.googleapis.com/auth/analytics.readonly
    • Path: v1alpha/{+parent}/searchAds360Links

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

      Parameters:

        parent

          Required: Yes

          Type: string

          Description: Required. Example format: properties/1234

          Pattern: ^properties/[^/]+$

          Location: path

        pageToken

          Type: string

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

          Location: query

        pageSize

          Type: integer

          Location: query

          Format: int32

          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).

      Description: Lists all SearchAds360Links on a property.

      Parameter Order: parent

  • analyticsadmin.properties.searchAds360Links.create

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

      Parameters:

        parent

          Pattern: ^properties/[^/]+$

          Description: Required. Example format: properties/1234

          Type: string

          Location: path

          Required: Yes

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

      HTTP Method: POST

      Description: Creates a SearchAds360Link.

      Path: v1alpha/{+parent}/searchAds360Links

      Parameter Order: parent

  • analyticsadmin.properties.searchAds360Links.delete

      Path: v1alpha/{+name}

      Parameters:

        name

          Required: Yes

          Location: path

          Description: Required. The name of the SearchAds360Link to delete. Example format: properties/1234/SearchAds360Links/5678

          Type: string

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

      Description: Deletes a SearchAds360Link on a property.

      Parameter Order: name

      Flat Path: v1alpha/properties/{propertiesId}/searchAds360Links/{searchAds360LinksId}

      HTTP Method: DELETE

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