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

# Configure featured stats in Partner Center

> Configure up to 20 featured stats for your XBOX title in Partner Center to highlight player progress in the activity hub and player comparisons.

This topic describes the procedures for adding and changing the featured stats in the Partner Center service configuration for a title. For an introduction to XBOX service configuration, see [Service configuration](/services/xbox-services/fundamentals/portal-config/live-service-config-ids-mp).

<a id="featured-stat" />

## What is a featured stat?

A featured stat is a player stat that's displayed in various kinds of XBOX UI, most notably in a player's activity hub and in a player-to-player comparison of progress in the game.

For each title, you can select up to 20 of the title's most representative user stats. These custom-defined metrics are used to highlight a player's progress, compare it with the progress of other players, and drive players back into the game.

Each featured stat includes a localizable display name, a sort order, and a sequence number for prioritizing a set of featured stats.

## Configure featured stats

<Steps>
  <Step title="Sign in with your account on [Partner Center](https://developer.microsoft.com...">
    Sign in with your account on [Partner Center](https://developer.microsoft.com/dashboard/windows/overview).
  </Step>

  <Step title="Select your title, and then go to **XBOX services** > **Gameplay settings**.">
    Select your title, and then go to **XBOX services** > **Gameplay settings**.
  </Step>

  <Step title="Select the link to **Featured stats**.">
    Select the link to **Featured stats**.
  </Step>

  <Step title="Designate new featured stats or reorder existing featured stats.">
    Designate new featured stats or reorder existing featured stats.
  </Step>
</Steps>

## Create a featured stat

You must create a stat rule before you can create a featured stat. For details, see [Configure XBOX stats and stat rules in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats).

<Steps>
  <Step title="On the **Featured stats** page, select **New featured stat**.">
    On the **Featured stats** page, select **New featured stat**.
  </Step>

  <Step title="In the box under **Display name**, provide a new, localizable display name fo...">
    In the box under **Display name**, provide a new, localizable display name for the featured stat. The maximum length of the string is 40 characters.
  </Step>

  <Step title="In the dropdown list under **Select a player stat to rank players with**, sel...">
    In the dropdown list under **Select a player stat to rank players with**, select the player stat instance to be featured. The stats should be easy to sort.
  </Step>

  <Step title="In the dropdown list under **Format**, select the format for the presented st...">
    In the dropdown list under **Format**, select the format for the presented stat data: integer, decimal, percentage, short time-span, or long time-span.
  </Step>
</Steps>

If you selected a short or long time-span, select the unit of time to be displayed: milliseconds, seconds, minutes, hours, or days.

5. Under **How should we aggregate this stat when comparing to other players?**, select from these three options.
   * Tier<br />A tiered level of achievement for a player's progress in the game
   * Best<br />The current best score a player has posted
   * Cumulative<br />An indication that this value can be added to other players' values in the calculation of the total cumulative value
6. Under **How should we sort this stat when comparing to other players?**, select from these two options.
   * Higher values are better
   * Lower values are better
7. Select **Save** to save the featured stat or select **Cancel** to cancel it.

## Reorder featured stats

All titles automatically display three built-in featured stats before any title-specific featured stats. The built-in stats are GamerScore, achievements earned, and time played.

By default, title-specific featured stats are ordered according to the sequence in which you create them. Each featured stat has an associated number that represents the stat's display order in the UI. Make sure that the most important and representative stats have lower order numbers, with 1 being the first featured stat displayed.

To change the order of the featured stats:

<Steps>
  <Step title="On the **Featured stats** page, select **Reorder featured stats**.">
    On the **Featured stats** page, select **Reorder featured stats**.
  </Step>

  <Step title="Change the value in the **Order** column.">
    Change the value in the **Order** column. You can't assign the same number to more than one featured stat.
  </Step>

  <Step title="Select **Confirm**.">
    Select **Confirm**.
  </Step>
</Steps>

## Change a featured stat

<Steps>
  <Step title="On the **Featured stats** page, select the **Display name** of the featured s...">
    On the **Featured stats** page, select the **Display name** of the featured stat you want to change.
  </Step>

  <Step title="Make the changes on the page that shows the details of the featured stat.">
    Make the changes on the page that shows the details of the featured stat.
  </Step>

  <Step title="Select **Save**.">
    Select **Save**.
  </Step>
</Steps>

## Delete a featured stat

<Warning>
  Deletion of a featured stat is permanent and irreversible.
</Warning>

1. On the **Featured stats** page, select **Delete** in the row of the featured stat you want to delete.
2. In the **Confirmation** dialog, select **Delete**.


## Related topics

- [Featured Stats](/services/xbox-services/player-data/stats-leaderboards/featured-stats/live-featured-stats-nav.md)
- [Featured stats portal config](/services/xbox-services/player-data/stats-leaderboards/featured-stats/config/live-featured-stats-config-nav.md)
- [Config](/services/xbox-services/player-data/stats-leaderboards/featured-stats/config/index.md)
- [Configure XBOX data platform 2013 in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-data-platform-2013.md)
- [Portal configuration of event-based Featured Stats](/services/xbox-services/player-data/stats-leaderboards/featured-stats/config/live-featuredstats-eb-portal.md)
