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

# XblTitleManagedStatistic

> XblTitleManagedStatistic

# XblTitleManagedStatistic

Contains information about a Title Managed statistic.

## Syntax

```cpp theme={null}
typedef struct XblTitleManagedStatistic {  
    const char* statisticName;  
    XblTitleManagedStatType statisticType;  
    double numberValue;  
    const char* stringValue;  
} XblTitleManagedStatistic  
```

### Members

*statisticName*\
Type: const char\*

The name of the statistic (case insensitive).

*statisticType*\
Type: [XblTitleManagedStatType](/reference/live/xsapi-c/title_managed_statistics_c/enums/xbltitlemanagedstattype)

The type of the statistic.

*numberValue*\
Type: double

The value of the double statistic. Backed by a JSON number value, which can lead to precision issues when storing 64-bit fixed point values.

*stringValue*\
Type: const char\*

The value of the string statistic.

## Argument of

[XblTitleManagedStatsWriteAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatswriteasync)

## Requirements

**Header:** title\_managed\_statistics\_c.h

## See also

[title\_managed\_statistics\_c](/reference/live/xsapi-c/title_managed_statistics_c/title_managed_statistics_c_members)


## Related topics

- [XblTitleManagedStatsUpdateStatsAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatsupdatestatsasync.md)
- [XblTitleManagedStatsWriteAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatswriteasync.md)
- [XblTitleManagedStatType](/reference/live/xsapi-c/title_managed_statistics_c/enums/xbltitlemanagedstattype.md)
- [Writing title-managed stats](/services/xbox-services/player-data/stats-leaderboards/title-managed/how-to/live-writing-tm-stats.md)
- [XblTitleManagedStatsDeleteStatsAsync](/reference/live/xsapi-c/title_managed_statistics_c/functions/xbltitlemanagedstatsdeletestatsasync.md)
