כדאי לנסות את שרת ה-MCP ל-Google Analytics. אפשר להתקין מ-
GitHub, ולקרוא את
ההודעה לפרטים נוספים.
Method: properties.bigQueryLinks.get
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחפשים קישור אחד ל-BigQuery.
בקשת HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/bigQueryLinks/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם הקישור ל-BigQuery שצריך לחפש. פורמט: properties/{property_id}/bigQueryLinks/{bigquery_link_id} דוגמה: properties/123/bigQueryLinks/456
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של BigQueryLink
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eLookup an existing BigQuery Link associated with a Google Analytics 4 property using this API.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires the \u003ccode\u003ename\u003c/code\u003e parameter, specifying the property ID and BigQuery Link ID.\u003c/p\u003e\n"],["\u003cp\u003eThis method utilizes an HTTP GET request and requires specific authorization scopes for access.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API returns detailed information about the requested BigQuery Link.\u003c/p\u003e\n"]]],["This outlines the process of retrieving a BigQuery link via an HTTP GET request. The request targets a specific link using a URL path parameter, `name`, which follows the format `properties/{property_id}/bigQueryLinks/{bigquery_link_id}`. The request body must be empty. A successful response returns a `BigQueryLink` instance. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes. The request structure adheres to gRPC Transcoding syntax.\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 a single BigQuery Link.\n\nHTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/bigQueryLinks/*}`\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 BigQuery link to lookup. Format: properties/{property_id}/bigQueryLinks/{bigquery_link_id} Example: properties/123/bigQueryLinks/456 |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [BigQueryLink](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.bigQueryLinks#BigQueryLink).\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`"]]