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

# PFEventPipelineTelemetryKeyConfig

> Configuration struct that defines the properties required for using Telemetry Key.

Configuration struct that defines the properties required for using Telemetry Key.

## Syntax

```cpp theme={null}
struct PFEventPipelineTelemetryKeyConfig {  
    const char* telemetryKey;  
    PFServiceConfigHandle serviceConfigHandle;  
}  
```

### Members

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

The Key created to send PlayFab event requests without an associated entity.

**`serviceConfigHandle`**   PFServiceConfigHandle

Service Config to be used with telemetry key.

## Requirements

**Header:** PFEventPipeline.h

## See also

[PFEventPipeline members](/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members)
