MCP-Server für Google Analytics ausprobieren Installieren Sie das Tool über
GitHub. Weitere Informationen finden Sie in der
Ankündigung.
Method: accounts.accessBindings.create
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Erstellt eine Zugriffsbindung für ein Konto oder eine Property.
HTTP-Anfrage
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Formate: – Konten/{Konto} – Properties/{Property}
|
Anfragetext
Der Anfragetext enthält eine Instanz von AccessBinding
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von AccessBinding
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/analytics.manage.users
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: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eConnected Site Tag configuration uses JSON format for data representation.\u003c/p\u003e\n"],["\u003cp\u003eThis configuration requires a user-friendly display name (under 256 characters) and a unique Tag ID for event forwarding.\u003c/p\u003e\n"],["\u003cp\u003eThe Tag ID is essential for identifying the destination for event data and is also known as Measurement ID or G-ID.\u003c/p\u003e\n"]]],["This outlines creating an access binding for an account or property via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings`. The `parent` path parameter, formatted as `accounts/{account}` or `properties/{property}`, is required. The request body should contain an `AccessBinding` instance, and a successful response will also contain a new `AccessBinding` instance. This operation requires the `https://www.googleapis.com/auth/analytics.manage.users` authorization scope.\n"],null,["# Method: accounts.accessBindings.create\n\n- [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\nCreates an access binding on an account or property.\n\n### HTTP request\n\n`POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------|\n| `parent` | `string` Required. Formats: - accounts/{account} - properties/{property} |\n\n### Request body\n\nThe request body contains an instance of [AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.manage.users`"]]