# 標準で発生するイベントにフィールドを付加するのは可能ですか？

下記の通りに対応をすることで、標準で発生するイベントに、フィールドを付加することができます。

## 標準で発生するイベントとは？

開発者によるイベント実装なしにSDKが独自に発生させるイベントです。\
イベントの詳細については、下記ドキュメントをご覧ください。

* [SDKが標準で送るイベント（iOS SDK）](https://app.developers.karte.io/ios-sdk-appendix/concepts-default-events-ios-sdk)
* [SDKが標準で送るイベント（Android SDK）](https://app.developers.karte.io/android-sdk-appendix/concepts-default-events-android-sdk)

## 標準で発生するイベントにフィールドを付加する方法

`TrackerDelegate` インターフェースを実装したインスタンスを、`Tracker` クラスの `setDelegate` メソッドで設定することで、発生するイベントをフックして受け取ることが可能です。\
なお標準で発生するイベント以外のイベントもフックされるため、フィールドを追加するかどうかはイベント名をチェックして判断することになります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://app.developers.karte.io/app-faq/app-faq-customize-the-fields-of-standard-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
