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

> Telemetry Key を使用するために必要なプロパティを定義する構成構造体。

Telemetry Key を使用するために必要なプロパティを定義する構成構造体。

## 構文

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

### メンバー

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

関連付けられたエンティティなしで PlayFab イベント リクエストを送信するために作成されたキー。

**`serviceConfigHandle`**   PFServiceConfigHandle

テレメトリ キーで使用される Service Config。

## 要件

**ヘッダー:** PFEventPipeline.h

## 関連項目

[PFEventPipeline のメンバー](/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members)


## Related topics

- [PFEventPipelineCreateTelemetryPipelineHandleWithKey](/ja-jp/services/playfab/api-references/c/pfeventpipeline/functions/pfeventpipelinecreatetelemetrypipelinehandlewithkey.md)
- [Services C API overview - PFEventPipeline.h](/ja-jp/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members.md)
- [イベントパイプラインチュートリアル](/ja-jp/services/playfab/sdks/c/event-pipeline/eventpipeline-tutorial.md)
- [PlayFab Services SDK - イベントパイプライン](/ja-jp/services/playfab/sdks/c/event-pipeline/eventpipeline.md)
- [PFEventPipelineConfig](/ja-jp/services/playfab/api-references/c/pfeventpipeline/structs/pfeventpipelineconfig.md)
