Method: properties.getGoogleSignalsSettings
Google-Signale-Einstellungen für eine Property suchen.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/googleSignalsSettings}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der abzurufenden Google-Signale-Einstellungen. Format: Properties/{property}/googleSignalsSettings
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von GoogleSignalsSettings
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Retrieve Google Signals settings for a specific property using the provided HTTP request."],["The request requires the property ID as a path parameter and an empty request body."],["A successful response returns the GoogleSignalsSettings object containing the settings information."],["Authorization is necessary using either `analytics.readonly` or `analytics.edit` scope."]]],["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"]]