> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/fen-xi/guides.md).

# ガイド

分析を活用してドキュメントを理解し、得られた洞察を改善につなげましょう。これらのガイドでは、サイト分析、外部トラッキング、カスタムレポート、貢献者の活動を扱います。

#### 探索

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-chart-line">:chart-line:</i></h4></td><td><h4>ドキュメントの指標を追跡する</h4><p>有用な指標を選び、洞察をドキュメントの改善につなげましょう。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/OykWapcRQTN6cSKDjufw">/spaces/LBGJKQic7BQYBXmVSjy0/pages/OykWapcRQTN6cSKDjufw</a></td></tr><tr><td><h4><i class="fa-google">:google:</i></h4></td><td><h4>Google Analytics でドキュメントの分析を追跡する</h4><p>Google Analytics を接続して、トラフィックと訪問者の行動を測定します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/e8hQg0MhEEAzrdaMIZNs">/spaces/LBGJKQic7BQYBXmVSjy0/pages/e8hQg0MhEEAzrdaMIZNs</a></td></tr><tr><td><h4><i class="fa-code">:code:</i></h4></td><td><h4>Events Aggregation API で高度な分析を追跡する</h4><p>イベントデータをクエリして、レポートやカスタムダッシュボードを作成します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/Cjlk0bo1FmbVclhWI7vc">/spaces/LBGJKQic7BQYBXmVSjy0/pages/Cjlk0bo1FmbVclhWI7vc</a></td></tr><tr><td><h4><i class="fa-chart-pie">:chart-pie:</i></h4></td><td><h4>変更リクエストの貢献者を分析する</h4><p>誰がドキュメントに貢献しているのか、またどのように作業しているのかを把握します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/wELpYq2O10kHCiJlYzB9">/spaces/LBGJKQic7BQYBXmVSjy0/pages/wELpYq2O10kHCiJlYzB9</a></td></tr></tbody></table>

#### クイックガイド

<details>

<summary>サイト分析をどのように使えばよいですか？</summary>

サイト分析ダッシュボードから、トラフィック、フィードバック、検索、Ask AI のアクティビティを確認します。

このガイドでは、データの絞り込み方とコンテンツの機会を見つける方法を示します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I use GitBook site analytics? Show me how to review traffic, page feedback, search, Ask AI, and Agent and LLM data. Explain how to filter and group data. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>検索とフィードバックのデータをどのように使えばよいですか？</summary>

検索語句とページ評価は、対応が必要なコンテンツを浮き彫りにします。

このガイドでは、不足している部分を見つけ、ドキュメント改善を優先順位付けする方法を示します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I use GitBook search and page feedback analytics to improve my documentation? Show me how to identify content gaps and prioritize updates. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>Google Analytics でドキュメントをどのように追跡しますか？</summary>

GitBook のサイト分析を超えてトラフィックを測定するために Google Analytics を接続します。

このガイドでは、統合、測定 ID、データ収集について説明します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I connect Google Analytics to my GitBook docs site? Show me how to configure the integration, add a measurement ID, and verify data collection. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>カスタム分析レポートをどのように作成しますか？</summary>

Events Aggregation API を使用して、独自のツールでドキュメントの動作を分析します。

このガイドでは、イベントデータ、クエリ、ダッシュボードでのレポート作成について説明します。

<button type="button" class="button secondary" data-action="ask" data-query="How do I build a custom analytics report for my GitBook docs site? Show me how to use the Events Aggregation API to query event data and create reports. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/fen-xi/guides.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.
