Skip to content

Commit 4f4d3c9

Browse files
committed
minor mods to publisher docs
1 parent be86ff5 commit 4f4d3c9

File tree

6 files changed

+26
-2
lines changed

6 files changed

+26
-2
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sidebar_position: 04
99

1010
import Link from '@docusaurus/Link';
1111
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
12+
import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
1213

1314
# CTV Integration Guide
1415

@@ -27,6 +28,10 @@ UID2 とインテグレーションするには、次の 3 つの主要なステ
2728

2829
<IntegratingWithSSO />
2930

31+
## Private Operator Option
32+
33+
<PrivateOperatorOption/>
34+
3035
## Complete UID2 Account Setup and Configure Account
3136

3237
UID2 とインテグレーションするには、UID2 のアカウントが必要です。まだアカウントを作成していない場合は、最初に [Account Setup](../getting-started/gs-account-setup.md) ページの手順に従ってください。

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-options-publisher-all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Publisher Integration Resources
3-
description: Overview of the resources available for publishers integrating with UID2.
3+
description: UID2 をインテグレーションするパブリッシャー向けのリソースの概要
44
hide_table_of_contents: false
55
sidebar_position: 02
66
displayed_sidebar: sidebarPublishers

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-options-publisher-web.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ UID2 とインテグレーションするには、次の 3 つの主要なアク
4343

4444
<!-- &#9989; = Supported | &#8212; = Not Supported -->
4545

46+
## Publisher Web Options Workflow
47+
4648
実装を選択し、開始するには、以下の手順に従ってください:
4749

4850
1. UID2 Token を生成するオプションの概要を確認します:

i18n/ja/docusaurus-plugin-content-docs/current/overviews/overview-publishers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ displayed_sidebar: sidebarPublishers
1616

1717
import Link from '@docusaurus/Link';
1818
import IntegratingWithSSO from '../snippets/_integrating-with-sso.mdx';
19-
19+
import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
2020
import PublisherImplementationResources from '../snippets/_publisher-implementation-resources.mdx';
2121

2222
パブリッシャーとして、Unified ID 2.0 (UID2) のクロスデバイスプレゼンスの恩恵を受け、すべてのインベントリで一貫した ID ファブリックを活用することができます。
@@ -72,6 +72,10 @@ UID2 とインテグレーションすることで得られるメリットの一
7272

7373
<IntegratingWithSSO />
7474

75+
## Private Operator Option
76+
77+
<PrivateOperatorOption/>
78+
7579
## Getting Started
7680

7781
次の手順で始めます:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import Link from '@docusaurus/Link';
2+
3+
パブリッシャーで、ファーストパーティデータを企業ネットワーク内に保持したい場合は、<Link href="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link> を展開することを選択できます。このシナリオでは、自身のためだけのプライベートインスタンスをホストします。
4+
5+
その他の情報については、次のリソースを確認してください:
6+
7+
- [The UID2 Operator](../ref-info/ref-operators-public-private.md)
8+
- [UID2 Private Operator Integration Overview](../guides/integration-options-private-operator.md)
9+
10+
:::note
11+
UID2 Private Operator ソリューションは、UID2 Token の Client-Side 生成をサポートしていません。Client-Side インテグレーションを希望する場合は、Public Operator ソリューションを使用する必要があります。
12+
:::

i18n/ja/docusaurus-plugin-content-docs/current/snippets/_publisher-implementation-resources.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Web インテグレーションオプションの詳細は [Publisher Web Integr
3636
| Android/iOS (Overview) | [Mobile Integration Overview for Android and iOS](../guides/integration-mobile-overview.md) | SDK for Android または SDK for iOS を使用して UID2 とインテグレーションしたいモバイルアプリパブリッシャー向けのオプションの概要です。 |
3737
| Android/iOS, Client-Side Integration | [Client-Side Integration Guide for Mobile](../guides/integration-mobile-client-side.md) | モバイルアプリ内のみの変更で UID2 とインテグレーションしたいモバイルアプリパブリッシャー向けのインテグレーションガイドです(Server-Side の変更はありません)。 |
3838
| Android/iOS, Client-Server Integration | [Client-Server Integration Guide for Mobile](../guides/integration-mobile-client-server.md) | UID2 とインテグレーションしたいモバイルアプリのパブリッシャー向けのインテグレーションガイドです:<ol><li>UID2 Token を Server-Side で生成するには、PublicまたはPrivate Operatorを使用します。</li><li>その結果、<Link href="../ref-info/glossary-uid#gl-identity">identities</Link> をモバイルアプリに渡し、ビッドストリームに渡します。</li></ol> |
39+
| Android/iOS, Server-Side Integration | [Server-Side Integration Guide for Mobile](../guides/integration-mobile-server-side.md) | UID2 Token を完全に Server-Side で管理したいモバイルアプリパブリッシャー向けのインテグレーションガイドです。 |
3940
| Android | [SDK for Android Reference Guide](../sdks/sdk-ref-android.md) | Android アプリをサポートする必要があるパブリッシャー向けに、UID2 を使用してクライアント ID を生成または確立し、UID2 Token を取得するプロセスを促進する SDK。 |
4041
| iOS | [SDK for iOS Reference Guide](../sdks/sdk-ref-ios.md) | iOS アプリをサポートする必要があるパブリッシャー向けに、UID2 を使用してクライアント ID を生成または確立し、UID2 Token を取得するプロセスを促進する SDK。 |
4142

0 commit comments

Comments
 (0)