Method: properties.getGoogleSignalsSettings

  • Lookup for Google Signals settings for a property using a GET HTTP request to the specified URL.

  • The request requires a 'name' path parameter in the format properties/{property}/googleSignalsSettings.

  • The request body must be empty.

  • A successful response body contains an instance of GoogleSignalsSettings.

  • The request requires either the https://www.googleapis.com/auth/analytics.readonly or https://www.googleapis.com/auth/analytics.edit OAuth scope for authorization.

Lookup for Google Signals settings for a property.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the google signals settings to retrieve. Format: properties/{property}/googleSignalsSettings

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

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