diff --git a/docs/endpoints/post-identity-buckets.md b/docs/endpoints/post-identity-buckets.md index 6b990fe91..c75e7740d 100644 --- a/docs/endpoints/post-identity-buckets.md +++ b/docs/endpoints/post-identity-buckets.md @@ -25,7 +25,7 @@ You must encrypt all requests using your secret. For details, and code examples | Path Parameter | Data Type | Attribute | Description | | :--- | :--- | :--- | :--- | -| `{environment}` | string | Required | Integration environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | +| `{environment}` | string | Required | Testing (integration) environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | :::note The integration environment and the production environment require different API keys. diff --git a/docs/endpoints/post-identity-map.md b/docs/endpoints/post-identity-map.md index ca6acb075..9c48e5d59 100644 --- a/docs/endpoints/post-identity-map.md +++ b/docs/endpoints/post-identity-map.md @@ -34,7 +34,7 @@ You must encrypt all requests using your secret. For details, and code examples | Path Parameter | Data Type | Attribute | Description | | :--- | :--- | :--- | :--- | -| `{environment}` | string | Required | Integration environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | +| `{environment}` | string | Required | Testing (integration) environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | :::note The integration environment and the production environment require different API keys. diff --git a/docs/endpoints/post-optout-status.md b/docs/endpoints/post-optout-status.md index 492b8aa62..55c8d6514 100644 --- a/docs/endpoints/post-optout-status.md +++ b/docs/endpoints/post-optout-status.md @@ -38,7 +38,7 @@ You must encrypt all requests using your secret. For details, and code examples | Path Parameter | Data Type | Attribute | Description | | :--- | :--- | :--- | :--- | -| `{environment}` | string | Required | Integration environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | +| `{environment}` | string | Required | Testing (integration) environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | :::note The integration environment and the production environment require different API keys. diff --git a/docs/endpoints/post-token-generate.md b/docs/endpoints/post-token-generate.md index b484b8a1a..3fbe86d29 100644 --- a/docs/endpoints/post-token-generate.md +++ b/docs/endpoints/post-token-generate.md @@ -103,7 +103,7 @@ This section includes the following sample responses: #### Successful Response -A successful decrypted response returns the user's advertising and refresh tokens for the specified email address, phone number, or the respective hash. +A successful decrypted response returns the user's advertising and refresh tokens for the specified email address, phone number, or the respective hash. @@ -145,8 +145,8 @@ If the `status` value is anything other than `success`, the `message` field prov ## Test Identities -| Type | Identity | Purpose | Next Endpoint | -|:------|:-----------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------| +| Type | Identity | Purpose | Next Endpoint | +|:------|:-----------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------| | Email | `validate@example.com` | Test that the `advertising_token` you've cached matches the `advertising_token` for the specified email address. | [POST /token/validate](post-token-validate.md) | | Email | `optout@example.com` | Using this email for the request always generates an `optout` response. | [POST /token/generate](post-token-generate.md) | | Email | `refresh-optout@example.com` | Using this email for the request always generates an identity response with a `refresh_token` that results in an `optout` response. | [POST /token/refresh](post-token-refresh.md) | diff --git a/docs/endpoints/post-token-refresh.md b/docs/endpoints/post-token-refresh.md index 7f5d7eb51..23a0a4fc8 100644 --- a/docs/endpoints/post-token-refresh.md +++ b/docs/endpoints/post-token-refresh.md @@ -37,7 +37,7 @@ Here's what you need to know about this endpoint: | Path Parameter | Data Type | Attribute | Description | | :--- | :--- | :--- | :--- | -| `{environment}` | string | Required | Integration environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md).
Notes: | +| `{environment}` | string | Required | Testing (integration) environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md).
Notes: | #### Testing Notes diff --git a/docs/endpoints/post-token-validate.md b/docs/endpoints/post-token-validate.md index 184392f05..e2238c572 100644 --- a/docs/endpoints/post-token-validate.md +++ b/docs/endpoints/post-token-validate.md @@ -9,7 +9,7 @@ import Link from '@docusaurus/Link'; # POST /token/validate -Validates that an advertising token matches the specified hashed or unhashed email address or phone number. +Validates that an advertising token matches the specified hashed or unhashed email address or phone number. Used by: This endpoint is used mainly by publishers. @@ -29,7 +29,7 @@ You must encrypt all requests using your secret key. For details, and code examp | Path Parameter | Data Type | Attribute | Description | | :--- | :--- | :--- | :--- | -| `{environment}` | string | Required | Integration environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | +| `{environment}` | string | Required | Testing (integration) environment: `https://operator-integ.uidapi.com`
Production environment: The best choice depends on where your users are based. For information about how to choose the best URL for your use case, and a full list of valid base URLs, see [Environments](../getting-started/gs-environments.md). | :::note The integration environment and the production environment require different API keys. diff --git a/docs/getting-started/gs-normalization-encoding.md b/docs/getting-started/gs-normalization-encoding.md index d27a74c68..417752fba 100644 --- a/docs/getting-started/gs-normalization-encoding.md +++ b/docs/getting-started/gs-normalization-encoding.md @@ -131,7 +131,7 @@ For an example of how to generate email and phone hashes in JavaScript, see [Exa To check that you're correctly normalizing, hashing, and encoding, you can test with the [UID2 hashing tool](https://unifiedid.com/examples/hashing-tool/). -Choose Email or Phone Number, type or paste the value, and then click Enter. +Choose Email or Phone Number, type or paste the value, and then click **Enter**. The tool does the following: - Email: Displays each of the following three values: diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md index 24c5e395c..61cd8db58 100644 --- a/docs/sdks/sdk-ref-javascript.md +++ b/docs/sdks/sdk-ref-javascript.md @@ -11,12 +11,12 @@ import Link from '@docusaurus/Link'; import ExampleUid2Cookie from '/docs/snippets/_example-uid2-cookie.mdx'; import ExampleJavaScriptInit from '/docs/snippets/_example-javascript-init.mdx'; -# SDK for JavaScript Reference Guide - export const New = () => ( NEW IN V3 ); +# SDK for JavaScript Reference Guide + Use this SDK to facilitate the process of generating or establishing client identity using UID2, retrieving advertising tokens for bidstream use, and automatically refreshing UID2 tokens. The following sections describe the high-level [workflow](#workflow-overview) for establishing UID2 identity, provide the SDK [API reference](#api-reference), and explain the UID2 [storage format](#uid2-storage-format). diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-javascript.md b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-javascript.md index 47ac3bdba..3cde0c3fa 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-javascript.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-javascript.md @@ -11,12 +11,12 @@ import Link from '@docusaurus/Link'; import ExampleUid2Cookie from '/docs/snippets/_example-uid2-cookie.mdx'; import ExampleJavaScriptInit from '/docs/snippets/_example-javascript-init.mdx'; -# SDK for JavaScript Reference Guide - export const New = () => ( NEW IN V3 ); +# SDK for JavaScript Reference Guide + この SDK を使用すると、UID2 を使用してクライアントの ID を確立し、Advertising Token を取得するプロセスが容易になります。以下のセクションでは、UID2 ID を確立するための [workflow](#workflow-overview) について説明し、SDK の [API reference](#api-reference) を提供し、UID2の[storage format](#uid2-storage-format)について説明します。 :::tip