> 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. 右側の列で、 *Tracking* セクションに移動して [一般](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はプログラムに影響しません。

#### ユニバーサル トラッキング タグ（UTT）

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

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

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

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

1. ブラウザの開発者ツールでNetworkパネル／タブを開いた状態で、WebサイトのURLをブラウザの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.
