Indexがどのようにプライバシーサンドボックストピック情報を受け取るか

Media Owners
Last Updated: 4月 23, 2026

Google's Topics API provides the functionality to include interest-based user information in bid requests using something called topics when Media Owners are integrated with Index Exchange (Index) using Prebid.js version 8.9.0 or later. These topics will supplement other contextual signals, such as first-party-data, and can be combined to help find an appropriate advertisement for your site's visitors without the use of cookies in Chrome. トピックは、IAB Audience Taxonomyに基づいて、広告タクソノミーから選択されたトピックです。

Googleが発表したプライバシー対策とウェブ環境でどのように機能するかについて、Index Explains:Protected Audience APIとはをご覧ください。

Before you begin: In your Google Ad Manager configuration, make sure that you have enabled the Chrome Topics data setting. For more information about the configuration, see Google's documentation on Topics API and Ad Manager.

受信リクエストのSec-Browsing-Topicsヘッダーを通してトピック情報をIndexが受信し、それをDSPに送信できるように変換します。

例:受け取るSec-Browsing-Topicsに以下の情報が含まれている場合。

Sec-Browsing-Topics: (10);v=chrome.1:1:1, (12);v=chrome.1:2:2, ();p=P0000000000

(10);v=chrome.1:1:1の場合、

  • ( 10 ) is the topic ID

  • v=chrome. 1 : 1 : 1 is the version, where:

    • chrome. 1が設定です。<browser vendor identifier>.<an integer version>という形式に基づいています。

    • : 1 is the taxonomy version used to compose the list of topic identifiers. 例:version 1

(12);v=chrome.1:2:2の場合、

  • 12)がトピックIDで

  • v=chrome. 1 : 2 : 2 is the version, where:

    • chrome.1が設定です。<browser vendor identifier>.<an integer version>という形式に基づいています。

    • :2がタクソノミーのバージョンでトピック識別子を作成するために使用されます。この例では、バージョン2

p=P0000000000はヘッダーの長さを揃えるための追加パディングであり、入札リクエストに関連する情報ではありません。

ヘッダーメタデータは以下のOpenRTBフィールドに変換されます。

TopicsヘッダーメタデータOpenRTBフィールド

トピックIDを確認したデータプロバイダーのエクスチェンジ特定の名称。

user.data.name

IndexがトピックIDを確認した場合は、nameが常にtopics.indexexchange.comになります。

タクソノミーバージョン

user.data.ext.segclass

モデルバージョンマッピング

user.data.ext.segtax

トピックID

user.data.segment.id

DSPがどのようにトピック情報を受け取るかについては、Indexがプライバシーサンドボックストピックを入札リクエストで送信する方法をご確認ください。