> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise-jp/data-analysis/data-analysis.md).

# データ分析

プロジェクト作成数とレンダーショット撮影数のデータを提供し、効果的な分析とインサイト抽出を支援します。

## 分析期間

分析期間は7日から90日まで設定でき、希望する期間のデータを確認できます。

![](/files/c16de2f28aea44781f5f0edd325f7e5212fb423c)

## 個人

**個人タブ**では、私のアカウントで作成した **プロジェクトとレンダーショット** の件数を確認できます。

**アクセス権のある役職**

デザイナー以上（デザイナー、マネージャー、管理者）

**分析データの種類**

* プロジェクト件数
* レンダーショット件数

![](/files/51d6b0ed66516853f1849d8cf566b94b40cb0453)

## 企業

**企業タブ**では、企業に属するユーザーの活動データを確認できます。

**アクセス権のある役職**

マネージャー以上（マネージャー、管理者）

**分析データの種類**

* プロジェクト件数
* レンダーショット件数
  * 一人称ビュー
  * 平面図
  * パノラマ

![](/files/becb20456f3928f878cb4b10fcfd7d06f7949182)

### Api Count

製品（家具）ARリンクをどれくらい開いたかを確認できます。

**カウント基準**

* 360Viewer： `cylinder.archisketch~` で始まる製品3Dビューアリンクに入るとき
* AR：モバイルでカメラを通して製品を仮想配置したとき

![](/files/bdc375d3a2d7a4cccaddd65b631161953c0c9a3b)

### Excelで抽出する

Excelでデータを抽出するとより **詳細なデータ**を確認できます。どの製品が呼び出されたのか、回数まで確認してみてください。

![](/files/e71d79a3f72ac215157832da7c319952a5ee61e2)


---

# 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.archisketch.com/guide/enterprise-jp/data-analysis/data-analysis.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.
