Skip to content

Commit 6b1cfc1

Browse files
committed
Review based on guideline
1 parent 2e1d33c commit 6b1cfc1

13 files changed

Lines changed: 91 additions & 91 deletions

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/deprecation-schedule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deprecation Schedule
3-
description: UID2 APIおよびサービスのバージョンに関する廃止スケジュール
3+
description: UID2 API およびサービスのバージョンに関する廃止スケジュール
44
hide_table_of_contents: false
55
sidebar_position: 06
66
displayed_sidebar: docs
@@ -46,7 +46,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
4646

4747
### Private Operator for GCP
4848

49-
最新の ZIP ファイルは、以下の表のリンクされたリリースノートの Assets セクションで入手できます
49+
最新の ZIP ファイルは、以下の表の GCP Download 列にリンクされています
5050

5151
| Version Name | Version #/Release Notes | GCP Download | Date | Deprecation Date |
5252
| ------- | ------ | ------ | ------ | ------ |
@@ -61,7 +61,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
6161

6262
### Private Operator for Azure
6363

64-
最新の ZIP ファイルは、以下の表のリンクされたリリースノートの Assets セクションで入手できます
64+
最新の ZIP ファイルは、以下の表の Azure Download 列にリンクされています
6565

6666
| Version Name | Version #/Release Notes | Azure Download | Date | Deprecation Date |
6767
| ------- | ------ | ------ | ------ | ------ |

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/glossary-uid.md

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ import Link from '@docusaurus/Link';
1313
すべてのサンプルサイトは [https://samples.uidapi.com/](https://samples.uidapi.com/) で利用できます。
1414

1515
:::note
16-
このページに掲載されているサンプル実装はメールベースのインテグレーションを行なっていますが、電話番号も同様にサポートされており、別の SDK メソッドを使用し追加の正規化ステップを必要とするものの、同じインテグレーションパターンに従います。電話番号統合の例については[UID2 Hashing Tool](#uid2-hashing-tool)を参照してください。
16+
このページに掲載されているサンプル実装はメールベースのインテグレーションを行っていますが、電話番号も同様にサポートされており、別の SDK メソッドを使用し追加の正規化ステップを必要とするものの、同じインテグレーションパターンに従います。電話番号インテグレーションの例については[UID2 Hashing Tool](#uid2-hashing-tool)を参照してください。
1717
:::
1818

1919
## JavaScript SDK Integrations
2020

21-
このセクションでは、Prebid.js や Google Secure Signals を使用せずに UID2 SDK for JavaScript を直接使用したサンプル統合をまとめています
21+
このセクションでは、Prebid.js や Google Secure Signals を使用せずに UID2 SDK for JavaScript を直接使用したサンプルインテグレーションをまとめています。参加者タイプ別のインテグレーションオプションについては、[Publisher Web Integration Overview](../guides/integration-options-publisher-web) または [Advertiser/Data Provider Integration Overview](../guides/integration-advertiser-dataprovider-overview) を参照してください
2222

2323
### Client-Side Integration Using UID2 SDK for JavaScript
2424

25-
このサンプルは、[SDK for JavaScript Reference Guide](../sdks/sdk-ref-javascript) を使用してブラウザ内で直接トークンを生成および管理する完全なクライアントサイド統合を好むパブリッシャー向けです。このアプローチは、最小限のバックエンド要件で迅速なプロトタイピングに最適です。
25+
このサンプルは、[SDK for JavaScript Reference Guide](../sdks/sdk-ref-javascript) を使用してブラウザ内で直接トークンを生成および管理する完全なClient-Side インテグレーションを好むパブリッシャー向けです。このアプローチは、最小限のバックエンド要件で迅速なプロトタイピングに最適です。
2626

2727
- Site: [Client-Side UID2 Integration Example using JavaScript SDK](https://js-client-side.samples.uidapi.com/)
2828
- Code: [uid2-examples/web-integrations/javascript-sdk/client-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-side)
@@ -38,7 +38,7 @@ import Link from '@docusaurus/Link';
3838

3939
### React Client-Side Integration Using UID2 SDK for JavaScript
4040

41-
このサンプルは、React アプリを持つパブリッシャー向けで、SDK for JavaScript を使用して UID2 をコンポーネントベースのアーキテクチャに直接統合したい場合のものです
41+
このサンプルは、React アプリを持つパブリッシャー向けで、SDK for JavaScript を使用して UID2 をコンポーネントベースのアーキテクチャに直接インテグレーションしたい場合のものです
4242

4343
- Site: [React Client-Side UID2 Integration Example using JavaScript SDK](https://js-react.samples.uidapi.com/)
4444
- Code: [uid2-examples/web-integrations/javascript-sdk/react-client-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/react-client-side)
@@ -66,7 +66,7 @@ import Link from '@docusaurus/Link';
6666

6767
### Client-Server Integration with Prebid.js
6868

69-
このサンプルは、サーバー側で DII にアクセスでき、サーバー側開発を行えるパブリッシャー向けです。サーバーが初期 UID2 トークンを生成し、Prebid.js がストレージと自動更新を含むトークンライフサイクルを引き続き管理します。
69+
このサンプルは、サーバー側で DII にアクセスでき、サーバー側開発を行えるパブリッシャー向けです。サーバーが初期 UID2 Token を生成し、Prebid.js がストレージと自動更新を含むトークンライフサイクルを引き続き管理します。
7070

7171
- Site: [Client-Server UID2 Integration with Prebid.js](https://prebid-client-server.samples.uidapi.com/)
7272
- Code: [uid2-examples/web-integrations/prebid-integrations/client-server](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/prebid-integrations/client-server)
@@ -82,7 +82,7 @@ import Link from '@docusaurus/Link';
8282

8383
### Prebid.js with Secure Signals
8484

85-
このサンプルは、UID2 と Google Secure Signals の両方で Prebid.js を設定し、ヘッダービディングと Google Ad Manager 間の統合を可能にする方法を示しています
85+
このサンプルは、UID2 と Google Secure Signals の両方で Prebid.js を設定し、ヘッダービディングと Google Ad Manager 間のインテグレーションを可能にする方法を示しています
8686

8787
- Site: [Client-Side UID2 Integration with Prebid.js (with Google Secure Signals)](https://prebid-secure-signals.samples.uidapi.com/)
8888
- Code: [uid2-examples/web-integrations/prebid-secure-signals](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/prebid-secure-signals)
@@ -94,31 +94,31 @@ import Link from '@docusaurus/Link';
9494

9595
### Client-Side Secure Signals
9696

97-
このサンプルは、GAM Secure Signals との純粋なクライアントサイド統合を望むパブリッシャー向けです。UID2 SDK for JavaScript がトークンを生成および管理し、Secure Signals スクリプトがトークンを Google Ad Manager と自動的に共有します。
97+
このサンプルは、GAM Secure Signals との Client-Side インテグレーションを望むパブリッシャー向けです。UID2 SDK for JavaScript がトークンを生成および管理し、Secure Signals スクリプトがトークンを Google Ad Manager と自動的に共有します。
9898

9999
- Site: [Client-Side UID2 Integration with Google Secure Signals](https://secure-signals-client-side.samples.uidapi.com/)
100100
- Code: [uid2-examples/web-integrations/google-secure-signals/client-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/google-secure-signals/client-side)
101101
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
102102

103103
### Client-Server Secure Signals
104104

105-
このサンプルは、サーバー側で UID2 トークンを生成し、クライアント側で SDK for JavaScript を使用してトークンを管理したいパブリッシャー向けです。Secure Signals スクリプトがトークンを Google Ad Manager と自動的に共有します。
105+
このサンプルは、サーバー側で UID2 Tokenを生成し、クライアント側で SDK for JavaScript を使用してトークンを管理したいパブリッシャー向けです。Secure Signals スクリプトがトークンを Google Ad Manager と自動的に共有します。
106106

107107
- Site: [Client-Server UID2 SDK Integration Example with Google Secure Signals](https://secure-signals-client-server.samples.uidapi.com/)
108108
- Code: [uid2-examples/web-integrations/google-secure-signals/client-server](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/google-secure-signals/client-server)
109109
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
110110

111111
### Server-Side Secure Signals
112112

113-
このサンプルは、すべての UID2 トークンロジックをサーバー側で処理したいパブリッシャー向けです。Secure Signals スクリプトがトークンを読み取り、Google Ad Manager と自動的に共有します。
113+
このサンプルは、すべての UID2 Tokenロジックをサーバー側で処理したいパブリッシャー向けです。Secure Signals スクリプトがトークンを読み取り、Google Ad Manager と自動的に共有します。
114114

115115
- Site: [Server-Side UID2 Integration with Google Secure Signals](https://secure-signals-server-side.samples.uidapi.com/)
116116
- Code: [uid2-examples/web-integrations/google-secure-signals/server-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/google-secure-signals/server-side)
117117
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
118118

119119
### React Client-Side Secure Signals
120120

121-
このサンプルは、React アプリを持つパブリッシャー向けで、UID2 と Secure Signals をコンポーネントベースのアーキテクチャに直接統合したい場合のものです
121+
このサンプルは、React アプリを持つパブリッシャー向けで、UID2 と Secure Signals をコンポーネントベースのアーキテクチャに直接インテグレーションしたい場合のものです
122122

123123
- Site: [React Client-Side UID2 Integration with Google Secure Signals](https://secure-signals-react.samples.uidapi.com/)
124124
- Code: [uid2-examples/web-integrations/google-secure-signals/react-client-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/google-secure-signals/react-client-side)

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-how-uid-is-created.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Link from '@docusaurus/Link';
1111
# How the UID2 Token Is Created
1212

1313
:::note
14-
この記事では、パブリッシャーがビッドストリームで送信する UID2 Token の作成方法について説明します。広告主がコンバージョンピクセルのために UID2 Token を作成する場合も同じプロセスが適用されます。UID2 Token を他の共有参加者に送信する前に、raw UID2 が UID2 Token に暗号化される <Link href="../ref-info/glossary-uid#gl-tokenized-sharing">Tokenized Sharing</Link>には適用されません。
14+
この記事では、パブリッシャーがビッドストリームで送信する UID2 Token の作成方法について説明します。広告主がコンバージョンピクセルのために UID2 Token を作成する場合も同じプロセスが適用されます。UID2 Token を他の共有参加者に送信する前に、raw UID2 が UID2 Token に暗号化される <Link href="../ref-info/glossary-uid#gl-tokenized-sharing">Tokenized Sharing</Link> には適用されません。
1515
:::
1616

1717
パブリッシャーがユーザーの <Link href="../ref-info/glossary-uid#gl-dii">DII</Link>(ハッシュ化されたまたはハッシュされていないメールアドレスまたは電話番号)を UID2 <Link href="../ref-info/glossary-uid#gl-operator">Operator</Link> に送信し、ターゲティング広告に使用するための UID2 Token を受け取ると、その過程で特定の処理手順が実行されます。
@@ -72,7 +72,7 @@ import Link from '@docusaurus/Link';
7272
</tr>
7373
<tr>
7474
<td>6</td>
75-
<td>raw UID2 を暗号化して UID2 token を作成</td>
75+
<td>raw UID2 を暗号化して UID2 Token を作成</td>
7676
<td>UID2 Operator</td>
7777
<td>該当なし: UID2 Operator が実行します</td>
7878
</tr>

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-integration-approaches.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Link from '@docusaurus/Link';
1010

1111
# Integration Approaches
1212

13-
パブリッシャーがワークフローに UID2 をインテグレーションする場合、または広告主が UID2 サポートをインテグレーションする場合、3 つの広範なインテグレーションアプローチがあります。UID2 インテグレーションは、Client-Side で完全に実装される場合、Server-Side で完全に実装される場合、または Client-Side と Server-Side 側の両方で部分的に実装される場合 (Client-Server) があります。
13+
パブリッシャーがワークフローに UID2 をインテグレーションする場合、または広告主が UID2 サポートをインテグレーションする場合、3 つの広範なインテグレーションアプローチがあります。UID2 インテグレーションは、Client-Side で完全に実装される場合、Server-Side で完全に実装される場合、または Client-Side と Server-Side の両方で部分的に実装される場合 (Client-Server) があります。
1414

1515
詳細は、以下を参照してください:
1616

@@ -39,7 +39,7 @@ Client-Side でインテグレーションする広告主は、JavaScript SDK
3939

4040
### Client-Side Integration: Security Values
4141

42-
Client-Side インテグレーションを選択する場合、UID2 サーバーに対してあなたを識別する 2 つの値からなるClient Key ペアが提供されます: **Subscription ID****Public Key**
42+
Client-Side インテグレーションを選択する場合、UID2 サーバーに対してあなたを識別する 2 つの値からなる Client Key ペアが提供されます: **Subscription ID****Public Key**
4343

4444
詳細は[Subscription ID and Public Key](../getting-started/gs-credentials.md#subscription-id-and-public-key)を参照してください。
4545

@@ -65,7 +65,7 @@ Client-Server インテグレーションでは、一部のインテグレーシ
6565
Client-Server インテグレーションを選択する場合、**API key****client secret** が必要です。これらの値は安全に保管する必要があります。
6666

6767
:::important
68-
承認情報を Web ページ、モバイルアプリソースコード、または他の情報が漏洩する可能性のある場所に埋め込まないでください。セキュリティ上の理由から、サーバーに安全に保存してください。
68+
認証情報を Web ページ、モバイルアプリソースコード、または他の情報が漏洩する可能性のある場所に埋め込まないでください。セキュリティ上の理由から、サーバーに安全に保存してください。
6969
:::
7070

7171
詳細は [API Key and Client Secret](../getting-started/gs-credentials.md#api-key-and-client-secret) を参照してください。
@@ -88,7 +88,7 @@ Server-Side インテグレーションでは、Server-Side で raw UID2 また
8888
Server-Side インテグレーションを選択する場合、**API key****client secret** が必要です。これらの値は安全に保管する必要があります。
8989

9090
:::important
91-
承認情報を Web ページ、モバイルアプリソースコード、または他の情報が漏洩する可能性のある場所に埋め込まないでください。セキュリティ上の理由から、サーバーに安全に保存してください。
91+
認証情報を Web ページ、モバイルアプリソースコード、または他の情報が漏洩する可能性のある場所に埋め込まないでください。セキュリティ上の理由から、サーバーに安全に保存してください。
9292
:::
9393

9494
詳細は [API Key and Client Secret](../getting-started/gs-credentials.md#api-key-and-client-secret) を参照してください。

0 commit comments

Comments
 (0)