> ## 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 stat change notifications in Partner Center

> Subscribe to stat change notifications in Partner Center using the Real-Time Activity (RTA) service to react when player stats update in-game.

This topic describes the procedures for subscribing to stat change notifications in the Partner Center service configuration.

Stat change notifications are issued by using the Real-Time Activity (RTA) feature. Because constantly polling the service for the value of a player stat is inefficient, RTA is used to notify a title when a subscribed stat value has changed.

For an introduction to XBOX services, see [XBOX services overview](/services/xbox-services/fundamentals/portal-config/live-service-config-ids-mp). For information about RTA, see [Real-Time Activity Service](/services/xbox-services/fundamentals/rta/live-real-time-activity-service-overview).

<a id="featured-stat" />

## What is a stat change notification?

When a player stat is updated, it can be sent as a real-time update to any client subscribed to it. In this context, the user stat is considered an RTA. This reporting capability eliminates tracking and updating your code and easily synchronizes this user-statistic data across multiple screens.

Stat change notifications are especially useful in multiplayer games where a scoreboard tracks stats for each player and needs to be updated as quickly as possible.

## Configure stat change notifications

<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 **Stat change notifications**.">
    Select the link to **Stat change notifications**.
  </Step>

  <Step title="On the **Stat change notifications** page, enable stats for stat change notif...">
    On the **Stat change notifications** page, enable stats for stat change notifications.
  </Step>
</Steps>

You must create player stats before you can enable them for stat change notifications. For details, see [Configure XBOX stats and stat rules in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats).

## Enable stat change notifications

<Steps>
  <Step title="Open the **Stat change notifications** page, which contains a list of any sta...">
    Open the **Stat change notifications** page, which contains a list of any stats enabled for stat change notifications.
  </Step>

  <Step title="Select the dropdown list **Select a stat**, and then select an existing stat ...">
    Select the dropdown list **Select a stat**, and then select an existing stat to be registered for stat change notifications. You can also select **Create a new player stat**, which will open the **Events and stat rules** page in a new tab. You can then create a new player stat.
  </Step>

  <Step title="If you select a stat whose name contains fields, you must specify values for ...">
    If you select a stat whose name contains fields, you must specify values for the fields.
  </Step>

  <Step title="When you're done adding the stat change notifications, select **Save** to sav...">
    When you're done adding the stat change notifications, select **Save** to save your changes or select **Cancel** to discard them.
  </Step>
</Steps>

For your title to handle stat change notifications, you must add code to subscribe to the stat change notification by using the RTA service. For more information, see [Programming the Real-Time Activity Service](/services/xbox-services/fundamentals/rta/how-to/live-programming-rta).

## Modify stat change notifications

<Warning>
  After a title passes Final Certification, existing real-time activities in that title can no longer be changed or deleted.
</Warning>

<Steps>
  <Step title="On the **Stat change notifications** page, select the stat instance that you ...">
    On the **Stat change notifications** page, select the stat instance that you want to change.
  </Step>

  <Step title="In the dropdown list, select the stat instance that you want to change the no...">
    In the dropdown list, select the stat instance that you want to change the notification for.
  </Step>

  <Step title="Select **Save** to save your changes or select **Cancel** to discard them.">
    Select **Save** to save your changes or select **Cancel** to discard them.
  </Step>
</Steps>

## Delete a stat change notification

<Warning>
  After a title passes Final Certification, existing RTAs in that title can no longer be changed or deleted.
</Warning>

1. On the **Stat change notifications** page, select **Delete** next to the stat change notification that you want to remove.
2. Select **Save** to save your changes or select **Cancel** to discard them.


## Related topics

- [Portal configuration of stat change notifications](/services/xbox-services/player-data/stats-leaderboards/event-based/config/live-stat-change-notif-portal.md)
- [Configure featured stats in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-featured-stats.md)
- [Configure XBOX stats and stat rules in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-stats.md)
- [Configure XBOX data platform 2013 in Partner Center](/publishing/game-publishing/how-to/data-platform-2013/how-to-configure-data-platform-2013.md)
- [Event-based Stats and leaderboards portal config](/services/xbox-services/player-data/stats-leaderboards/event-based/config/live-statslb-eb-config-nav.md)
