Slide 29
Slide 29 text
28
話題によるターゲティング
1. ブラウザはドメインに1-3の話題を割り当てる
2. ブラウザはユーザーに5つの話題を割り当てる
3. Topics APIはランダムな話題を1つ選ぶ
4. 広告事業者は話題に沿った広告を配信する
const response = await
fetch('https://ads.example/get-creative', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(topics)
})
const creative = await response.json();