Method: properties.getAttributionSettings

  • This page provides documentation for the getAttributionSettings method which retrieves AttributionSettings for a property.

  • The request uses a GET HTTP method with a URL that includes a path parameter for the property name.

  • The request body must be empty, and the response body contains an AttributionSettings object.

  • Authorization requires either the analytics.readonly or analytics.edit OAuth scope.

Lookup for a AttributionSettings singleton.

HTTP request

GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the attribution settings to retrieve. Format: properties/{property}/attributionSettings

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of AttributionSettings.

Authorization scopes

Requires one of the following OAuth scopes:

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