File tree Expand file tree Collapse file tree 4 files changed +88
-60
lines changed
i18n/ja/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree 4 files changed +88
-60
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,15 @@ import ExampleTokenInBidstream from '../snippets/_example-token-in-bidstream.mdx
10
10
11
11
# Frequently Asked Questions
12
12
13
- UID2 に関するよくある質問は、以下のカテゴリーに分かれています:
13
+ このドキュメントの UID2 に関するよくある質問は、オーディエンスごとにグループ化され、以下の一般的なカテゴリに分類されています:
14
+
15
+ - [ FAQs— ; General] ( #faqsgeneral )
16
+ - [ FAQs for Publishers] ( #faqs-for-publishers )
17
+ - [ FAQs for Advertisers and Data Providers] ( #faqs-for-advertisers-and-data-providers )
18
+ - [ FAQs for DSPs] ( #faqs-for-dsps )
19
+
20
+ パブリッシャー向けの以下の追加の FAQ 情報も利用可能です:
21
+ - [ FAQs for Mobile Integrations] ( ../guides/integration-mobile-overview.md#faqs-for-mobile-integrations )
14
22
15
23
## FAQs— ; General
16
24
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
13
13
14
14
# CTV Integration Guide
15
15
16
- CTV パブリッシャーであれば、UID2 とインテグレーションして、CTV アプリのコンテキストで RTB ビッドストリームに渡す ID トークンを生成およびリフレッシュする方法がいくつかあります。
16
+ Connected TV ( CTV) パブリッシャーであれば、UID2 とインテグレーションして、CTV アプリのコンテキストで RTB ビッドストリームに渡す ID トークンを生成およびリフレッシュする方法がいくつかあります。
17
17
18
18
## Key Integration Steps
19
19
UID2 とインテグレーションするには、次の 3 つの主要なステップを実装します:
@@ -113,3 +113,23 @@ Server-Side コードが Java または Python である場合、UID2 SDK のい
113
113
| :--- | :--- | :--- |
114
114
| [ Apple tvOS] ( https://developer.apple.com/tvos/ ) | [ UID2 Client-Server Integration Guide for Mobile] ( ../guides/integration-mobile-client-server.md ) | [ SDK for iOS Reference Guide] ( ../sdks/sdk-ref-ios.md ) |
115
115
| [ Android TV] ( https://www.android.com/tv/ ) | [ UID2 Client-Server Integration Guide for Mobile] ( ../guides/integration-mobile-client-server.md ) | [ SDK for Android Reference Guide] ( ../sdks/sdk-ref-android.md ) |
116
+
117
+ ## Best Practices
118
+
119
+ CTV インテグレーションのベストプラクティスは次のとおりです:
120
+
121
+ - ** トークンを事前にローテーションさせる**
122
+
123
+ CTV 広告は広告ブレイク中のトラフィックスパイクに関連付けられています。これらの時間帯に UID2 Token を生成またはリフレッシュすることは理想的ではありません。忙しい時間帯の前にトークンを生成またはリフレッシュすることを勧めます。
124
+
125
+ トークンが有効期限前にリフレッシュされた場合、古いトークンが有効期限切れになるまで、新しいトークンまたは古いトークンのいずれかを使用できます。TTL (time to live) タイムスタンプは、トークンが生成またはリフレッシュされたときに UID2 Operator から返されるレスポンスボディの一部です。
126
+
127
+ - ** トークンは必要な場合のみローテーションさせる**
128
+
129
+ UID2 Token はユーザーの HEM (Household Email Address) または電話番号に紐付けられており、視聴セッションやアプリセッションには紐付けられていません。ユーザーに有効な UID2 Token がある限り、新しい視聴セッションやアプリセッションごとに新しいトークンを生成する必要はありません。たとえば、ユーザーがアプリを離れ、再度開いた場合、既存のトークンがまだ有効であれば、新しい UID2 Token を生成する必要はありません。
130
+
131
+ - ** ポッド内の複数の広告スロットで同じトークンを使用する**
132
+
133
+ UID2 Token がポッドの期間中に有効である限り、ポッド内の任意の広告スロットで使用できます。
134
+
135
+ 理想的には、これらのガイドラインに従うと、広告ブレイク中に新しい UID2 Token を生成する必要はありません。
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ UID2 の Opt-out ワークフローとユーザーが Opt-out する方法の詳
132
132
133
133
Server-only のインテグレーションのためのサンプルアプリケーションをがあります。以下を参照してください:
134
134
135
- - [ Server-Side UID2 Integration Example (sample implementation) ] ( https://secure-signals-server-side- integ.uidapi.com/ )
136
- - [ Server-Side UID2 Integration Example (readme)] ( https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md )
135
+ - [ Server-Only UID2 Integration Example] ( https://example-srvonly- integ.uidapi.com/login )
136
+ - [ Server-Only UID2 Integration Example (readme)] ( https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md )
137
137
138
138
## FAQs
139
139
You can’t perform that action at this time.
0 commit comments