Wypróbuj serwer MCP w Google Analytics. Zainstaluj go z
GitHub. Więcej informacji znajdziesz w
ogłoszeniu.
ReportingIdentitySettings
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób zawierający ustawienia związane z tożsamością na potrzeby raportowania.
Pola |
name |
string
Tylko dane wyjściowe. Identyfikator. Nazwa zasobu tego pojedynczego zasobu ustawień tożsamości na potrzeby raportowania. Format: properties/{property_id}/reportingIdentitySettings Przykład: „properties/1234/reportingIdentitySettings”
|
reportingIdentity |
enum (ReportingIdentity )
Strategia używana do identyfikowania tożsamości użytkowników w raportach.
|
ReportingIdentity
Różne strategie identyfikowania użytkowników w raportach.
Wartości w polu enum |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
Nieokreślona strategia łączenia. |
BLENDED |
Strategia mieszanej tożsamości na potrzeby raportowania. |
OBSERVED |
Obserwowana strategia tożsamości na potrzeby raportowania. |
DEVICE_BASED |
Strategia tożsamości na potrzeby raportowania na podstawie urządzenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-19 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]