> ## 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 Leaderboards の概要

> PlayFab Leaderboards サービスの概要: 多列タイブレーク、バージョン管理、メタデータ行、統計リンクを備えたクロスプラットフォームのランキング。

PlayFab Leaderboards は、プレイヤーをスコア順にランク付けするためのソート済みリストを作成するクロスプラットフォーム サービスです。リーダーボードは、単体のサービスとして使用することも、Statistics とリンクして使用することもできます (統計の更新がリーダーボードのエントリに反映されます)。

<img src="https://mintcdn.com/microsoft-4404708b/5IpvKlT-jmAaVkeY/images/playfab/community/leaderboards/leaderboards-relationship.png?fit=max&auto=format&n=5IpvKlT-jmAaVkeY&q=85&s=554aabf57b2d9d69b008e1b91162833d" alt="PlayFab Leaderboards アーキテクチャ" width="3236" height="2184" data-path="images/playfab/community/leaderboards/leaderboards-relationship.png" />

## メリット

新しいリーダーボード サービスの主なメリットの 1 つは、クロスプラットフォーム機能と、あらゆるニーズにスケーリングできる能力です。次のような新機能をお届けします。

### 多列 (拡張) タイブレーク

この機能により、行ごとに複数のスコアを持たせ、指定した優先度でソートできます。このソート方式により、同点になったときに、どの値を優先し、リーダーボードで対応するプレイヤーを上位にランク付けするかを決定できます。

次の例では、Player C と Player B が Eliminations で同点になっています。ランキングでは、次の列である Assists をタイブレークとして使用します。Player T と Player O についても同じロジックが適用され、さらに Timestamp をタイブレークとして使用します。

<img src="https://mintcdn.com/microsoft-4404708b/5IpvKlT-jmAaVkeY/images/playfab/community/leaderboards/tie-breaker-table.png?fit=max&auto=format&n=5IpvKlT-jmAaVkeY&q=85&s=f4184170a992549c700e33f2b8b7b671" alt="PlayFab Leaderboards タイブレーク" width="859" height="358" data-path="images/playfab/community/leaderboards/tie-breaker-table.png" />

### バージョン管理

リーダーボードは、リセット戦略に基づいて自身の複数のバージョンを持つことができます。この機能を使用すると、リーダーボードの定義を維持しながら内容をリセットし、リーダーボードの新しいバージョンを作成できます。古いバージョンでも引き続きクエリが可能です (更新は許可されません)。

この例では、リーダーボードの定義が同じままで、内容だけが各バージョン間で変化する様子が確認できます。

<img src="https://mintcdn.com/microsoft-4404708b/IwSYTY5BEqd_x-HK/images/playfab/community/leaderboards/versioning-leaderboards.png?fit=max&auto=format&n=IwSYTY5BEqd_x-HK&q=85&s=0e4c6bbc43f8d0177a26f5f158dd7b34" alt="PlayFab Leaderboards バージョン管理" width="1243" height="403" data-path="images/playfab/community/leaderboards/versioning-leaderboards.png" />

### メタデータ

この機能を使用すると、行ごとにカスタム情報を設定できます (この機能が該当のティアに対応しているか確認してください)。

この例では、各行に独自のメタデータが関連付けられている様子を確認できます。

<img src="https://mintcdn.com/microsoft-4404708b/5IpvKlT-jmAaVkeY/images/playfab/community/leaderboards/metadata-leaderboards.png?fit=max&auto=format&n=5IpvKlT-jmAaVkeY&q=85&s=7c01fc870758cb76b0c08d013c63726d" alt="PlayFab Leaderboards 使用" width="826" height="421" data-path="images/playfab/community/leaderboards/metadata-leaderboards.png" />

### 単体または統計とのリンク

リーダーボードは Statistic 定義とリンクでき、プレイヤーが新しい自己ベストを達成するたびに、該当するリーダーボードに自動的にプッシュされます。ゲームがすでに集計を行う Statistics エンジンを持っている場合は、リーダーボードを単体のコンポーネントとして構成することもできます。

## 関連項目

* [リーダーボードのクイックスタート](/services/playfab/community/leaderboards/quickstart-leaderboards)
* [基本的なリーダーボードの作成](/services/playfab/community/leaderboards/create-basic-leaderboard)
* [リーダーボードのさらなる活用](/services/playfab/community/leaderboards/doing-more-with-leaderboards)
* [シーズナル リーダーボード](/services/playfab/community/leaderboards/seasonal-leaderboards)
* [手動ティア](/services/playfab/community/leaderboards/manual-tiers)
* [制限](/services/playfab/community/leaderboards/limits-leaderboards)
* [統計によるプレイヤーのランク付け](/services/playfab/community/leaderboards/leaderboards-linked-to-stats)
* [リーダーボードへのコンテキスト データの追加](/services/playfab/community/leaderboards/metadata-leaderboards)
* [API リファレンス](/services/playfab/community/leaderboards/api-reference)
* [クォータ](/services/playfab/community/leaderboards/quota-leaderboards)
* [リーダーボード メーター](/services/playfab/pricing/meters/leaderboard-meters)
* [リーダーボードと CloudScript](/services/playfab/community/leaderboards/leaderboards-cloudscript)。
* [PlayStream およびテレメトリを使用したリーダーボード](/services/playfab/community/leaderboards/leaderboards-with-playstream-and-telemetry)


## Related topics

- [PlayFab Leaderboards の概要](/ja-jp/services/playfab/community/leaderboards/index.md)
- [PlayFab Statistics の概要](/ja-jp/services/playfab/player-progression/statistics/index.md)
- [PlayFab Engagement の概要](/ja-jp/services/playfab/live-service-management/game-configuration/title-communications/overview.md)
- [PlayFab Lobby の概要](/ja-jp/services/playfab/multiplayer/lobby/index.md)
- [PlayFab Party の概要](/ja-jp/services/playfab/multiplayer/networking/index.md)
