כדאי לנסות את שרת ה-MCP ל-Google Analytics. אפשר להתקין מ-
GitHub, ולקרוא את
ההודעה לפרטים נוספים.
ReportingIdentitySettings
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב שמכיל הגדרות שקשורות לזהות הדיווח.
שדות |
name |
string
פלט בלבד. מזהה. שם המשאב של משאב הסינגלטון הזה של הגדרות זהות הדיווח. פורמט: properties/{property_id}/reportingIdentitySettings דוגמה: properties/1234/reportingIdentitySettings
|
reportingIdentity |
enum (ReportingIdentity )
השיטה שבה משתמשים כדי לזהות את זהויות המשתמשים בדוחות.
|
ReportingIdentity
אסטרטגיות שונות לזיהוי זהויות משתמשים בדוחות.
טיפוסים בני מנייה (enum) |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
לא צוינה שיטת שילוב. |
BLENDED |
שיטת הזיהוי המשולבת של מי שמדווח. |
OBSERVED |
שיטת הזיהוי של מי שמדווח שנצפתה. |
DEVICE_BASED |
שיטת הזיהוי של מי שמדווח מבוססת על המכשיר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-19 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-19 (שעון UTC)."],[],[],null,["# ReportingIdentitySettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ReportingIdentity](#ReportingIdentity)\n\nA resource containing settings related to reporting identity.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"reportingIdentity\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: \"properties/1234/reportingIdentitySettings\" |\n| `reportingIdentity` | `enum (`[ReportingIdentity](/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity)`)` The strategy used for identifying user identities in reports. |\n\nReportingIdentity\n-----------------\n\nVarious strategies for identifying user identities in reports.\n\n| Enums ||\n|------------------------------------------|-------------------------------------------|\n| `IDENTITY_BLENDING_STRATEGY_UNSPECIFIED` | Unspecified blending strategy. |\n| `BLENDED` | Blended reporting identity strategy. |\n| `OBSERVED` | Observed reporting identity strategy. |\n| `DEVICE_BASED` | Device-based reporting identity strategy. |"]]