Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
Method: accounts.accessBindings.create
Stay organized with collections
Save and categorize content based on your preferences.
Creates an access binding on an account or property.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. Formats: - accounts/{account} - properties/{property}
|
Request body
The request body contains an instance of AccessBinding
.
Response body
If successful, the response body contains a newly created instance of AccessBinding
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.manage.users
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 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`"]]