> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/tracking-efficacy/causes-of-tracking-loss.md).

# トラッキング損失の原因

トラッキング損失は、次の差として計算されます *発生したクリック* （トラッキングリンクでのクリック数）と *帰属可能クリック* （ユーザーがランディングページに正常に到達した回数）です。トラッキング損失には複数の理由があり、その一部は特定して管理できますが、他の一部は予測可能であるものの、それでも認識しておくべきです。

この [トラッキング有効性レポート](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/tracking-efficacy/tracking-efficacy-report.md) は、プログラムにおけるトラッキング損失の概要を把握するのに役立ちます。

<details>

<summary>制御可能な要因</summary>

| 理由            | 説明                                                                                                                                                                                                                                                 |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 広告ブロッカー       | 広告ブロッカーやプライバシー拡張機能を利用しているユーザーは、トラッキングタグをブロックして自分の端末で読み込まれないようにできるため、その行動は追跡できません。この制限は、ユーザーの端末ではなくウェブサイトのサーバーからデータを収集するサーバーサイドのトラッキング手法には当てはまりません。                                                                                                 |
| ユーザーの同意不足     | 近年、プライバシーへの懸念や規制により、ユーザーはトラッキングを拒否する選択肢を持てるようになっています。ユーザーがトラッキングに同意していない場合、そのデータを収集できないため、全体のトラッキングデータに欠損が生じます。同意管理を導入している地域では、トラッキング有効性が低くなると予想されます。なお、場合によっては、明示的な同意がなくても、正当な利益に基づいてパートナーを追跡できることがあります。同意管理プラットフォームで、パートナーの種類を考慮していることを確認してください。 |
| トラッキング統合の問題   | impact.com の統合に関する問題には、タグの読み込みの遅さ、ページレベルのエラー、クエリ文字列パラメータの保持、タグ実装の問題、検証後のウェブサイト変更など、さまざまな可能性があります。                                                                                                                                                  |
| トラッキングの条件付き実行 | impact.com のトラッキングリンクからのクリック後の各ランディングページで UTT を読み込まず、または Page Load API リクエストを行っていない場合、ランディングページ上でトラッキングスクリプトを条件付きで実行すると、トラッキング有効性スコアに影響する可能性があります。推奨される実装は、すべてのユーザーに対して、ウェブサイト／アプリのすべてのページでトラッキングを実行することです。                                        |

</details>

<details>

<summary>制御できない要因</summary>

| 理由          | 説明                                                                                                                                                        |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 離脱          | ユーザーがランディングページからすばやく離脱、つまり「バウンス」すると、トラッキングタグが読み込まれて、ユーザーがページを離れる前に必要なユーザーデータを取得する十分な時間がない場合があります。                                                         |
| 非人間トラフィック   | 無効なクリックは、ボットによって生成されることがあります。ボットとは、人間の行動を模倣するよう設計された自動プログラムで、しばしば誤ったインプレッションやクリックデータを生成します。impact.com は、データセンター由来の一部のクリックを計算から除外しますが、より高度なボットは残る可能性があります。 |
| ユーザー側の遅延の問題 | ユーザーの接続速度が遅い、またはサーバーの応答時間が長いと、トラッキングの問題が発生することがあります。ユーザーの接続が遅い場合、ページを離れる前にトラッキングタグが読み込まれない可能性があります。                                                       |

</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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/tracking-efficacy/causes-of-tracking-loss.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.
