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

# PFStatisticsGetStatisticsRequest

> Modelo de datos de PFStatisticsGetStatisticsRequest.

Modelo de datos de PFStatisticsGetStatisticsRequest.

## Sintaxis

```cpp theme={null}
typedef struct PFStatisticsGetStatisticsRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    const char* const* statisticNames;  
    uint32_t statisticNamesCount;  
} PFStatisticsGetStatisticsRequest;  
```

### Miembros

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

(Opcional) Etiquetas personalizadas opcionales asociadas a la solicitud (por ejemplo, número de compilación, identificadores de seguimiento externos, etc.).

**`customTagsCount`**   uint32\_t

Recuento de customTags

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(Opcional) Entidad opcional en la que se realizará esta acción. El valor predeterminado es la entidad que tiene la sesión iniciada actualmente.

**`statisticNames`**   const char\* const\*<br />*may be nullptr*

(Opcional) Lista de estadísticas que se devolverán para el usuario. Si se establece en null, se devuelve la versión actual de todas las estadísticas.

**`statisticNamesCount`**   uint32\_t

Recuento de statisticNames

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

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


## Related topics

- [PFStatisticsGetStatisticsAsync](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsasync.md)
- [Información general de la API de C de Services - PFStatisticsTypes.h](/es/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsGetStatisticDefinitionRequest](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionrequest.md)
- [PFStatisticsGetStatisticsForEntitiesRequest](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesrequest.md)
- [PFStatisticsGetStatisticDefinitionAsync](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticdefinitionasync.md)
