> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFab Statistics 개요

> 타이틀 전체에서 플레이어 점수, 진행 값 및 리더보드 사용 준비된 숫자 데이터를 추적하기 위한 PlayFab Statistics 서비스 소개입니다.

PlayFab Statistics는 타이틀 내 플레이어 활동을 수치로 표현할 수 있게 해주는 크로스 플랫폼 서비스입니다.

<img src="https://mintcdn.com/microsoft-4404708b/N3T1ucKV7zIMBudj/images/playfab/player-progression/statistics/stats-relationship.png?fit=max&auto=format&n=N3T1ucKV7zIMBudj&q=85&s=d4514433fc96f1a89d306b3b83871a04" alt="PlayFab Stats Architecture" width="3236" height="2184" data-path="images/playfab/player-progression/statistics/stats-relationship.png" />

## 이점

새 통계 서비스의 주요 이점 중 하나는 크로스 플랫폼 기능과 요구 사항에 따라 확장할 수 있는 능력입니다. 다음 섹션에서 서비스의 새로운 기능들을 자세히 설명합니다.

### 다중 열 집계

이제 Stat 서비스는 단일 통계 정의 아래에서 여러 값을 지원하며, 각각의 값에는 Max, Min, Last, Sum 등 자체 집계 방법이 있습니다.

아래는 여러 열이 있는 통계 정의의 두 가지 예입니다. 왼쪽은 각각 고유한 집계 방법을 가진 다섯 개의 열을 갖는 통계입니다. 오른쪽은 최장 및 최단 롱샷을 캡처하는 게임 내 경험에 적용된 예입니다.

<img src="https://mintcdn.com/microsoft-4404708b/N3T1ucKV7zIMBudj/images/playfab/player-progression/statistics/stat-definition.png?fit=max&auto=format&n=N3T1ucKV7zIMBudj&q=85&s=3038f64781b9c8db2e12b7be67ccbd32" alt="PlayFab Stats multicolumn" width="1636" height="363" data-path="images/playfab/player-progression/statistics/stat-definition.png" />

### 버전 관리

이제 각 통계에 버전을 지정할 수 있으며, 콘텐츠가 새로 갱신되는 동안에도 정의는 유지됩니다.
이 동작은 통계마다 개별적으로 정의할 수 있는 재설정 전략을 통해 달성됩니다. 모든 이전 버전은 이력 비교 및 분석을 위해 계속 액세스 가능합니다.

이 예에서는 각 버전 간에 콘텐츠가 변경되는 동안 통계 정의가 어떻게 동일하게 유지되는지 확인할 수 있습니다.

<img src="https://mintcdn.com/microsoft-4404708b/N3T1ucKV7zIMBudj/images/playfab/player-progression/statistics/stats-versioning.png?fit=max&auto=format&n=N3T1ucKV7zIMBudj&q=85&s=b056c0b510366f0b57d7de212b262f41" alt="PlayFab Stats versioning" width="1777" height="409" data-path="images/playfab/player-progression/statistics/stats-versioning.png" />

### 메타데이터

각 통계에 사용자 지정 정보를 첨부할 수 있는 옵션으로 향상된 유연성이 도입되어, 특정 요구에 맞게 맞춤화할 수 있는 컨텍스트와 세부 정보를 제공합니다.

이 예에서는 각 통계에 메타데이터가 어떻게 연결되는지 확인할 수 있습니다.

<img src="https://mintcdn.com/microsoft-4404708b/N3T1ucKV7zIMBudj/images/playfab/player-progression/statistics/stat-metadata.png?fit=max&auto=format&n=N3T1ucKV7zIMBudj&q=85&s=059e3cd18b1a209f71b5814b2b5e4396" alt="PlayFab Stats metadata" width="1159" height="664" data-path="images/playfab/player-progression/statistics/stat-metadata.png" />

### 독립형 구성 요소

Statistics 서비스의 한 가지 주요 측면은 Leaderboards 서비스와 함께 작동할 수 있다는 점입니다. 이 기능을 통해 플레이어가 통계를 업데이트할 때마다 리더보드에 반영됩니다.
그러나 이 서비스는 필요한 경우 독립형으로도 작동할 수 있습니다.

## 함께 보기

* [Quickstart statistics](/services/playfab/player-progression/statistics/quickstart-statistics).
* [Create basic statistics](/services/playfab/player-progression/statistics/create-basic-statistics).
* [Doing more with statistics](/services/playfab/player-progression/statistics/doing-more-statistics).
* [Seasonal statistics](/services/playfab/player-progression/statistics/seasonal-statistics).
* [Limits](/services/playfab/player-progression/statistics/limits-statistics).
* [Quota](/services/playfab/player-progression/statistics/quota-statistics)
* [Add contextual data to statistics](/services/playfab/player-progression/statistics/metadata-statistics).
* [API reference](/services/playfab/player-progression/statistics/api-reference).
* [Ranking players by statistics](/services/playfab/community/leaderboards/leaderboards-linked-to-stats).
* [Statistics meters](/services/playfab/pricing/meters/statistics-meters).
* [Statistics with PlayStream and Telemetry](/services/playfab/player-progression/statistics/statistics-with-playstream-and-telemetry).


## Related topics

- [PlayFab Statistics 개요](/ko/services/playfab/player-progression/statistics/index.md)
- [PlayFab 리더보드 개요](/ko/services/playfab/community/leaderboards/index.md)
- [PlayFab을 통한 진행 상황](/ko/services/playfab/player-progression/player-progression-overview.md)
- [PlayFab Lobby 개요](/ko/services/playfab/multiplayer/lobby/index.md)
- [PlayFab Engagement 개요](/ko/services/playfab/live-service-management/game-configuration/title-communications/overview.md)
