> 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.
