Skip to content

Commit c3d588a

Browse files
authored
Merge pull request #895 from IABTechLab/jpn-translation-update-881-893
Jpn translation update 881 893
2 parents e702fb9 + b314377 commit c3d588a

File tree

4 files changed

+88
-60
lines changed

4 files changed

+88
-60
lines changed

i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-faqs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ import ExampleTokenInBidstream from '../snippets/_example-token-in-bidstream.mdx
1010

1111
# Frequently Asked Questions
1212

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)
1422

1523
## FAQs—General
1624

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-ctv-guide.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
1313

1414
# CTV Integration Guide
1515

16-
CTV パブリッシャーであれば、UID2 とインテグレーションして、CTV アプリのコンテキストで RTB ビッドストリームに渡す ID トークンを生成およびリフレッシュする方法がいくつかあります。
16+
Connected TV (CTV) パブリッシャーであれば、UID2 とインテグレーションして、CTV アプリのコンテキストで RTB ビッドストリームに渡す ID トークンを生成およびリフレッシュする方法がいくつかあります。
1717

1818
## Key Integration Steps
1919
UID2 とインテグレーションするには、次の 3 つの主要なステップを実装します:
@@ -113,3 +113,23 @@ Server-Side コードが Java または Python である場合、UID2 SDK のい
113113
| :--- | :--- | :--- |
114114
| [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) |
115115
| [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 を生成する必要はありません。

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-publisher-server-side.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ UID2 の Opt-out ワークフローとユーザーが Opt-out する方法の詳
132132

133133
Server-only のインテグレーションのためのサンプルアプリケーションをがあります。以下を参照してください:
134134

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)
137137

138138
## FAQs
139139

0 commit comments

Comments
 (0)