> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/analytics/n1-user/user-information.md).

# ユーザー情報

## ユーザー情報ペインでわかること <a href="#what-you-can-learn" id="what-you-can-learn"></a>

ユーザー情報ペインでは選択しているn1ユーザーがどのような人かを網羅的に把握することができます。来訪日数、活動時間、長く滞在するページやよく離脱するページの情報に加えユーザーIDや組織IDなどの情報を網羅的に確認することができます。

<figure><img src="/files/ibPF0DA7pfyXEMw4b6vU" alt=""><figcaption></figcaption></figure>

## ユーザーディメンション <a href="#user-dimension" id="user-dimension"></a>

Wicleが自動で集計しているユーザーディメンションの全指標に対し、選択しているn1ユーザーの値を表示しています。　代表的な指標（累計の来訪日数、直近30日の来訪日数、来訪日あたりの平均活動時間）に関しては、ライフサイクル全体の平均値と最大値に対してそのユーザーがどの位置にいるかを知ることができます。

## ユーザープロファイル <a href="#user-profile" id="user-profile"></a>

ユーザープロファイルを送信している場合、その情報が表示されます。代表的な項目としてはユーザーID、ユーザー名、社内ユーザー有無、組織名（BtoBのSaaS）が送信されることが多いです。

[ユーザープロファイル](/data-extension/user-profile.md)を送信するには追加のタグの実装が必要です。詳しくはこちらをご覧ください。

## 長く活動するページ <a href="#most-active-pages" id="most-active-pages"></a>

累計活動時間が長いページの上位5つを表示しています。プロダクト内のどのページでよく活動しているのか、確認することができます。

## よく離脱するページ <a href="#exit-pages" id="exit-pages"></a>

セッションが切れる前に滞在していたページを離脱したページとし、離脱した回数の多かったページの上位5つを表示しています。


---

# 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://docs.wicle.io/analytics/n1-user/user-information.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.
