> ## 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 데이터 및 분석 문서

> 주간 리포트와 트렌드용 리포팅, 세그먼트화 및 실험 도구, 데이터 수집 및 내보내기 유틸리티로 PlayFab 게임 데이터를 관리합니다.

리포트와 트렌드, 세그먼트화 및 실험, 이벤트를 수집·내보내고 활용하기 위한 도구로 게임 데이터를 관리합니다.

## 데이터 수집

<CardGroup cols={2}>
  <Card title="PlayStream" icon="stream" href="/services/playfab/data-analytics/ingest-data/playstream-overview">
    PlayFab에서 생성되는 실시간 이벤트 스트림입니다.
  </Card>

  <Card title="텔레메트리" icon="satellite-dish" href="/services/playfab/data-analytics/ingest-data/telemetry-overview">
    데이터 레이크로의 확장성 높은 이벤트 수집입니다.
  </Card>

  <Card title="텔레메트리 키 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/ingest-data/telemetry-keys-qs">
    텔레메트리 키를 사용하여 이벤트를 수집합니다.
  </Card>
</CardGroup>

## 데이터 내보내기

<CardGroup cols={2}>
  <Card title="데이터 연결" icon="plug" href="/services/playfab/data-analytics/export-data/data-connection-overview">
    이벤트를 자체 저장소로 전송합니다.
  </Card>

  <Card title="이벤트 샘플링" icon="filter" href="/services/playfab/data-analytics/export-data/event-sampling-overview">
    내보낼 때 이벤트의 일정 비율을 샘플링합니다.
  </Card>

  <Card title="이벤트 파티셔닝" icon="folder-tree" href="/services/playfab/data-analytics/export-data/event-partitioning-overview">
    내보낸 이벤트를 차원별로 파티셔닝합니다.
  </Card>

  <Card title="데이터 연결 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/export-data/data-connection-quickstart">
    첫 데이터 연결을 구성합니다.
  </Card>

  <Card title="이벤트 샘플링 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/export-data/event-sampling-quickstart">
    연결에서 샘플링을 활성화합니다.
  </Card>

  <Card title="이벤트 파티셔닝 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/export-data/event-partitioning-quickstart">
    연결에서 파티셔닝을 활성화합니다.
  </Card>
</CardGroup>

## 데이터 학습

<CardGroup cols={2}>
  <Card title="리포팅" icon="chart-column" href="/services/playfab/data-analytics/learn-data/reports/overview">
    일반적인 지표를 위한 사전 구성된 리포트입니다.
  </Card>

  <Card title="트렌드" icon="chart-line-up" href="/services/playfab/data-analytics/learn-data/trends/trends-overview">
    시간 경과에 따른 지표 변화를 시각화합니다.
  </Card>

  <Card title="차원으로서의 세그먼트" icon="users-viewfinder" href="/services/playfab/data-analytics/learn-data/trends/segments-dimension-overview">
    플레이어 세그먼트별로 트렌드를 분석합니다.
  </Card>

  <Card title="이탈 예측" icon="user-slash" href="/services/playfab/data-analytics/learn-data/churn-prediction/overview">
    이탈 위험이 있는 플레이어를 예측합니다.
  </Card>

  <Card title="Data Explorer" icon="magnifying-glass-chart" href="/services/playfab/data-analytics/learn-data/data-explorer/index">
    데이터 레이크에 직접 쿼리를 실행합니다.
  </Card>

  <Card title="실험" icon="flask" href="/services/playfab/live-service-management/game-configuration/experiments/index">
    실제 플레이어를 대상으로 A/B 테스트를 실행합니다.
  </Card>

  <Card title="리포팅 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/learn-data/reports/quickstart">
    첫 번째 PlayFab 리포트를 읽어봅니다.
  </Card>

  <Card title="이탈 예측 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/learn-data/churn-prediction/churn-prediction-quickstart">
    타이틀에 이탈 예측을 활성화합니다.
  </Card>
</CardGroup>

## 데이터 활용

<CardGroup cols={2}>
  <Card title="세그먼트화" icon="users-viewfinder" href="/services/playfab/live-service-management/game-configuration/segmentation/segmentation-overview">
    플레이어를 세그먼트로 분류합니다.
  </Card>

  <Card title="플레이어 사용자 지정 속성" icon="tags" href="/services/playfab/live-service-management/game-configuration/segmentation/player-custom-properties">
    타겟팅을 위한 사용자 지정 속성을 첨부합니다.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/services/playfab/data-analytics/acting-data/webhooks-overview">
    외부 서비스로 이벤트를 전달합니다.
  </Card>

  <Card title="이벤트 스키마" icon="table-columns" href="/services/playfab/data-analytics/acting-data/schemas-overview">
    이벤트 스키마 규칙을 이해합니다.
  </Card>

  <Card title="액션 및 규칙" icon="wand-magic-sparkles" href="/services/playfab/data-analytics/acting-data/action-rules-overview">
    액션으로 PlayStream 이벤트에 반응합니다.
  </Card>

  <Card title="예약된 작업" icon="clock" href="/services/playfab/data-analytics/acting-data/scheduled-tasks/index">
    일정에 따라 반복 작업을 실행합니다.
  </Card>

  <Card title="액션 및 규칙 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/acting-data/action-rules-quickstart">
    첫 번째 규칙을 구성합니다.
  </Card>

  <Card title="예약된 작업 빠른 시작" icon="bolt" href="/services/playfab/data-analytics/acting-data/scheduled-tasks/quickstart">
    첫 번째 예약 작업을 만듭니다.
  </Card>
</CardGroup>

## 개인정보 및 컴플라이언스

<CardGroup cols={2}>
  <Card title="GDPR 데이터 처리" icon="shield-halved" href="/services/playfab/data-analytics/privacy-compliance/playfab-gdpr-deleting-and-exporting-player-data">
    GDPR 준수를 위한 플레이어 데이터 삭제 및 내보내기입니다.
  </Card>
</CardGroup>

## 가격 책정

<CardGroup cols={2}>
  <Card title="미터 개요" icon="gauge" href="/services/playfab/pricing/meters/meters">
    게임 데이터 사용량이 어떻게 측정되는지 설명합니다.
  </Card>

  <Card title="소비 모범 사례" icon="chart-line" href="/services/playfab/pricing/consumption-best-practices">
    데이터가 많은 타이틀의 비용을 절감합니다.
  </Card>
</CardGroup>

## 레거시

<CardGroup cols={2}>
  <Card title="Insights" icon="chart-mixed" href="/services/playfab/data-analytics/legacy/insights/overview">
    Data Explorer의 이전 버전입니다.
  </Card>

  <Card title="Content Delivery Network" icon="cloud" href="/services/playfab/data-analytics/legacy/content-delivery-network/index">
    레거시 CDN 문서입니다.
  </Card>

  <Card title="S3 이벤트 아카이브" icon="box-archive" href="/services/playfab/data-analytics/legacy/s3-event-archiving">
    레거시 S3 기반 이벤트 아카이빙입니다.
  </Card>
</CardGroup>


## Related topics

- [PlayFab 데이터 및 분석 문서](/ko/services/playfab/data-analytics/index.md)
- [PlayFab 및 Microsoft Fabric 실시간 분석 자습서](/ko/services/playfab/data-analytics/learn-data/reports/real-time-analytics-tutorial.md)
- [PlayFab GDPR - 플레이어 데이터 내보내기](/ko/services/playfab/data-analytics/privacy-compliance/gdpr-exporting-player-data.md)
- [PlayFab GDPR - 플레이어 데이터 삭제](/ko/services/playfab/data-analytics/privacy-compliance/gdpr-deleting-player-data.md)
- [Winter Starfall PlayFab 데모 게임 개요](/ko/services/playfab/demo-game/overview.md)
