Method: properties.getGoogleSignalsSettings
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["This document outlines how to retrieve Google Signals settings for a property using an HTTP GET request. The request URL uses gRPC Transcoding syntax and requires a `name` parameter in the path, specifying the property. The request body should be empty. A successful request returns a `GoogleSignalsSettings` instance in the response body. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope. The documentation includes a \"Try it!\" section and refers to the different components.\n"]]