Skip to content

Commit 8286832

Browse files
update Japanese translation sample site references to new uid2-examples URLs
1 parent ff4f1dc commit 8286832

File tree

9 files changed

+103
-68
lines changed

9 files changed

+103
-68
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Base64 エンコーディングを適用する際は、ハッシュの生のバ
130130

131131
## UID2 Hashing Tool
132132

133-
正規化、ハッシュ化、エンコードが正しく行われているかを確認するには、[UID2 hashing tool](https://unifiedid.com/examples/hashing-tool/) を使用できます。
133+
正規化、ハッシュ化、エンコードが正しく行われているかを確認するには、[UID2 Hashing Tool](https://hashing-tool.samples.uidapi.com/) を使用できます。
134134

135135
Email または Phone Number を選択し、値を入力または貼り付けてから **Enter** をクリックします。
136136

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-google-ss.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,23 @@ SDK for JavaScript バージョン 3.0.0 以降を使用している場合、UID
154154

155155
Google Ad Manager のセキュアシグナル機能との連携方法は、以下のサンプルアプリケーションを参照してください:
156156

157-
- UID2 JavaScript SDK と Google secure signals を使用した Server-Side インテグレーションのサンプル:
158-
- [Sample implementation](https://secure-signals-server-side-integ.uidapi.com/)
159-
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side)
160-
- UID2 JavaScript SDK と Google secure signals を使用した Client-Server インテグレーションのサンプル:
161-
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
162-
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
163157
- UID2 JavaScript SDK と Google secure signals を使用した Client-Side インテグレーションのサンプル:
164-
- [Sample implementation](https://secure-signals-client-side-integ.uidapi.com/)
165-
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)
166-
- Client-side integration example using React, the UID2 JavaScript SDK, and Google secure signals:
167-
- [Sample implementation](https://secure-signals-react-integ.uidapi.com)
168-
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/react_client_side)
169-
170-
各サンプル実装には、それぞれのの手順があります。
158+
- Site: [Client-Side UID2 Integration with Google Secure Signals](https://secure-signals-client-side.samples.uidapi.com/)
159+
- 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)
160+
- UID2 JavaScript SDK と Google secure signals を使用した Client-Server インテグレーションのサンプル:
161+
- Site: [Client-Server UID2 SDK Integration Example with Google Secure Signals](https://secure-signals-client-server.samples.uidapi.com/)
162+
- 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)
163+
- UID2 JavaScript SDK と Google secure signals を使用した Server-Side インテグレーションのサンプル:
164+
- Site: [Server-Side UID2 Integration with Google Secure Signals](https://secure-signals-server-side.samples.uidapi.com/)
165+
- 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)
166+
- React、UID2 JavaScript SDK、Google secure signals を使用した Client-Side インテグレーションのサンプル:
167+
- Site: [React Client-Side UID2 Integration with Google Secure Signals](https://secure-signals-react.samples.uidapi.com/)
168+
- 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)
169+
- Prebid.js と Google Secure Signals を使用した Client-Side インテグレーションのサンプル:
170+
- Site: [Client-Side UID2 Integration with Prebid.js (with Google Secure Signals)](https://prebid-secure-signals.samples.uidapi.com/)
171+
- Code: [uid2-examples/web-integrations/prebid-secure-signals](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/prebid-secure-signals)
172+
173+
各サンプル実装には、それぞれの手順があります。
171174

172175
## Troubleshooting
173176

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript-client-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ SDK の技術的な詳細は [SDK for JavaScript Reference Guide](../sdks/sdk-re
2525
## Sample Implementation
2626

2727
実装例は、次の UID2 SDK インテグレーション例を参照してください。
28-
- [Client-Server UID2 SDK Integration Example](https://example-jssdk-integ.uidapi.com/)
29-
- [Code Repository with Readme](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk)
28+
- Site: [Client-Server UID2 Integration Example using JavaScript SDK](https://js-client-server.samples.uidapi.com/)
29+
- Code: [uid2-examples/web-integrations/javascript-sdk/client-server](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-server)
3030

3131
## Introduction
3232

@@ -36,7 +36,7 @@ SDK の技術的な詳細は [SDK for JavaScript Reference Guide](../sdks/sdk-re
3636

3737
UID2 の Opt-out ワークフローとユーザーが Opt-out する方法の詳細は、[User Opt-Out](../getting-started/gs-opt-out.md) を参照してください。
3838

39-
UID2 を使用してクライアントの ID を確立し、Advertising Token を取得するプロセスを容易にするために、このガイドで提供する Web インテグレーション手順は、JavaScript 用の UID2 SDK に依存しています。このガイドに記載されているインテグレーションステップと SDK の使用方法(現在はメールアドレスのみ) を示す [example application](https://example-jssdk-integ.uidapi.com/) を以下に示します。アプリケーションのドキュメントは、[UID2 SDK Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk) を参照してください。
39+
UID2 を使用してクライアントの ID を確立し、Advertising Token を取得するプロセスを容易にするために、このガイドで提供する Web インテグレーション手順は、JavaScript 用の UID2 SDK に依存しています。このガイドに記載されているインテグレーションステップと SDK の使用方法を示す実装例については、[Sample Implementation](#sample-implementation) を参照してください。
4040

4141
:::tip
4242
ファーストパーティ Cookie とローカルストレージの実装の詳細は 将来変更される可能性があります。潜在的な問題を回避するため、ID 管理には [SDK for JavaScript API Reference](../sdks/sdk-ref-javascript.md#api-reference) に記載されている機能を使用してください。

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript-client-side.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@ SDK のデバッグビルドを使用したい場合は、代わりに以下の
6060
## Sample Implementation
6161

6262
実装例は、次の例を参照してください:
63-
- Code: [Example Client-Side Integration for JavaScript](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg)
64-
- ランニングサイト: [Client-Side Integration Example, UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)
65-
66-
<!-- (Source code for running site: https://github.com/IABTechLab/uid2-web-integrations) -->
63+
- Site: [Client-Side UID2 Integration Example using JavaScript SDK](https://js-client-side.samples.uidapi.com/)
64+
- Code: [uid2-examples/web-integrations/javascript-sdk/client-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-side)
6765

6866
## Integrating with Single Sign-On (SSO)
6967

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid-client-side.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Prebid.js を使って UID2 とインテグレーションするには、サイ
2727

2828
以前のバージョンの Prebid.js を使用する必要がある場合は、代わりに [UID2 Client-Server Integration Guide for Prebid.js](integration-prebid-client-server.md) で説明している実装ソリューションを使用してください。
2929

30-
## Integration Example
30+
## Sample Implementations
3131

3232
UID2 Prebid.js Client-Side インテグレーション例は、以下のリンクから入手できます:
3333

34-
- コード: [Example Prebid.js UID2 Integration](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example)
35-
- ランニングサイト: [UID2 Prebid.js Client-Side Integration Example](https://unifiedid.com/examples/cstg-prebid-example/)
34+
- Site: [Client-Side UID2 Integration with Prebid.js](https://prebid-client.samples.uidapi.com/)
35+
- Code: [uid2-examples/web-integrations/prebid-integrations/client-side](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/prebid-integrations/client-side)
3636

3737
## Integrating with Single Sign-On (SSO)
3838

0 commit comments

Comments
 (0)