> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/platform/optimizely-data-platform/account-settings/inspect-events.md).

# イベントの検査

イベント インスペクターを使用して、Optimizely API からアカウントに送信された情報が正確であるかどうかを確認します。データの更新により基礎となるイベントが発生するため、データが ODP に入るときにトラブルシューティングを行うこともできます。

注記\
ODP は顧客およびオブジェクトの更新をイベントとして処理しますが、アプリケーションはこれらのイベントを保存しません。

### インスペクターにアクセスして使用する <a href="#tmoph4beb8ho" id="tmoph4beb8ho"></a>

インスペクターにアクセスして起動するには:

1. \[Account設定] > \[イベント インスペクター] に移動します。
2. 「インスペクターの開始」をクリックします。インスペクターは API 呼び出しを最大 15 分間記録します。\
   ![mceclip0.png](/files/J0piPfw5fOIvG0FTxNXA)<br>
3. 「更新」をクリックして結果を確認します。\
   ![mceclip2.png](/files/QIgs2issBDi0VlZMEftB)<br>
4. ページを更新し、必要な期間のイベントをロードした後、「インスペクターを非アクティブ化」をクリックして、インスペクターのイベント収集を終了します。表示されるレコードが多すぎる場合は、\[行] ドロップダウン リストを使用して表示する行数を調整します。

### 例 <a href="#df4kdsr7x3ec" id="df4kdsr7x3ec"></a>

JSON 形式のイベントが表示されます。

{\\"customer\_id\\":\\"12345\\",\\"event\_type\\":\\"shop\\",\\"tracker\_id\\":\\"yfwfhfhewufkj\\", \\"ts\\":1452177429,\\"ip\\":\\"127.0.0.1\\",\\"ua\\":\\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11\\"}\
{\\"customer\_id\\":\\"12345\\",\\"event\_type\\":\\"shop\\",\\"tracker\_id\\":\\"yfwfhfhewufkj\\", \\"ts\\":1452177429,\\"ip\\" :\\"127.0.0.1\\",\\"ua\\":\\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML、Gecko など) Chrome/20.0.1132.57 Safari/536.11\\"}

### イベントのトラブルシューティング <a href="#id-62qqrf98dm8e" id="id-62qqrf98dm8e"></a>

データ コア サービス (DCS) に送信される情報は、多くの場合、顧客固有のものです。その結果、テストには顧客として機能する特定の内部ユーザーが関与します。

イベントのトラブルシューティングを容易にするために、これらのテスト顧客の一意の DCS VUID を見つけます。

1. テスト ユーザーに Web サイトにアクセスして、ページ上の任意の場所を右クリックしてもらいます。
2. 「要素の検査」または「検査」を選択します。
3. 「コンソール」をクリックします。
4. 「zaius.VUID」と入力して Enter キーを押します。
5. この VUID をコピーし、ハイフンを削除し、Mac の場合は CMD-F、PC の場合は CTRL-F を使用してイベント インスペクターで検索します。![Event\_example.png](/files/88KeK7gCUNBXiVYS2fnl)
6. イベントの詳細を確認するには、「詳細を表示」をクリックします。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/optimizely/platform/optimizely-data-platform/account-settings/inspect-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
