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

# PFStatisticsIncrementStatisticVersionRequest

> Reference for the PFStatisticsIncrementStatisticVersionRequest struct in the PlayFab Services C API, naming the statistic whose version to increment.

PFStatisticsIncrementStatisticVersionRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsIncrementStatisticVersionRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* name;  
} PFStatisticsIncrementStatisticVersionRequest;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

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

Name of the statistic to increment the version of.

## Requirements

**Header:** PFStatisticsTypes.h

## See also

[PFStatisticsTypes members](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsIncrementStatisticVersionAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsIncrementStatisticVersionResponse](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [PFStatisticsIncrementStatisticVersionGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.md)
- [Using resettable statistics and leaderboards](/services/playfab/community/leaderboards/tournaments-leaderboards/using-resettable-statistics-and-leaderboards.md)
