Skip to content

Commit e5ffb5f

Browse files
authored
Merge pull request #864 from IABTechLab/gwh-APIDOCS-3080-fix-broken-links
fix broken links
2 parents ae65f2d + 1c5d000 commit e5ffb5f

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs/getting-started/gs-opt-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Link from '@docusaurus/Link';
99

1010
# User Opt-Out
1111

12-
Many different publishers and advertisers use UID2. Different publishers might have different opt-out processes for their individual sites; however, UID2 as a whole has very specific opt-out processes that all UID2 [participants](overviews/participants-overview.md#uid2-external-participants) are expected to honor.
12+
Many different publishers and advertisers use UID2. Different publishers might have different opt-out processes for their individual sites; however, UID2 as a whole has very specific opt-out processes that all UID2 [participants](../overviews/participants-overview.md#uid2-external-participants) are expected to honor.
1313

1414
## How Users Can Opt Out of UID2
1515

docs/overviews/overview-advertisers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To get started, follow these steps:
5858
1. Request access to UID2 by filling out the form on the [Request Access](/request-access) page.
5959

6060
Someone will contact you to discuss your needs and advise on appropriate next steps.
61-
1. Decide on your [participant](../overviews/participants-overview.md#uid2-external-participants) role or roles.
61+
1. Decide on your [participant](participants-overview.md#uid2-external-participants) role or roles.
6262
1. Decide which implementation option you want to use.
6363
1. Receive your credentials (see [UID2 Credentials](../getting-started/gs-credentials.md)) and follow the instructions in the implementation guide for the option you chose.
6464

docs/overviews/overview-data-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To get started, follow these steps:
6363
1. Request access to UID2 by filling out the form on the [Request Access](/request-access) page.
6464

6565
Someone will contact you to discuss your needs and advise on appropriate next steps.
66-
1. Decide on your [participant](../overviews/participants-overview.md#uid2-external-participants) role or roles.
66+
1. Decide on your [participant](participants-overview.md#uid2-external-participants) role or roles.
6767
1. Decide which implementation option you want to use.
6868
1. Receive your credentials (see [UID2 Credentials](../getting-started/gs-credentials.md)) and follow the instructions in the implementation guide for the option you chose.
6969

docs/ref-info/glossary-uid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ import Link from '@docusaurus/Link';
397397

398398
<dt><MdxJumpAnchor id="gl-raw-uid2"><a href="#gl-raw-uid2">Raw UID2</a></MdxJumpAnchor></dt>
399399
<dd>An unencrypted alphanumeric identifier created through the UID2 APIs or SDKs with the user's <a href="#gl-dii">directly identifying information</a> (email address or phone number) as input. The raw UID2 is encrypted to create a <a href="#gl-uid2-token">UID2 token</a>. The raw UID2 is a unique value; no two raw UID2s are the same. Raw UID2s, and their associated UID2 tokens, are case sensitive.</dd>
400-
<dd>For details, see <a href="uid-infrastructure#uid2-identifier-types">UID2 Identifier Types</a>.</dd>
400+
<dd>For details, see <a href="uid2-identifier-types">UID2 Identifier Types</a>.</dd>
401401

402402
<dt><MdxJumpAnchor id="gl-refresh-token"><a href="#gl-refresh-token">Refresh token</a></MdxJumpAnchor></dt>
403403
<dd>A refresh token is an opaque string that is issued along with the <a href="#gl-uid2-token">UID2 token</a>. It is used to refresh the UID2 token, which has a limited life.</dd>
@@ -499,7 +499,7 @@ import Link from '@docusaurus/Link';
499499

500500
<dt><MdxJumpAnchor id="gl-uid2-identifier"><a href="#gl-uid2-identifier">UID2 identifier</a></MdxJumpAnchor></dt>
501501
<dd>There are two Unified ID 2.0 (UID2) identifier types: <a href="#gl-raw-uid2">raw UID2s</a> and <a href="#gl-uid2-token">UID2 tokens</a> (also known as advertising tokens).</dd>
502-
<dd>For details, see <a href="uid-infrastructure#uid2-identifier-types">UID2 Identifier Types</a>.</dd>
502+
<dd>For details, see <a href="uid2-identifier-types">UID2 Identifier Types</a>.</dd>
503503

504504
<dt><MdxJumpAnchor id="gl-uid2-portal"><a href="#gl-uid2-portal">UID2 Portal</a></MdxJumpAnchor></dt>
505505
<dd>The UID2 Portal is a separate user interface that allows UID2 participants to manage their accounts.</dd>
@@ -515,7 +515,7 @@ import Link from '@docusaurus/Link';
515515
<dd>The token value is opaque: No assumptions should be made about the format or about the length of the string.</dd>
516516
<dd>The token has a limited life, but can be refreshed in the background using the <a href="#gl-refresh-token">refresh token</a>.</dd>
517517
<dd>Publishers send UID2 tokens in the bidstream.</dd>
518-
<dd>For details, see <a href="uid-infrastructure#uid2-identifier-types">UID2 Identifier Types</a>, <a href="ref-tokens#uid2-tokens-key-information">UID2 Tokens: Key Information</a>, and <a href="ref-how-uid-is-created">How the UID2 Token Is Created</a>.</dd>
518+
<dd>For details, see <a href="uid2-identifier-types">UID2 Identifier Types</a>, <a href="ref-tokens#uid2-tokens-key-information">UID2 Tokens: Key Information</a>, and <a href="ref-how-uid-is-created">How the UID2 Token Is Created</a>.</dd>
519519

520520
<dt><MdxJumpAnchor id="gl-unified-id-20"><a href="#gl-unified-id-20">Unified ID 2.0</a></MdxJumpAnchor></dt>
521521
<dd>The term UID2 can be used to mean the <a href="#gl-uid2-framework">UID2 framework</a>, the <a href="#gl-uid2-service">UID2 service</a>, a <a href="#gl-raw-uid2">raw UID2</a>, or a <a href="#gl-uid2-token">UID2 token</a> (advertising token).</dd>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Link from '@docusaurus/Link';
99

1010
# User Opt-Out
1111

12-
さまざまなパブリッシャーや広告主が UID2 を使用しています。しかし、UID2 全体としては、すべての UID2 [参加者](overviews/participants-overview.md#uid2-external-participants) が受け入れるべき、具体的なオプトアウトプロセスがあります。
12+
さまざまなパブリッシャーや広告主が UID2 を使用しています。しかし、UID2 全体としては、すべての UID2 [参加者](../overviews/participants-overview.md#uid2-external-participants) が受け入れるべき、具体的なオプトアウトプロセスがあります。
1313

1414
## How Users Can Opt Out of UID2
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ UID2 のドキュメント一式に左サイドバーからアクセスしたい
5858
1. [アクセスリクエスト](/request-access)ページにあるフォームに記入して、UID2へのアクセスをリクエストします。
5959

6060
担当者が連絡し、ニーズを伺い、適切なステップをアドバイスします。
61-
1. [参加者](../overviews/participants-overview.md#uid2-external-participants) の役割を決めます。
61+
1. [参加者](participants-overview.md#uid2-external-participants) の役割を決めます。
6262
1. どの実装オプションを使用するかを決めます。
6363
1. 認証情報を受け取り ([UID2 Credentials](../getting-started/gs-credentials.md) を参照)、選択したオプションのインテグレーションガイドの指示に従います。
6464

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ UID2 を使用することで、データプロバイダーとして得られる
6363
1. [アクセスリクエスト](/request-access)ページにあるフォームに記入して、UID2へのアクセスをリクエストします。
6464

6565
担当者が連絡し、ニーズを伺い、適切なステップをアドバイスします。
66-
1. [参加者](../overviews/participants-overview.md#uid2-external-participants) の役割を決めます。
66+
1. [参加者](participants-overview.md#uid2-external-participants) の役割を決めます。
6767
1. どの実装オプションを使用するかを決めます。
6868
1. 認証情報を受け取り ([UID2 Credentials](../getting-started/gs-credentials.md) を参照)、選択したオプションのインテグレーションガイドの指示に従います。
6969

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ import Link from '@docusaurus/Link';
397397

398398
<dt><MdxJumpAnchor id="gl-raw-uid2">Raw UID2</MdxJumpAnchor></dt>
399399
<dd>UID2 API または SDK を通じて、ユーザーの <a href="#gl-dii">directly identifying information</a> (メールアドレスまたは電話番号) を入力として作成される、暗号化されていない英数字の識別子。raw UID2 を暗号化して UID2 Token を作成します。raw UID2 は一意な値であり、同じ UID2 は2つとありません。raw UID2 とそれに関連付けられた UID2 Token は、大文字と小文字を区別します。</dd>
400-
<dd>詳細は <a href="uid-infrastructure#uid2-identifier-types">UID2 Identifier Types</a> を参照してください。</dd>
400+
<dd>詳細は <a href="uid2-identifier-types">UID2 Identifier Types</a> を参照してください。</dd>
401401

402402
<dt><MdxJumpAnchor id="gl-refresh-token">Refresh Token</MdxJumpAnchor></dt>
403403
<dd>Refresh tokenは、<a href="#gl-uid2-token">UID2 Token</a>とともに発行される不透明な文字列です。<a href="#gl-uid2-token">UID2 token</a> の有効期限を更新するために使用されます。</dd>
@@ -499,7 +499,7 @@ import Link from '@docusaurus/Link';
499499

500500
<dt><MdxJumpAnchor id="gl-uid2-identifier">UID2 identifier</MdxJumpAnchor></dt>
501501
<dd>Unified ID 2.0 (UID2)識別子には、<a href="#gl-raw-uid2">raw UID2s</a> と <a href="#gl-uid2-token">UID2 tokens</a> (Advertising token とも呼ばれるます) の2種類があります。</dd>
502-
<dd>詳細は <a href="uid-infrastructure#uid2-identifier-types">UID2 Identifier Types</a> を参照してください。</dd>
502+
<dd>詳細は <a href="uid2-identifier-types">UID2 Identifier Types</a> を参照してください。</dd>
503503

504504
<dt><MdxJumpAnchor id="gl-uid2-portal">UID2 Portal</MdxJumpAnchor></dt>
505505
<dd>UID2 Portal は、UID2 参加者が自分のアカウントを管理するための独立したユーザーインターフェースです。</dd>
@@ -515,7 +515,7 @@ import Link from '@docusaurus/Link';
515515
<dd>トークンの値は不透明です。文字列のフォーマットや長さについて、推測してはなりません。</dd>
516516
<dd>トークンの寿命は限られていますが、<a href="#gl-refresh-token">refresh token</a> を使ってバックグラウンドでリフレッシュすることができます。</dd>
517517
<dd>パブリッシャーは、ビッドストリームに UID2 Token を送信します。</dd>
518-
<dd>詳細は <a href="uid-infrastructure#uid2-identifier-types">UID2 Identifier Types</a>、 <a href="ref-tokens#uid2-tokens-key-information">UID2 Tokens: Key Information</a> と <a href="ref-how-uid-is-created">How the UID2 Token Is Created</a> を参照してください。</dd>
518+
<dd>詳細は <a href="uid2-identifier-types">UID2 Identifier Types</a>、 <a href="ref-tokens#uid2-tokens-key-information">UID2 Tokens: Key Information</a> と <a href="ref-how-uid-is-created">How the UID2 Token Is Created</a> を参照してください。</dd>
519519

520520
<dt><MdxJumpAnchor id="gl-unified-id-20">Unified ID 2.0 (UID2)</MdxJumpAnchor></dt>
521521
<dd>"UID2" という用語は、<a href="#gl-uid2-framework">UID2 framework</a>、<a href="#gl-uid2-service">UID2 service</a>、<a href="#gl-raw-uid2">raw UID2</a>、または<a href="#gl-uid2-token">UID2 token</a> (Advertising Token) を意味でも使われます。</dd>

0 commit comments

Comments
 (0)