Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/gs-encryption-decryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayed_sidebar: docs
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Link from '@docusaurus/Link';
import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# Encrypting Requests and Decrypting Responses

Expand Down Expand Up @@ -105,7 +105,7 @@ The following table describes the field layout for response decryption code.

For example, a decrypted response to the [POST /token/generate](../endpoints/post-token-generate.md) request for an email address might look like this:

<SnptSnptIdentityGenerateResponse />
<SnptIdentityGenerateResponse />

## Encryption and Decryption Code Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# POST /token/generate

Expand Down Expand Up @@ -108,7 +108,7 @@ echo '{"email_hash": "tMmiiTI7IaAcPpQPFQ65uMVCWH8av9jw4cwf/F5HVRQ=","optout_chec

復号化に成功すると、指定されたメールアドレス、電話番号、またはそれぞれのハッシュに対するユーザーの Advertising Token および Refresh Token が返されます。

<SnptSnptIdentityGenerateResponse />
<SnptIdentityGenerateResponse />

#### Optout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# POST /token/refresh

Expand Down Expand Up @@ -69,7 +69,7 @@ Used by: このエンドポイントは、主にパブリッシャーが使用

すべての値が有効で、ユーザーが Opt-Out していない場合、レスポンスは成功し、新しい UID2 Token が関連する値とともに返されます。以下の例は、トークンを含む成功したレスポンスを復号したものです:

<SnptSnptIdentityGenerateResponse />
<SnptIdentityGenerateResponse />

#### Successful Response With Opt-Out

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import SnptSnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';
import SnptIdentityGenerateResponse from '../snippets/_snpt-example-identity-generate-response.mdx';

# Encrypting Requests and Decrypting Responses

Expand Down Expand Up @@ -105,7 +105,7 @@ UID2 API のリクエストレスポンスワークフローは、以下のス

たとえば、先行例 のメールアドレスに対する [POST&nbsp;/token/generate](../endpoints/post-token-generate.md) リクエストに対する復号されたレスポンスは、次のようになります:

<SnptSnptIdentityGenerateResponse />
<SnptIdentityGenerateResponse />

## Encryption and Decryption Code Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import SnptSnptExampleTokenInBidstream from '../snippets/_snpt-example-token-in-bidstream.mdx';
import SnptExampleTokenInBidstream from '../snippets/_snpt-example-token-in-bidstream.mdx';

# Frequently Asked Questions

Expand Down Expand Up @@ -169,7 +169,7 @@ UID2 Token は、ビッドストリームではどのように見えますか?

UID2 実装のアプローチにはさまざまな方法があります。以下は、UID2 Token が<Link href="../ref-info/glossary-uid#gl-bidstream">ビッドストリーム</Link>でどのように渡されるかを示すコードスニペットの一例です:

<SnptSnptExampleTokenInBidstream />
<SnptExampleTokenInBidstream />

#### Can I integrate UID2 with Single Sign-On (SSO)?
UID2 をシングルサインオン (SSO) とインテグレーションすることはできますか?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ displayed_sidebar: docs
---

import Link from '@docusaurus/Link';
import SnptSnptPOSTIdentityMapImprovements from '../snippets/_snpt-post-identity-map-improvements-v3.mdx';
import SnptPOSTIdentityMapImprovements from '../snippets/_snpt-post-identity-map-improvements-v3.mdx';

# SDK for Java Reference Guide

Expand Down Expand Up @@ -401,7 +401,7 @@ IdentityMapV3Response mixedResponse = client.generateIdentityMap(mixedInput);

### Version 3 Improvements

<SnptSnptPOSTIdentityMapImprovements />
<SnptPOSTIdentityMapImprovements />

### Required Changes

Expand Down
Loading