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

# PFSegmentsPlayerStatistic

> PFSegmentsPlayerStatistic data model.

PFSegmentsPlayerStatistic data model.

## Syntax

```cpp theme={null}
typedef struct PFSegmentsPlayerStatistic {  
    const char* id;  
    const char* name;  
    int32_t statisticValue;  
    int32_t statisticVersion;  
} PFSegmentsPlayerStatistic;  
```

### Members

**`id`**   const char\*<br />*is null-terminated*

(Optional) Statistic ID.

**`name`**   const char\*<br />*is null-terminated*

(Optional) Statistic name.

**`statisticValue`**   int32\_t

Current statistic value.

**`statisticVersion`**   int32\_t

Statistic version (0 if not a versioned statistic).

## Requirements

**Header:** PFSegmentsTypes.h

## See also

[PFSegmentsTypes members](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API overview - PFSegmentsTypes.h](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [Player Segment configuration](/services/playfab/player-progression/player-data/player-segment-configuration.md)
- [Segment Configuration](/services/playfab/live-service-management/game-configuration/segmentation/segmentation-configuration.md)
- [Player segmentation](/services/playfab/live-service-management/game-configuration/segmentation/segmentation-quickstart.md)
