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 IDv=chrome.1:1:1is the version, where:chrome.1が設定です。<browser vendor identifier>.<an integer version>という形式に基づいています。:1is the taxonomy version used to compose the list of topic identifiers. 例:version 1
:1is the model used for topic classification, which gets mapped to an ID when passing the value to DSPs in bid requests. 例えば、version 1は、IAB Tech LabのEnumeration of Taxonomiesで600にマッピングされます。
(12);v=chrome.1:2:2の場合、
(
12)がトピックIDで
v=chrome.1:2:2is the version, where:chrome.1が設定です。<browser vendor identifier>.<an integer version>という形式に基づいています。
:2がタクソノミーのバージョンでトピック識別子を作成するために使用されます。この例では、バージョン2。
:2はトピックの分類に使われるモデルで、入札リクエストでDSPに値を渡す際にIDにマッピングされる。例えば、version 2は、IAB Tech LabのEnumeration of Taxonomiesで601にマッピングされます。
p=P0000000000はヘッダーの長さを揃えるための追加パディングであり、入札リクエストに関連する情報ではありません。
ヘッダーメタデータは以下のOpenRTBフィールドに変換されます。
| Topicsヘッダーメタデータ | OpenRTBフィールド |
|---|---|
トピックIDを確認したデータプロバイダーのエクスチェンジ特定の名称。 |
IndexがトピックIDを確認した場合は、 |
タクソノミーバージョン |
|
モデルバージョンマッピング |
|
トピックID |
|
DSPがどのようにトピック情報を受け取るかについては、Indexがプライバシーサンドボックストピックを入札リクエストで送信する方法をご確認ください。