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

# PFStatisticsStatisticsUpdateEventConfig

> Reference for the PFStatisticsStatisticsUpdateEventConfig struct in the PlayFab Services C API, setting the event type emitted on statistic updates.

PFStatisticsStatisticsUpdateEventConfig data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsStatisticsUpdateEventConfig {  
    PFEventType eventType;  
} PFStatisticsStatisticsUpdateEventConfig;  
```

### Members

**`eventType`**   [PFEventType](/services/playfab/api-references/c/pftypes/enums/pfeventtype)

The event type to emit when statistics are updated.

## Requirements

**Header:** PFStatisticsTypes.h

## See also

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


## Related topics

- [PFStatisticsStatisticsEventEmissionConfig](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticseventemissionconfig.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticDefinitionRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
- [statistic_updated](/services/playfab/api-references/events/Statistics/statistic-updated.md)
- [PFStatisticsStatisticUpdate](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
