[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eRetrieve Google Signals settings for a specific property using the provided HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the property ID as a path parameter and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns the GoogleSignalsSettings object containing the settings information.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is necessary using either \u003ccode\u003eanalytics.readonly\u003c/code\u003e or \u003ccode\u003eanalytics.edit\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLookup for Google Signals settings for a property.\n\nHTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/googleSignalsSettings}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the google signals settings to retrieve. Format: properties/{property}/googleSignalsSettings |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [GoogleSignalsSettings](/analytics/devguides/config/admin/v1/rest/v1alpha/GoogleSignalsSettings).\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]