# データ収集

本セクションでは、Ptengineがどのような方法でデータを収集しているか、またPtengineがどのようなデータを収集するかをご紹介します。\
同時に、データセキュリティについてもご説明いたします。

### Ptengineのデータ収集 <a href="#ptengine-de-shu-ju-cai-ji" id="ptengine-de-shu-ju-cai-ji"></a>

Ptengineのデータ収集は、非常にシンプルなコードによって実現されています。詳しくは基本コードの設定をご参照ください。その仕組みは下図のとおりです。

### Ptengineのデータディメンション <a href="#ptengine-de-shu-ju-wei-du" id="ptengine-de-shu-ju-wei-du"></a>

Ptengineのデータ収集は、大きく以下の3つのディメンションに分類されます。

* 訪問レベルのデータ：指標にはコードイベントとビジュアルイベントが含まれます。
* ページレベルのデータ：Ptengineはページパケットを解析し、ユーザーのデバイス情報や地理情報などを取得します。
* ユーザーレベルのデータ：ページ内でのユーザーのインタラクション行動、Cookie、デバイスID、パフォーマンスデータが含まれます。

### Ptengineのデータセキュリティ <a href="#ptengine-de-shu-ju-an-quan" id="ptengine-de-shu-ju-an-quan"></a>

* データの窃取対策：充実した運用チームにより、データが窃取されたり外部からアクセスされたりしないよう万全を期しています。
* データの保存：Ptengineは分散データベースを採用しており、データの安定性を確保しています。
* データの漏洩防止：各お客様の情報がいかなる第三者にも漏洩しないことを保証しています。


---

# 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://helps.ptengine.com/start-guide/quick/data-collection.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.
