כדאי לנסות את שרת ה-MCP ל-Google Analytics. אפשר להתקין מ-
GitHub, ולקרוא את
ההודעה לפרטים נוספים.
Method: accounts.getDataSharingSettings
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הצגת הגדרות שיתוף הנתונים בחשבון. הגדרות שיתוף הנתונים הן פריטים יחידים.
בקשת HTTP
GET https://analyticsadmin.googleapis.com/v1beta/{name=accounts/*/dataSharingSettings}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של ההגדרות לחיפוש. פורמט: accounts/{account}/dataSharingSettings לדוגמה: accounts/1000/dataSharingSettings
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
הודעת משאב שמייצגת את הגדרות שיתוף הנתונים של חשבון Google Analytics.
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
ייצוג ב-JSON |
{
"name": string,
"sharingWithGoogleSupportEnabled": boolean,
"sharingWithGoogleAssignedSalesEnabled": boolean,
"sharingWithGoogleAnySalesEnabled": boolean,
"sharingWithGoogleProductsEnabled": boolean,
"sharingWithOthersEnabled": boolean
} |
שדות |
name |
string
פלט בלבד. שם המשאב. פורמט: accounts/{account}/dataSharingSettings. דוגמה: "accounts/1000/dataSharingSettings"
|
sharingWithGoogleSupportEnabled |
boolean
נציגי התמיכה הטכנית של Google יוכלו לגשת לנתונים ולחשבון Google Analytics שלך בעת הצורך כדי לספק שירות ולמצוא פתרונות לבעיות טכניות. השדה הזה ממופה לשדה 'תמיכה טכנית' בממשק המשתמש לניהול ב-Google Analytics.
|
sharingWithGoogleAssignedSalesEnabled |
boolean
ההרשאה הזו מאפשרת ל-Google לגשת לנתונים של חשבון Google Analytics שלכם, כולל נתוני השימוש והתצורה של החשבון, הוצאות במוצרים ומשתמשים המשויכים לחשבון. כך Google יכולה לעזור לכם להפיק את המרב ממוצרי Google, ולספק לכם תובנות, מבצעים, המלצות וטיפים לאופטימיזציה ב-Google Analytics ובמוצרי Google אחרים לעסקים. השדה הזה ממופה לשדה 'המלצות לעסק' בממשק המשתמש לניהול ב-Google Analytics.
|
sharingWithGoogleAnySalesEnabled (deprecated) |
boolean
הוצא משימוש. השדה הזה לא בשימוש יותר ותמיד מחזיר את הערך false.
|
sharingWithGoogleProductsEnabled |
boolean
מתן הרשאה ל-Google להשתמש בנתונים כדי לשפר מוצרים או שירותים אחרים של Google. השדות האלה ממפים לשדה 'מוצרים ושירותים של Google' בממשק המשתמש לניהול ב-Google Analytics.
|
sharingWithOthersEnabled |
boolean
הפעלת תכונות כמו חיזויים, נתונים לפי מודל והשוואה לשוק, שיכולות לספק תובנות עסקיות עשירות יותר כשמספקים נתוני מדידה נצברים. הנתונים שאתם משתפים (כולל מידע על הנכס שממנו הם משותפים) נצברים ומוסרים מהם פרטי הזיהוי לפני שהם ישמשו להפקת תובנות עסקיות. השדה הזה ממופה לשדה 'שיתוף נתונים ליצירת מודלים ותובנות עסקיות' בממשק המשתמש לניהול ב-Google Analytics.
|
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של 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\u003eRetrieve data sharing settings for a Google Analytics account using a \u003ccode\u003eGET\u003c/code\u003e request to the specified endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThese settings control data sharing with Google support, sales teams, products, and others, and are configured at the account level.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes details on whether data sharing is enabled for various Google services and external parties.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specific OAuth scopes for read or edit access to analytics data.\u003c/p\u003e\n"]]],["This document details how to retrieve data sharing settings for a Google Analytics account. A `GET` request is sent to `https://analyticsadmin.googleapis.com/v1beta/{name=accounts/*/dataSharingSettings}`, where `name` specifies the account. The request body must be empty. The response includes data sharing settings, represented in JSON format, with fields like `sharingWithGoogleSupportEnabled`, indicating whether the sharing of data is enabled for various Google support teams. This operation needs specific OAuth scopes, either `analytics.readonly` or `analytics.edit`.\n"],null,["# Method: accounts.getDataSharingSettings\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 - [JSON representation](#body.DataSharingSettings.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGet data sharing settings on an account. Data sharing settings are singletons.\n\n### HTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1beta/{name=accounts/*/dataSharingSettings}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings Example: `accounts/1000/dataSharingSettings` |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nA resource message representing data sharing settings of a Google Analytics account.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"sharingWithGoogleSupportEnabled\": boolean, \"sharingWithGoogleAssignedSalesEnabled\": boolean, \"sharingWithGoogleAnySalesEnabled\": boolean, \"sharingWithGoogleProductsEnabled\": boolean, \"sharingWithOthersEnabled\": boolean } ``` |\n\n| Fields ||\n|-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: \"accounts/1000/dataSharingSettings\" |\n| `sharingWithGoogleSupportEnabled` | `boolean` Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues. This field maps to the \"Technical support\" field in the Google Analytics Admin UI. |\n| `sharingWithGoogleAssignedSalesEnabled` | `boolean` Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business. This field maps to the \"Recommendations for your business\" field in the Google Analytics Admin UI. |\n| `sharingWithGoogleAnySalesEnabled` **(deprecated)** | `boolean` | This item is deprecated! Deprecated. This field is no longer used and always returns false. |\n| `sharingWithGoogleProductsEnabled` | `boolean` Allows Google to use the data to improve other Google products or services. This fields maps to the \"Google products \\& services\" field in the Google Analytics Admin UI. |\n| `sharingWithOthersEnabled` | `boolean` Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights. This field maps to the \"Modeling contributions \\& business insights\" field in the Google Analytics Admin UI. |\n\n### Authorization 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`"]]