> 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/set-up-tracking/determine-your-programs-itp-compliance.md).

# プログラムのITP準拠を判定する

<a href="https://pxa.impact.com/student/activity/1117597?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=tra-350&#x26;utm_campaign=help-center" class="button primary">PXAコースを受講する</a>

Apple Safari ブラウザ（デスクトップ版とモバイル版の両方）には *インテリジェント・トラッキング・プロテクション* （ITP）は、サードパーティ Cookie をブロックします。場合によっては、これがプログラムのトラッキングおよびアトリビューション機能に影響することがあります。 [ITP について詳しく見る](https://impact.com/marketing-intelligence/get-the-faqs-on-itp-and-know-youre-a-ok-on-impact/).

#### ITP と impact.com の概要

* レガシーのピクセル、iframe、または画像でコンバージョンをトラッキングしている場合、ITP はトラッキングに影響します。ITP に準拠するには、代替の impact.com トラッキング統合へ移行する必要があります。
* API、FTP/メール、または eCommerce プラグインのトラッキング統合を使用している場合、すでに ITP に準拠しています。
* Universal Tracking Tag（UTT）を使用してコンバージョンをトラッキングおよびレポートしている場合は、設定が以下の手順と一致していることを確認してください。

#### カスタムトラッキングドメイン

ほとんどの場合、 *カスタムトラッキングドメイン* それらは、サイトと同じドメイン上にある場合、すでに ITP に準拠しています。トラッキングにはサードパーティ Cookie は使用されません。設定済みのトラッキングドメインを確認するには、以下の手順に従ってください。

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 右側の列で、 *トラッキング* セクションに移動し、選択します [一般](https://app.impact.com/secure/advertiser/tracking-settings/general-trackingsettings-flow.ihtml?).
3. 次の画面で *一般トラッキング設定* 画面で、次のものを見つけて **トラッキングドメイン** ラインアイテム。

   <div data-with-frame="true"><figure><img src="/files/c35ce9f60a8859cb27a6a7f64a192a8872f144ba" alt="" width="563"><figcaption></figcaption></figure></div>

カスタムドメインの URL は、サイトと同じドメインである必要があります（例: `goto.example.com` の `example.com`）、一方で impact.com ドメインは短くなります（例: `pxf.io`, `sjv.io`など）。カスタムトラッキングドメインがサイトのドメインと一致している場合、ITP はプログラムに影響しません。

#### Universal Tracking Tag（UTT）

トラッキングソリューションとして UTT を使用している場合は、次を確認してください: *プログラムトラッキングテンプレート* には `irclickid = {clickid}` が、ランディングページに追加されるクエリ文字列パラメータの 1 つとして含まれていること。

**キャンペーントラッキングテンプレート**

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 右側の列の *トラッキング* セクションで、次を選択します [ゲートウェイ](https://app.impact.com/secure/advertiser/tracking-settings/gateway-trackingsettings-flow.ihtml?).
3. を見つけます。 *プログラムトラッキングテンプレート* ラインアイテム。クエリ文字列パラメータが設定されていることを確認してください **完全に一致している（大文字小文字を区別）** を `irclickid = {clickid}`.
4. 変更を加えた場合は、を選択してください **保存**; それ以外の場合は、を選択してください **キャンセル**.

**UTT が発火していることを確認する**

1. ブラウザの開発者ツールで Network パネル／タブを開き、Web サイトの URL をブラウザのアドレスバーにコピーして、を押します **Enter**.
2. ネットワークパネルで、リクエスト一覧を次で絞り込みます: **Impact**.
3. UTT が発火していれば、からの 200 レスポンスコードのリクエストが表示されます `utt.impactcdn.com` 一意の名前が付いた JavaScript ファイルを伴って。
4. サイト内の他のページに移動し、そこでも UTT が発火していることを確認してください。
5. 別のブラウザで手順 1〜4 を繰り返してください（MacOS を利用できる場合は、Safari を使って UTT が表示されることを確認してみてください）。


---

# 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/set-up-tracking/determine-your-programs-itp-compliance.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.
