> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/fen-xi/shi-ting-fen-xi-ji-neng.md).

# 視聴分析機能

## 視聴分析機能について

機能メニューの視聴分析機能では、会員ごとの商品別の視聴状況を確認できます。

一覧は、1会員につき商品ごとに表示されます。

### この画面で確認できる項目

* 会員
* ログイン回数
* 累計再生時間
* 視聴完了率
* 視聴ステータス
* 視聴完了日

### 画面の見方

<figure><img src="/files/QDAr0LMLm2R3cpvc01cC" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

### 各項目の説明

#### 1. 会員：

* 会員名が表示されます。
* 商品ごとにデータが表示されるため、同じ会員が複数行に表示される場合があります。

#### 2. ログイン回数：

* サイトのログインごとに集計されます。
* ユーザーのサイトログイン累計回数が表示されます。

{% hint style="success" %}
画面上部の開始日、終了日を選択すると、期間中のログイン回数が表示されます。
{% endhint %}

#### 3. 累計再生時間：

* 商品ごとの累計再生時間が表示されます。

#### 4. 視聴完了率：

* 動画の再生状況を割合で表示します。
* 設定した視聴完了率に応じて、視聴完了率が反映されます。
* 動画が1本の商品では、その動画の視聴完了率を表示します。
* アコーディオンを開くと、各動画の視聴完了率を個別に確認できます。

{% hint style="warning" %}
動画が複数ある商品では、各動画の視聴完了率の平均値を、商品の視聴完了率として表示します。
{% endhint %}

<figure><img src="/files/bXHXCerXh5qpKgjwNA9B" alt=""><figcaption><p>動画の平均値が商品の視聴完了率として表示される</p></figcaption></figure>

#### 5. 視聴ステータス（進捗）：

* 視聴状況に応じて、3段階のステータス（完了/視聴中/未視聴）が色付きラベルで表示されます。

{% hint style="info" %}
完了：動画を100％再生、或いは視聴完了基準を満たした場合に表示されます。

視聴中：動画を再生しているが、100%、或いは視聴完了基準を満たさない場合に表示されます。

未視聴：動画が一度も再生されていない場合に表示されます。
{% endhint %}

#### 6. 視聴完了日：

* 最新の視聴完了日時が表示されます。

***

### 視聴完了基準の設定

* 視聴完了の判定基準を商品ごとに設定することができます。
* 視聴完了の設定：商品修正画面を下にスクロールすると、視聴完了基準を変更できます。
* 視聴完了基準の表示位置は以下の通りです。

{% embed url="<https://drive.google.com/file/d/1ZRSqTVlbESP7N1-WL62-efzCrDAwJsvi/view?usp=sharing>" %}
視聴完了基準の設定は、次の動画でも確認できます。
{% endembed %}

### 累計再生時間の集計方式

* 累計再生時間の設定：商品修正画面を下にスクロールすると、累計再生時間の集計方式を選択できます
* 累計再生時間の集計方式の表示位置は以下の通りです。

{% embed url="<https://drive.google.com/file/d/1HNjBQRXZumYGJepbGzRv43QMfpu7GhtS/view?usp=sharing>" %}
集計方式の設定位置は、次の動画でも確認できます。
{% endembed %}

{% tabs %}
{% tab title="実際に視聴した時間で集計する" %}
ユーザーが動画を実際に視聴した時間が集計されます。
{% endtab %}

{% tab title="再生速度にかかわらず動画本来の時間で集計する" %}
本来の動画の尺に応じて時間が集計されます。
{% endtab %}
{% endtabs %}


---

# 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://support.megadoga.com/fen-xi/shi-ting-fen-xi-ji-neng.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.
