Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
ReportingIdentitySettings
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
보고 ID와 관련된 설정을 포함하는 리소스입니다.
필드 |
name |
string
출력 전용입니다. 식별자. 이 보고 ID 설정 싱글톤 리소스의 리소스 이름입니다. 형식: properties/{property_id}/reportingIdentitySettings 예: 'properties/1234/reportingIdentitySettings'
|
reportingIdentity |
enum (ReportingIdentity )
보고서에서 사용자 ID를 식별하는 데 사용되는 전략입니다.
|
ReportingIdentity
보고서에서 사용자 ID를 식별하는 다양한 전략
열거형 |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
지정되지 않은 혼합 전략입니다. |
BLENDED |
혼합 보고 ID 전략입니다. |
OBSERVED |
관찰된 보고 ID 전략입니다. |
DEVICE_BASED |
기기 기반 보고 ID 전략입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]