# ログ グループ抽出

## ログ グループ抽出とは？

**複数回の抽出（毎時、毎日）から収集された情報を一度にダウンロードする機能です。** 同じページを2回以上抽出するとログが作成されます。この機能を使用して、過去のデータを1つのExcelシートにまとめます。

{% hint style="success" %}
グループ抽出と同じように機能しますが、Excelの出力はソースとして選択するデータによって異なります。ページのデザインが変更されると、以前の情報が空白セルとして表示される場合があります。この場合は、[ログ グループ抽出 - Excelに空白セルが表示される場合](https://help.listly.io/docs/ja/~/revisions/ECtzxIK14zDMtRdjeTaY/getting-started/databoard-features/log-group-extraction-blank-cells)を参照してください。
{% endhint %}

{% hint style="info" %}
クイックステップは次のとおりです：
{% endhint %}

{% stepper %}
{% step %}

### 抽出を繰り返す（スケジュール推奨）

対象ページを複数回抽出してログを蓄積します。
{% endstep %}

{% step %}

### 結果ログを選択

蓄積された抽出ログの中から、結果として使用するログを選びます。
{% endstep %}

{% step %}

### 使用するデータ結果を選択

蓄積されたログから、Excelに含めるデータ（代表データなど）を選択します。
{% endstep %}

{% step %}

### ログExcelをダウンロード

選択した内容に基づき、Excelファイルをダウンロードします。
{% endstep %}
{% endstepper %}

***

## 使い方

![スクリーンショット1](/files/91cb159896e65cde7b37686ff0855f9f19373d52)

![スクリーンショット2](/files/a3bce972fc154ed703dfe8295b1258926911b60e)

![スクリーンショット3](/files/8dcb9f7fb334d524101a042a031c4ea33b1a9cb8)

![スクリーンショット4](/files/7daf6016a2eb1613a7b8de3d3896b82533bfc4db)

<details>

<summary><strong>ログAPIで代表データを選択する必要があるのはなぜですか？</strong></summary>

ログAPIは、データを整理するための参照としてソースデータが必要です。これは、抽出するデータを明示的に指定していないためです。1つのログデータを選択すると、それがソースとなり、他のログデータと比較されます。

</details>


---

# 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://help.listly.io/docs/ja/getting-started/databoard-features/log-group-extraction.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.
