> ## 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.

# 在合作伙伴中心中配置 XBOX 数据平台 2013

> 在合作伙伴中心中配置 XBOX Live 数据平台 2013 服务，包括事件、统计信息、成就、排行榜和挑战。

本主题提供了在合作伙伴中心服务配置中为产品配置数据平台（也称为 XBOX Live 数据平台 2013 和 XBOX 数据平台 2013）的过程。

<Tip>
  如果你使用的是数据平台 2017，请遵循 GDK 中提供的 [XBOX 服务](/services/xbox-services/index)文档。
</Tip>

## 什么是 XBOX 数据平台 2013？

XBOX Live 数据平台 2013 是一个 RESTful 服务，这意味着该服务在云中运行。你的游戏或应用可以将数据以\_事件\_的形式发送到该服务，然后该服务根据你定义的规则处理数据，以创建用户统计信息、成就、排行榜、挑战以及各种其他基于数据的信息。这些规则称为\_服务配置\_，让 XBOX Live 数据平台知道如何处理来自你产品的事件数据。

有关详细信息，请参见[数据平台 2013 的工作原理](https://developer.microsoft.com/games/xbox/docs/xdk/how-data-platform-works)。

有关 XBOX 服务配置的介绍，请参见[服务配置](/services/xbox-services/fundamentals/portal-config/live-service-config-ids-mp)

## 在本节中

| 主题                                                                                                    | 说明                      |
| ----------------------------------------------------------------------------------------------------- | ----------------------- |
| [事件](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-events-2013)              | 配置为数据平台 2013 提供支持的事件。   |
| [玩家统计信息](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats)                | 根据你的事件配置玩家统计信息的规则。      |
| [特色统计信息](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-featured-stats)       | 配置哪些统计信息是特色统计信息。        |
| [统计信息更改通知](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stat-notifications) | 为统计信息配置实时活动 (RTA) 更改通知。 |
| [排行榜](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-leaderboards-2013)       | 配置排行榜。                  |
| [成就](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-achievements-2013)        | 为数据平台 2013 配置成就。        |
| [挑战](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-challenges)               | 配置限时成就的挑战。              |
| [事件清单](/publishing/game-publishing/how-to/data-platform-2013/how-to-download-events-manifest)         | 下载服务配置的事件清单文件。          |


## Related topics

- [在合作伙伴中心中配置 XBOX 事件](/zh-CN/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-events-2013.md)
- [在合作伙伴中心中配置排行榜](/zh-CN/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-leaderboards-2013.md)
- [在合作伙伴中心中配置挑战](/zh-CN/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-challenges.md)
- [在合作伙伴中心中配置 XBOX 统计信息和统计规则](/zh-CN/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats.md)
- [在合作伙伴中心中配置成就](/zh-CN/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-achievements-2013.md)
