> 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/other/ja/reference-documentation/utt-version-3-explained.md).

# UTTバージョン3の説明

Tag Version 3 は、impact.com の JavaScript トラッキングタグである Universal Tracking Tag (UTT) の最新リリースです。測定だけでなくページ上での収益化までタグを拡張し、一般的なトラッキングの抜け漏れを解消し、業界の同意標準への対応を追加します。

## Cross Monetization でページを収益化

購入確認などの重要なイベントの後に、ページ上にパートナーのオファーや広告コンテンツを表示します。タグはインプレッションと、訪問者が広告を受け入れたか拒否したかを追跡します。ビューアビリティのトラッキングは近日対応予定です。Cross Monetization を有効にすると、タグは Tag Version 3（`builder_version=3`）；無効にすると、以前のバージョンに戻ります。

## Auto Invoke でトラッキングを自動化

Auto Invoke は次のようなトラッキングアクションを発火します： `identify` impact.com の UI で設定した構成に基づいて自動的に行われます。追加する必要はありません。 `ire('identify')` サイトコードに必要な呼び出しです。実装が欠落している、または壊れているページのトラッキングの抜け漏れを解消し、コードをデプロイせずに有効化できます。

## TCF 対応で同意シグナルを認識

このタグは、オンライン同意の業界標準フレームワークに準拠している限り、Consent Management Platform から同意設定を直接読み取れるようになりました。また、impact.com はそのフレームワークの下で対応ベンダーとして正式に登録されています。これにより、ヨーロッパのプライバシー法への準拠がしやすくなり、この標準を要求するパブリッシャーとの連携も容易になり、個別の同意統合を構築する必要がなくなります。

## Publisher Tag に同意サポートを追加

この [Publisher Tag](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/tracking-explained/publisher-tag-faq.md) は現在、Universal Tracking Tag ですでに使用されているプライバシー標準に合わせて Consent Mode を適用します。これにより、次をキューに入れます： `identifyUser` ユーザーが同意するまで、PII のような `customerEmailHash` ユーザーが同意を拒否した場合は、両方のタグで同じように同意アクションとロイヤルティアクションを処理します。これにより、EU/EEA で運営するパブリッシャーとブランドのコンプライアンス上のギャップが解消されます。

{% hint style="success" %}
**すでに UTT で Consent Mode を使用していますか？** 参照 [impact.com で Consent Mode を統合する](https://integrations.impact.com/integration-guides/for-brands/tracking-integrations/integrate-consent-mode-on-impact.com)。その `ire('consent', ...)` そこで説明されているコマンドは、このアップデートでも変更されていません。
{% endhint %}


---

# 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/other/ja/reference-documentation/utt-version-3-explained.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.
