diff --git a/docs/endpoints/summary-endpoints.md b/docs/endpoints/summary-endpoints.md
index 21b57ab24..9152550e2 100644
--- a/docs/endpoints/summary-endpoints.md
+++ b/docs/endpoints/summary-endpoints.md
@@ -1,5 +1,5 @@
---
-title: UID2 endpoints - summary
+title: Endpoints - summary
description: Summary of the endpoints available in the UID2 service.
hide_table_of_contents: false
sidebar_position: 01
@@ -8,7 +8,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 endpoints: Summary
+# Endpoints: Summary
All UID2 endpoints require a client secret for encrypting API requests (except [POST /token/refresh](post-token-refresh.md) requests) and decrypting responses. For details, and code examples in different programming languages, see [Encrypting requests and decrypting responses](../getting-started/gs-encryption-decryption.md).
diff --git a/docs/getting-started/gs-faqs.md b/docs/getting-started/gs-faqs.md
index 0b5a2c4fe..b202992bc 100644
--- a/docs/getting-started/gs-faqs.md
+++ b/docs/getting-started/gs-faqs.md
@@ -61,7 +61,7 @@ The best choice depends on your unique scenario and needs. For more information
- [The UID2 Operator](../ref-info/ref-operators-public-private.md)
-- [UID2 Private Operator integration overview](../guides/integration-options-private-operator.md)
+- [Private Operator integration overview](../guides/integration-options-private-operator.md)
## FAQs for publishers
diff --git a/docs/guides/integration-google-ss.md b/docs/guides/integration-google-ss.md
index 3b8a15c7a..8f82953da 100644
--- a/docs/guides/integration-google-ss.md
+++ b/docs/guides/integration-google-ss.md
@@ -17,7 +17,7 @@ import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emai
This guide covers integration steps for publishers using UID2 with the Google Ad Manager secure signals feature (previously known as Encrypted Signals for Publishers, ESP).
:::note
-To use the UID2 Google Ad Manager secure signals integration, if you are using an SDK you must have your UID2 integration already set up. This does not apply if you are using server-side integration. For a summary of all the integration options available, see [UID2 integration guides: Summary](summary-guides.md).
+To use the UID2 Google Ad Manager secure signals integration, if you are using an SDK you must have your UID2 integration already set up. This does not apply if you are using server-side integration. For a summary of all the integration options available, see [Integration guides: Summary](summary-guides.md).
:::
## Overview
diff --git a/docs/guides/integration-javascript-client-server.md b/docs/guides/integration-javascript-client-server.md
index 95da9e3aa..e754b89b1 100644
--- a/docs/guides/integration-javascript-client-server.md
+++ b/docs/guides/integration-javascript-client-server.md
@@ -141,7 +141,7 @@ For an example of what a UID2 token might look like in the bidstream, when it's
```
:::info
-You need to consider how you pass the returned advertising token to SSPs. With some other approaches to client-side UID2 implementation, such as using `Prebid.js` (see [UID2 integration overview for Prebid](integration-prebid.md)) or Google Ad Manager Secure Signals (see [Google Ad Manager Secure Signals integration guide](integration-google-ss.md)), the implementation includes functions that manage passing the returned advertising token. If you're using the SDK for JavaScript you'll need to manage this yourself.
+You need to consider how you pass the returned advertising token to SSPs. With some other approaches to client-side UID2 implementation, such as using `Prebid.js` (see [Integration overview for Prebid](integration-prebid.md)) or Google Ad Manager Secure Signals (see [Google Ad Manager Secure Signals integration guide](integration-google-ss.md)), the implementation includes functions that manage passing the returned advertising token. If you're using the SDK for JavaScript you'll need to manage this yourself.
:::
:::tip
diff --git a/docs/guides/integration-javascript.md b/docs/guides/integration-javascript.md
index bfee2ddd6..7c0f69665 100644
--- a/docs/guides/integration-javascript.md
+++ b/docs/guides/integration-javascript.md
@@ -1,7 +1,7 @@
---
-title: UID2 integration overview for JavaScript
-sidebar_label: UID2 integration overview for JavaScript
-pagination_label: UID2 integration overview for JavaScript
+title: Integration overview for JavaScript
+sidebar_label: Integration overview for JavaScript
+pagination_label: Integration overview for JavaScript
description: Overview of options for integrating with the SDK for JavaScript as part of your UID2 implementation.
hide_table_of_contents: false
sidebar_position: 04
@@ -12,7 +12,7 @@ import Link from '@docusaurus/Link';
import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
-# UID2 integration overview for JavaScript
+# Integration overview for JavaScript
This guide is an overview of integration options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) using the SDK for JavaScript.
diff --git a/docs/guides/integration-mobile-client-server.md b/docs/guides/integration-mobile-client-server.md
index 662423fa8..9e9d24417 100644
--- a/docs/guides/integration-mobile-client-server.md
+++ b/docs/guides/integration-mobile-client-server.md
@@ -47,7 +47,7 @@ You'll need to complete the following steps:
3. [Add the UID2 mobile SDK to your mobile app](#add-the-uid2-mobile-sdk-to-your-mobile-app).
4. [Configure the UID2 mobile SDK](#configure-the-uid2-mobile-sdk).
5. [Check that the token was successfully generated and then pass it for bidstream use](#pass-generated-token-for-bidstream-use).
-6. [Optionally, integrate the UID2 GMA/IMA Plugin for GAM Secure Signals integration](#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration).
+6. [Optionally, integrate the GMA/IMA Plugin for GAM Secure Signals integration](#optional-gmaima-plugin-for-gam-secure-signals-integration).
## Mobile SDK version
@@ -324,11 +324,11 @@ UID2Manager.shared.automaticRefreshEnabled = false
-## Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration
+## Optional: GMA/IMA Plugin for GAM Secure Signals integration
-## Optional: UID2 integration with Prebid Mobile SDK
+## Optional: Integration with Prebid Mobile SDK
:::important
The UID2 integration with Prebid Mobile SDK v2 requires version 1.6.0 of the UID2 SDK for Android, or version 1.7.0 of the UID2 SDK for iOS.
diff --git a/docs/guides/integration-mobile-client-side.md b/docs/guides/integration-mobile-client-side.md
index 7d0f67b46..2dbb8d747 100644
--- a/docs/guides/integration-mobile-client-side.md
+++ b/docs/guides/integration-mobile-client-side.md
@@ -48,7 +48,7 @@ To integrate with UID2 client-side, you'll need to complete the following steps:
1. [Check that the token was successfully generated and then pass it for bidstream use](#pass-generated-token-for-bidstream-use).
-1. [Optionally, integrate the UID2 GMA/IMA Plugin for GAM Secure Signals integration](#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration).
+1. [Optionally, integrate the GMA/IMA Plugin for GAM Secure Signals integration](#optional-gmaima-plugin-for-gam-secure-signals-integration).
## Mobile SDK version
@@ -735,11 +735,11 @@ If the response status indicates that the DII has been opted out of UID2, you mi
-## Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration
+## Optional: GMA/IMA Plugin for GAM Secure Signals integration
-## Optional: UID2 integration with Prebid Mobile SDK
+## Optional: Integration with Prebid Mobile SDK
:::important
The UID2 integration with Prebid Mobile SDK v2 requires version 1.6.0 of the UID2 SDK for Android, or version 1.7.0 of the UID2 SDK for iOS.
diff --git a/docs/guides/integration-mobile-overview.md b/docs/guides/integration-mobile-overview.md
index 00018e8f6..8215477e1 100644
--- a/docs/guides/integration-mobile-overview.md
+++ b/docs/guides/integration-mobile-overview.md
@@ -104,12 +104,12 @@ The following table summarizes the mobile integration options for managing the U
-
UID2 Android SDK
+
Android SDK
[SDK for Android reference guide](../sdks/sdk-ref-android.md)
One of the following:
[Client-side integration guide for mobile](../guides/integration-mobile-client-side.md)
[Client-server integration guide for mobile](../guides/integration-mobile-client-server.md)
-
UID2 iOS SDK
+
iOS SDK
[SDK for iOS reference guide](../sdks/sdk-ref-ios.md)
One of the following:
[Client-side integration guide for mobile](../guides/integration-mobile-client-side.md)
[Client-server integration guide for mobile](../guides/integration-mobile-client-server.md)
@@ -124,11 +124,11 @@ The following table summarizes the options supported by UID2.
| Scenario | Integration Guide |
| :--- | :--- |
-| You want to use Google GMA to integrate video, banner, interstitial, or native ads into your Android app | Both of the following, in this sequence:
[UID2 GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md)
One of the following:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| You want to use Google GMA to integrate video, banner, interstitial, or native ads into your iOS app | Both of the following, in this sequence:
[UID2 GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md)
One of the following:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| You want to use Google IMA to integrate multimedia ads into your Android app | Both of the following, in this sequence:
[UID2 IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md)
One of the following:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| You want to use Google IMA to integrate multimedia ads into your iOS app | Both of the following, in this sequence:
[UID2 IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md)
One of the following:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| You want to use the Prebid Mobile SDK and Prebid Server to send out ad requests from your Android or iOS app | One of the following:
Client-side: [Optional: UID2 integration with Prebid Mobile SDK](../guides/integration-mobile-client-side.md#optional-uid2-integration-with-prebid-mobile-sdk)
Client-server: [Optional: UID2 integration with Prebid Mobile SDK](../guides/integration-mobile-client-server.md#optional-uid2-integration-with-prebid-mobile-sdk)
|
+| You want to use Google GMA to integrate video, banner, interstitial, or native ads into your Android app | Both of the following, in this sequence:
[GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md)
One of the following:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| You want to use Google GMA to integrate video, banner, interstitial, or native ads into your iOS app | Both of the following, in this sequence:
[GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md)
One of the following:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| You want to use Google IMA to integrate multimedia ads into your Android app | Both of the following, in this sequence:
[IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md)
One of the following:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| You want to use Google IMA to integrate multimedia ads into your iOS app | Both of the following, in this sequence:
[IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md)
One of the following:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| You want to use the Prebid Mobile SDK and Prebid Server to send out ad requests from your Android or iOS app | One of the following:
Client-side: [Optional: Integration with Prebid Mobile SDK](../guides/integration-mobile-client-side.md#optional-integration-with-prebid-mobile-sdk)
Client-server: [Optional: Integration with Prebid Mobile SDK](../guides/integration-mobile-client-server.md#optional-integration-with-prebid-mobile-sdk)
|
### Functionality summary
diff --git a/docs/guides/integration-options-private-operator.md b/docs/guides/integration-options-private-operator.md
index 406e8bd2f..266612fd9 100644
--- a/docs/guides/integration-options-private-operator.md
+++ b/docs/guides/integration-options-private-operator.md
@@ -1,5 +1,5 @@
---
-title: UID2 integrations for Private Operators
+title: Private Operator integration overview
description: Information summary for Private Operators.
hide_table_of_contents: false
displayed_sidebar: docs
@@ -10,7 +10,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
-# UID2 Private Operator integration overview
+# Private Operator integration overview
UID2 participants that host their own Private Operator send their own first-party directly identifying information (DII) to their own local UID2 Operator service, running in a private environment.
@@ -132,7 +132,7 @@ There is no functional difference between the Private Operator versions.
| Integration Type| Documentation | Content Description |
| :--- | :--- | :--- |
-| AWS | [UID2 Private Operator for AWS integration guide](../guides/operator-guide-aws-marketplace.md) | Instructions for setting up a Private Operator service for AWS Marketplace. |
-| GCP Confidential Space | [UID2 Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md) | Information for setting up the UID2 Operator Service in [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space), a confidential computing option from [Google Cloud](https://cloud.google.com/docs/overview/) Platform. |
-| Azure | [UID2 Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md) | Instructions for setting up the UID2 Operator Service in an instance of Confidential Containers, a confidential computing option from Microsoft Azure. |
-| AKS | [UID2 Private Operator for AKS integration guide](../guides/operator-guide-aks-enclave.md) | Instructions for setting up the UID2 Operator Service in an instance of AKS, a confidential computing solution that runs on virtual nodes on Microsoft Azure container instances and uses Kubernetes. |
+| AWS | [Private Operator for AWS integration guide](../guides/operator-guide-aws-marketplace.md) | Instructions for setting up a Private Operator service for AWS Marketplace. |
+| GCP Confidential Space | [Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md) | Information for setting up the UID2 Operator Service in [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space), a confidential computing option from [Google Cloud](https://cloud.google.com/docs/overview/) Platform. |
+| Azure | [Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md) | Instructions for setting up the UID2 Operator Service in an instance of Confidential Containers, a confidential computing option from Microsoft Azure. |
+| AKS | [Private Operator for AKS integration guide](../guides/operator-guide-aks-enclave.md) | Instructions for setting up the UID2 Operator Service in an instance of AKS, a confidential computing solution that runs on virtual nodes on Microsoft Azure container instances and uses Kubernetes. |
diff --git a/docs/guides/integration-prebid-mobile-summary.md b/docs/guides/integration-prebid-mobile-summary.md
index 0b2bb443b..c37416f9f 100644
--- a/docs/guides/integration-prebid-mobile-summary.md
+++ b/docs/guides/integration-prebid-mobile-summary.md
@@ -10,11 +10,11 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 mobile integration with Prebid Mobile SDK
+# Mobile integration with Prebid Mobile SDK
UID2 integration with Prebid is also supported for Android and iOS mobile devices, using the UID2 integration with Prebid Mobile SDK option.
For details, see the following sections of the mobile integration guides:
-- [Client-side integration guide for mobile: UID2 integration with Prebid Mobile SDK](integration-mobile-client-side#optional-uid2-integration-with-prebid-mobile-sdk)
-- [Client-server integration guide for mobile: UID2 integration with Prebid Mobile SDK](integration-mobile-client-server#optional-uid2-integration-with-prebid-mobile-sdk)
+- [Client-side integration guide for mobile: UID2 integration with Prebid Mobile SDK](integration-mobile-client-side#optional-integration-with-prebid-mobile-sdk)
+- [Client-server integration guide for mobile: UID2 integration with Prebid Mobile SDK](integration-mobile-client-server#optional-integration-with-prebid-mobile-sdk)
diff --git a/docs/guides/integration-prebid.md b/docs/guides/integration-prebid.md
index 5d46f8bd8..8cabae1ab 100644
--- a/docs/guides/integration-prebid.md
+++ b/docs/guides/integration-prebid.md
@@ -1,7 +1,7 @@
---
-title: UID2 integration overview for Prebid
-sidebar_label: UID2 integration overview for Prebid
-pagination_label: UID2 integration overview for Prebid
+title: Integration overview for Prebid
+sidebar_label: Integration overview for Prebid
+pagination_label: Integration overview for Prebid
description: Overview of options for integrating with Prebid as part of your UID2 implementation.
hide_table_of_contents: false
sidebar_position: 04
@@ -13,7 +13,7 @@ import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx';
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
import SnptStoreUID2TokenInBrowser from '../snippets/_snpt-prebid-storing-uid2-token-in-browser.mdx';
-# UID2 integration overview for Prebid
+# Integration overview for Prebid
This guide is an overview of integration options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream.
@@ -87,4 +87,4 @@ For detailed instructions, refer to one of the following integration guides:
## UID2 integration with Prebid Mobile SDK for mobile devices
-UID2 integration with Prebid is supported for Android and iOS mobile devices using the [UID2 mobile integration with Prebid Mobile SDK](integration-prebid-mobile-summary.md).
+UID2 integration with Prebid is supported for Android and iOS mobile devices using the [Mobile integration with Prebid Mobile SDK](integration-prebid-mobile-summary.md).
diff --git a/docs/guides/mobile-plugin-gma-android.md b/docs/guides/mobile-plugin-gma-android.md
index 084b1eed8..e1c88799f 100644
--- a/docs/guides/mobile-plugin-gma-android.md
+++ b/docs/guides/mobile-plugin-gma-android.md
@@ -1,5 +1,5 @@
---
-title: UID2 GMA Plugin for Android
+title: GMA Plugin for Android
description: A guide for publishers using GMA for ad requests on Android apps.
hide_table_of_contents: false
sidebar_position: 12
@@ -8,7 +8,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 GMA Plugin for Android integration guide
+# GMA Plugin for Android integration guide
The UID2 Google Mobile Ads (GMA) Plugin for Android enables publishers that use the [Google Mobile Ads (GMA) SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps. This is done automatically, with no direct coding needed from the app developer.
diff --git a/docs/guides/mobile-plugin-gma-ios.md b/docs/guides/mobile-plugin-gma-ios.md
index ce583cd45..c153f8e86 100644
--- a/docs/guides/mobile-plugin-gma-ios.md
+++ b/docs/guides/mobile-plugin-gma-ios.md
@@ -1,5 +1,5 @@
---
-title: UID2 GMA Plugin for iOS
+title: GMA Plugin for iOS
description: A guide for publishers using GMA for ad requests on iOS apps.
hide_table_of_contents: false
sidebar_position: 13
@@ -8,7 +8,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 GMA Plugin for iOS integration guide
+# GMA Plugin for iOS integration guide
The UID2 Google Mobile Ads (GMA) Plugin for iOS enables publishers that use the [Google Mobile Ads (GMA) SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS apps. This is done automatically, with no direct coding needed from the app developer.
diff --git a/docs/guides/mobile-plugin-ima-android.md b/docs/guides/mobile-plugin-ima-android.md
index c7c81848b..8a224e447 100644
--- a/docs/guides/mobile-plugin-ima-android.md
+++ b/docs/guides/mobile-plugin-ima-android.md
@@ -1,5 +1,5 @@
---
-title: UID2 IMA Plugin for Android
+title: IMA Plugin for Android
description: A guide for publishers using GIA for ad requests on Android apps.
hide_table_of_contents: false
sidebar_position: 14
@@ -8,7 +8,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 IMA Plugin for Android integration guide
+# IMA Plugin for Android integration guide
The UID2 Interactive Media Ads (IMA) Plugin for Android enables publishers that use the [Google IMA SDK for Android](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps. This is done automatically, with no direct coding needed from the app developer.
diff --git a/docs/guides/mobile-plugin-ima-ios.md b/docs/guides/mobile-plugin-ima-ios.md
index 7ff244997..fe9a4cc80 100644
--- a/docs/guides/mobile-plugin-ima-ios.md
+++ b/docs/guides/mobile-plugin-ima-ios.md
@@ -1,5 +1,5 @@
---
-title: UID2 IMA Plugin for iOS
+title: IMA Plugin for iOS
description: A guide for publishers using IMA for ad requests on iOS apps.
hide_table_of_contents: false
sidebar_position: 15
@@ -8,7 +8,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 IMA Plugin for iOS integration guide
+# IMA Plugin for iOS integration guide
The UID2 Interactive Media Ads (IMA) Plugin for iOS enables publishers that use the [Google IMA SDK for iOS](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS apps. This is done automatically, with no direct coding needed from the app developer.
diff --git a/docs/guides/operator-guide-aks-enclave.md b/docs/guides/operator-guide-aks-enclave.md
index bcdbbeebd..eb813e3ac 100644
--- a/docs/guides/operator-guide-aks-enclave.md
+++ b/docs/guides/operator-guide-aks-enclave.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for AKS integration guide
+title: Private Operator for AKS integration guide
sidebar_label: Azure Kubernetes Service (AKS)
-pagination_label: UID2 Private Operator for AKS integration guide
+pagination_label: Private Operator for AKS integration guide
description: Integration information for Private Operator in AKS.
hide_table_of_contents: false
sidebar_position: 18
@@ -14,7 +14,7 @@ import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emai
import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure.mdx';
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
-# UID2 Private Operator for AKS integration guide
+# Private Operator for AKS integration guide
The UID2 Operator is the API server in the UID2 ecosystem. For details, see [The UID2 Operator](../ref-info/ref-operators-public-private.md).
diff --git a/docs/guides/operator-guide-aws-marketplace.md b/docs/guides/operator-guide-aws-marketplace.md
index 443dec203..fb653c115 100644
--- a/docs/guides/operator-guide-aws-marketplace.md
+++ b/docs/guides/operator-guide-aws-marketplace.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for AWS integration guide
+title: Private Operator for AWS integration guide
sidebar_label: AWS Marketplace
-pagination_label: UID2 Private Operator for AWS integration guide
+pagination_label: Private Operator for AWS integration guide
description: Integration information for Private Operator in AWS.
hide_table_of_contents: false
sidebar_position: 17
@@ -15,7 +15,7 @@ import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
import SnptRuntimeErrors from '../snippets/_snpt-private-operator-runtime-errors.mdx';
-# UID2 Private Operator for AWS integration guide
+# Private Operator for AWS integration guide
The UID2 Operator is the API server in the UID2 ecosystem. For details, see [The UID2 Operator](../ref-info/ref-operators-public-private.md).
diff --git a/docs/guides/operator-guide-azure-enclave.md b/docs/guides/operator-guide-azure-enclave.md
index 9c54b034b..6e43ad28e 100644
--- a/docs/guides/operator-guide-azure-enclave.md
+++ b/docs/guides/operator-guide-azure-enclave.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for Azure integration guide
+title: Private Operator for Azure integration guide
sidebar_label: Microsoft Azure
-pagination_label: UID2 Private Operator for Azure integration guide
+pagination_label: Private Operator for Azure integration guide
description: Integration information for Private Operator in Microsoft Azure.
hide_table_of_contents: false
sidebar_position: 18
@@ -15,7 +15,7 @@ import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
import SnptRuntimeErrors from '../snippets/_snpt-private-operator-runtime-errors.mdx';
-# UID2 Private Operator for Azure integration guide
+# Private Operator for Azure integration guide
The UID2 Operator is the API server in the UID2 ecosystem. For details, see [The UID2 Operator](../ref-info/ref-operators-public-private.md).
diff --git a/docs/guides/operator-private-gcp-confidential-space.md b/docs/guides/operator-private-gcp-confidential-space.md
index 79f153de5..20dba30db 100644
--- a/docs/guides/operator-private-gcp-confidential-space.md
+++ b/docs/guides/operator-private-gcp-confidential-space.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for GCP integration guide
+title: Private Operator for GCP integration guide
sidebar_label: GCP Confidential Space
-pagination_label: UID2 Private Operator for GCP integration guide
+pagination_label: Private Operator for GCP integration guide
description: Integration information for Private Operator in GCP.
hide_table_of_contents: false
sidebar_position: 18
@@ -15,7 +15,7 @@ import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
import SnptRuntimeErrors from '../snippets/_snpt-private-operator-runtime-errors.mdx';
-# UID2 Private Operator for GCP integration guide
+# Private Operator for GCP integration guide
The UID2 Operator is the API server in the UID2 ecosystem. For details, see [The UID2 Operator](../ref-info/ref-operators-public-private.md).
diff --git a/docs/guides/summary-guides.md b/docs/guides/summary-guides.md
index e3b7a5161..3db74d161 100644
--- a/docs/guides/summary-guides.md
+++ b/docs/guides/summary-guides.md
@@ -1,7 +1,7 @@
---
-title: UID2 integration guides - summary
+title: Integration guides - summary
sidebar_label: Summary
-pagination_label: UID2 integration guides - summary
+pagination_label: Integration guides - summary
description: Summary of all the integration guides available.
hide_table_of_contents: false
sidebar_position: 01
@@ -10,7 +10,7 @@ displayed_sidebar: docs
import Link from '@docusaurus/Link';
-# UID2 integration guides: Summary
+# Integration guides: Summary
The following guides provide integration instructions based on the needs and requirements of your organization and its primary role as a publisher, DSP, or data provider/advertiser. As a UID2 participant, you can also integrate via Enterprise Partners that enable engaging with an Open Operator service and hosting of a Private Operator service.
@@ -43,10 +43,10 @@ For a detailed summary of web integration options, see [Publisher web integratio
| Integration Guide | Content Description |
| :--- | :--- |
-| [UID2 integration overview for Prebid](integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js and the Prebid Mobile SDK in the RTB bidstream. |
+| [Integration overview for Prebid](integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js and the Prebid Mobile SDK in the RTB bidstream. |
| [Client-side integration guide for Prebid.js](integration-prebid-client-side.md) | An integration guide for publishers who want to integrate with UID2 and want Prebid.js to manage token generation and automatic token refresh as well as passing the tokens into the RTB bidstream. This guide is for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach. |
| [Client-server integration guide for Prebid.js](integration-prebid-client-server.md) | An integration guide for publishers who want to integrate with UID2 and generate identity tokens to be passed by Prebid.js in the RTB bidstream. This guide is for publishers who are using a Private Operator or who want to generate tokens server-side. |
-| [UID2 integration overview for JavaScript](integration-javascript.md) | An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
+| [Integration overview for JavaScript](integration-javascript.md) | An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
| [Client-side integration guide for JavaScript](integration-javascript-client-side.md) | A guide for publishers who want to integrate with UID2 using only client-side JavaScript changes, which is the easiest implementation approach. The SDK for JavaScript manages token generation and token refresh automatically. |
| [Client-server integration guide for JavaScript](integration-javascript-client-server.md) | This integration guide for publishers covers standard web integration scenarios that use the SDK for JavaScript and requires the token to be generated on the server side and passed to the publishers' web pages. |
| [Publisher integration guide, server-side](integration-publisher-server-side.md) | This integration guide is for publishers that do not use the [SDK for JavaScript](../sdks/sdk-ref-javascript.md). |
@@ -77,10 +77,10 @@ The following resources are available for publishers integrating with Prebid.
| Integration Guide | Content Description |
| :--- | :--- |
-| [UID2 integration overview for Prebid](integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
+| [Integration overview for Prebid](integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
| [Client-side integration guide for Prebid.js](integration-prebid-client-side.md) | An integration guide for publishers who want to integrate with UID2 and want Prebid.js to manage token generation and automatic token refresh as well as passing the tokens into the RTB bidstream. This guide is for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach. |
| [Client-server integration guide for Prebid.js](integration-prebid-client-server.md) | An integration guide for publishers who want to integrate with UID2 and generate identity tokens to be passed by Prebid.js in the RTB bidstream. This guide is for publishers who are using a Private Operator or who want to generate tokens server-side. |
-| [UID2 mobile integration for Prebid.js](integration-prebid-mobile-summary.md) | A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
+| [Mobile integration for Prebid.js](integration-prebid-mobile-summary.md) | A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
### Google Ad Manager integrations
@@ -89,10 +89,10 @@ The following resources are available for publishers integrating with Google Ad
| Integration Guide | Content Description |
| :--- | :--- |
| [Google Ad Manager Secure Signals integration guide](integration-google-ss.md) | This integration guide covers the additional steps needed for publishers using UID2 with the Google Ad Manager Secure Signals feature (previously known as Encrypted Signals for Publishers, ESP). |
-| [UID2 GMA Plugin for Android integration guide](mobile-plugin-gma-android.md) | The UID2 Google Mobile Ads (GMA) Plugin for Android enables publishers that use the [Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps. |
-| [UID2 GMA Plugin for iOS integration guide](mobile-plugin-gma-ios.md) | The UID2 Google Mobile Ads (GMA) Plugin for iOS enables publishers that use the [Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS apps. |
-| [UID2 IMA Plugin for Android integration guide](mobile-plugin-ima-android.md) | The UID2 Interactive Media Ads (IMA) Plugin for Android enables publishers that use the [Google IMA SDK for Android](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps. |
-| [UID2 IMA Plugin for iOS integration guide](mobile-plugin-ima-ios.md) | The UID2 Interactive Media Ads (IMA) Plugin for iOS enables publishers that use the [Google IMA SDK for iOS](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS apps. |
+| [GMA Plugin for Android integration guide](mobile-plugin-gma-android.md) | The UID2 Google Mobile Ads (GMA) Plugin for Android enables publishers that use the [Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps. |
+| [GMA Plugin for iOS integration guide](mobile-plugin-gma-ios.md) | The UID2 Google Mobile Ads (GMA) Plugin for iOS enables publishers that use the [Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS apps. |
+| [IMA Plugin for Android integration guide](mobile-plugin-ima-android.md) | The UID2 Interactive Media Ads (IMA) Plugin for Android enables publishers that use the [Google IMA SDK for Android](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps. |
+| [IMA Plugin for iOS integration guide](mobile-plugin-ima-ios.md) | The UID2 Interactive Media Ads (IMA) Plugin for iOS enables publishers that use the [Google IMA SDK for iOS](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side) to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS apps. |
## Advertiser/data provider integrations
@@ -122,6 +122,6 @@ The following resources are available for Private Operator.
-
Confidential Containers is the name of a secure confidential computing option from Microsoft Azure. Each Confidential Containers implementation runs in a hardware-backed Trusted Execution Environment (TEE) that provides intrinsic capabilities such as data integrity, data confidentiality, and code integrity.
In the context of UID2, Confidential Containers from Azure is one of the supported secure computing environments for hosting a Private Operator.
Confidential Space is one of the Confidential Computing options from Google Cloud Platform (GCP). Confidential Space offers a secure enclave environment, known as a Trusted Execution Environment (TEE).
In the context of UID2, GCP Confidential Space is one of the supported secure computing environments for hosting a Private Operator.
The UID2 Core Service is a centralized service that manages access to secret salts, encryption keys, and other relevant data in the UID2 ecosystem.
diff --git a/docs/ref-info/integration-sample-sites.md b/docs/ref-info/integration-sample-sites.md
index 77448d0c0..7fbf6a450 100644
--- a/docs/ref-info/integration-sample-sites.md
+++ b/docs/ref-info/integration-sample-sites.md
@@ -142,5 +142,5 @@ UID Verify is a Google Chrome browser extension for debugging UID2 integrations.
- Doc: [UID Verify Chrome Extension](https://unifiedid.com/docs/ref-info/ref-uid-verify)
:::note
-The sample sites on this page highlight some common integrations, but do not represent all available UID2 integration options. For a summary of all the integration options available, see [UID2 integration guides: Summary](https://unifiedid.com/docs/guides/summary-guides).
+The sample sites on this page highlight some common integrations, but do not represent all available UID2 integration options. For a summary of all the integration options available, see [Integration guides: Summary](https://unifiedid.com/docs/guides/summary-guides).
:::
diff --git a/docs/ref-info/ref-how-uid-is-created.md b/docs/ref-info/ref-how-uid-is-created.md
index f62790369..7661ca2d5 100644
--- a/docs/ref-info/ref-how-uid-is-created.md
+++ b/docs/ref-info/ref-how-uid-is-created.md
@@ -19,7 +19,7 @@ When a publisher sends a user's DII
Some preliminary steps are taken by the publisher, but most of the processing steps are done by the UID2 Operator.
It's very important that the publisher steps are performed in the correct sequence:
-- When steps are performed in sequence, the resulting value can be recognized as related to other [UID2 identifier types](uid-identifier-types.md) generated from online activity by the same individual: the underlying [raw UID2](../ref-info/glossary-uid.md#gl-raw-uid2) matches the raw UID2s generated by other UID2 participants from the same DII, and therefore the token is suitable for targeted advertising.
+- When steps are performed in sequence, the resulting value can be recognized as related to other [Identifier types](uid-identifier-types.md) generated from online activity by the same individual: the underlying [raw UID2](../ref-info/glossary-uid.md#gl-raw-uid2) matches the raw UID2s generated by other UID2 participants from the same DII, and therefore the token is suitable for targeted advertising.
- If steps are taken out of sequence, the resulting value cannot be related to other UID2 identifiers generated from online activity by the same individual, and therefore the token is not suitable for targeted advertising.
For a summary, see [Steps to create a UID2 token](#steps-to-create-a-uid2-token). For an example in diagram form, see [Creating a UID2 token—example](#creating-a-uid2-tokenexample).
diff --git a/docs/ref-info/ref-operators-public-private.md b/docs/ref-info/ref-operators-public-private.md
index 7d13e3b38..4df0cd032 100644
--- a/docs/ref-info/ref-operators-public-private.md
+++ b/docs/ref-info/ref-operators-public-private.md
@@ -25,7 +25,7 @@ A UID2 Operator is an organization that runs the Operator Service. Operators per
- Encrypt raw UID2s to generate UID2 tokens.
- Distribute UID2 token decryption keys to server-side SDKs (see [SDKs: Summary](../sdks/summary-sdks.md)).
- Download the latest user opt-out information from the UID2 Opt-Out Service.
-- Support a number of UID2 endpoints. For details, see [UID2 endpoints: Summary](../endpoints/summary-endpoints.md).
+- Support a number of UID2 endpoints. For details, see [Endpoints: Summary](../endpoints/summary-endpoints.md).
UID2 Operators fall into two categories:
@@ -60,7 +60,7 @@ A Private Operator is a private instance of the UID2 Operator. This means that a
Any participant can also choose to become a Private Operator to generate and manage their UID2s. However, becoming a Private Operator includes several additional steps, and uses resources that the participant must provide.
-For details, see [UID2 Private Operator integration overview](../guides/integration-options-private-operator.md).
+For details, see [Private Operator integration overview](../guides/integration-options-private-operator.md).
## Summary
diff --git a/docs/ref-info/ref-tokens.md b/docs/ref-info/ref-tokens.md
index 99dc69ec8..01730fe57 100644
--- a/docs/ref-info/ref-tokens.md
+++ b/docs/ref-info/ref-tokens.md
@@ -42,7 +42,7 @@ Here are some key points about refresh tokens:
- You can manage token refresh in a variety of ways, such as:
- With a UID2 SDK (see [SDK functionality](../sdks/summary-sdks.md#sdk-functionality))
- By calling the [POST /token/refresh](../endpoints/post-token-refresh.md) endpoint
- - By using the UID2 Prebid.js module (see [UID2 integration overview for Prebid](../guides/integration-prebid.md))
+ - By using the UID2 Prebid.js module (see [Integration overview for Prebid](../guides/integration-prebid.md))
- When a new UID2 token is generated and returned in response to the refresh token, a new refresh token is returned along with it.
- In most cases, you can refresh tokens on the client side, even if the token was generated on the server side. For details about refresh functionality for the various SDKs, see [SDK functionality](../sdks/summary-sdks.md#sdk-functionality) (*Refresh UID2 Token* column).
- When the UID2 Operator Service receives the refresh token with a request for a new UID2 token, it checks for user opt-out. If the user has opted out of UID2, no new UID2 token is generated. For details, see [User opt-out](../getting-started/gs-opt-out.md).
diff --git a/docs/ref-info/uid-components.md b/docs/ref-info/uid-components.md
index da433dc95..ebe00bd2d 100644
--- a/docs/ref-info/uid-components.md
+++ b/docs/ref-info/uid-components.md
@@ -1,5 +1,6 @@
---
title: UID2 components
+sidebar_label: Components
description: Summary of key components of the UID2 technical infrastructure.
hide_table_of_contents: false
sidebar_position: 01
diff --git a/docs/ref-info/uid-identifier-types.md b/docs/ref-info/uid-identifier-types.md
index 9a43442cc..4fd9b4837 100644
--- a/docs/ref-info/uid-identifier-types.md
+++ b/docs/ref-info/uid-identifier-types.md
@@ -1,5 +1,6 @@
---
title: UID2 identifier types
+sidebar_label: Identifier types
description: Information about UID2 identifier types (raw UID2s and UID2 tokens).
hide_table_of_contents: false
sidebar_position: 01
diff --git a/docs/ref-info/uid-workflows.md b/docs/ref-info/uid-workflows.md
index 51367d735..d3d8b4820 100644
--- a/docs/ref-info/uid-workflows.md
+++ b/docs/ref-info/uid-workflows.md
@@ -1,5 +1,6 @@
---
title: UID2 workflows
+sidebar_label: Workflows
description: A detailed summary of UID2 workflows.
hide_table_of_contents: false
sidebar_position: 01
@@ -19,6 +20,6 @@ The following table lists four key workflows in the UID2 framework with links to
| [Workflow for publishers](../overviews/overview-publishers.md#workflow-for-publishers) | Organizations that propagate UID2 tokens to the bidstream via SSPs. NOTE: Publishers can choose to integrate using Prebid, leverage the SDK for JavaScript, or complete their own server-side integration without using an SDK. | See [Publisher integrations](../guides/summary-guides#publisher-integrations) |
| [Opt-out workflow](../getting-started/gs-opt-out.md#opt-out-workflow) | Consumers who engage with publishers or their SSO providers and other identity providers. | N/A |
-The following diagram summarizes all four workflows. For each workflow, the [external participants](../overviews/participants-overview.md#uid2-external-participants), [components](../ref-info/uid-components.md), [UID2 identifier types](../ref-info/uid-identifier-types.md), and numbered steps are color-coded.
+The following diagram summarizes all four workflows. For each workflow, the [external participants](../overviews/participants-overview.md#uid2-external-participants), [components](../ref-info/uid-components.md), [identifier types](../ref-info/uid-identifier-types.md), and numbered steps are color-coded.

diff --git a/docs/ref-info/updates-doc.md b/docs/ref-info/updates-doc.md
index 63da6a9f3..8241e12ee 100644
--- a/docs/ref-info/updates-doc.md
+++ b/docs/ref-info/updates-doc.md
@@ -140,7 +140,7 @@ March 19, 2025
A UID2 participant who wants to be a Private Operator can now set up the UID2 Operator Service as a Private Operator in an Azure Kubernetes Service (AKS) cluster, running on [virtual nodes on Azure Container Instances](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-nodes) (ACI).
-For details, see [UID2 Private Operator for AKS integration guide](../guides/operator-guide-aks-enclave.md).
+For details, see [Private Operator for AKS integration guide](../guides/operator-guide-aks-enclave.md).
@@ -340,7 +340,7 @@ August 28, 2024
We've added a page with information about Private Operator integrations.
-For details, see [UID2 Private Operator integration overview](../guides/integration-options-private-operator).
+For details, see [Private Operator integration overview](../guides/integration-options-private-operator).
@@ -406,8 +406,8 @@ July 2, 2024
We've added a section to the two mobile integration guides with instructions for mobile integration using Prebid, currently for Android only:
-- [Client-side integration guide for mobile: Prebid integration](../guides/integration-mobile-client-side#optional-uid2-integration-with-prebid-mobile-sdk)
-- [Client-server integration guide for mobile: Prebid integration](../guides/integration-mobile-client-server#optional-uid2-integration-with-prebid-mobile-sdk)
+- [Client-side integration guide for mobile: Prebid integration](../guides/integration-mobile-client-side#optional-integration-with-prebid-mobile-sdk)
+- [Client-server integration guide for mobile: Prebid integration](../guides/integration-mobile-client-server#optional-integration-with-prebid-mobile-sdk)
@@ -567,7 +567,7 @@ We've added an overview guide summarizing the options for publishers using the S
For details, see:
-- [UID2 integration overview for JavaScript](../guides/integration-javascript)
+- [Integration overview for JavaScript](../guides/integration-javascript)
- [Client-side integration guide for JavaScript](../guides/integration-javascript-client-side.md)
- [Client-server integration guide for JavaScript](../guides/integration-javascript-client-server.md)
@@ -647,7 +647,7 @@ In addition, the existing guides have been restructured and simplified.
For details, see:
-- [UID2 integration overview for Prebid](../guides/integration-prebid.md)
+- [Integration overview for Prebid](../guides/integration-prebid.md)
- [Client-side integration guide for Prebid.js](../guides/integration-prebid-client-side.md)
- [Client-server integration guide for Prebid.js](../guides/integration-prebid-client-server.md)
@@ -673,7 +673,7 @@ November 30, 2023
A UID2 participant who wants to be a [Private Operator](../ref-info/glossary-uid.md#gl-private-operator) can now set up the UID2 Operator Service in an instance of [Confidential Containers](https://learn.microsoft.com/en-us/azure/confidential-computing/confidential-containers), a confidential computing option from Microsoft Azure.
-For details, see [UID2 Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md).
+For details, see [Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md).
@@ -731,7 +731,7 @@ The content that was in the previous version of the Prebid document is now in a
:::note
These documents were further updated in later revisions. Updated links are as follows:
-- [UID2 integration overview for Prebid](../guides/integration-prebid.md)
+- [Integration overview for Prebid](../guides/integration-prebid.md)
- [Client-side integration guide for Prebid.js](../guides/integration-prebid-client-side.md)
- [Client-server integration guide for Prebid.js](../guides/integration-prebid-client-server.md)
:::
@@ -790,7 +790,7 @@ September 30, 2023
This guide provides information for setting up the UID2 Operator Service in [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space), a confidential computing option from the Google Cloud Platform.
-For details, see [UID2 Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md).
+For details, see [Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md).
@@ -819,7 +819,7 @@ August 8, 2023
A guide for publishers that provides information about the UID2 Interactive Media Ads (IMA) Plugin for Android. This plugin enables publishers who use the Google IMA SDK for Android to send UID2 tokens as secure signals in ad requests from Android apps.
-For details, see [UID2 IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md).
+For details, see [IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md).
@@ -831,7 +831,7 @@ August 8, 2023
A guide for publishers that provides information about the UID2 Interactive Media Ads (IMA) Plugin for iOS. This plugin enables publishers who use the Google IMA SDK for iOS to send UID2 tokens as secure signals in ad requests from iOS apps.
-For details, see [UID2 IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md).
+For details, see [IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md).
@@ -843,7 +843,7 @@ August 4, 2023
A guide for publishers that provides information about the UID2 Google Mobile Ads (GMA) Plugin for Android. This plugin enables publishers who use the Google GMA SDK to send UID2 tokens as secure signals in ad requests from Android apps.
-For details, see [UID2 GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md).
+For details, see [GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md).
@@ -855,7 +855,7 @@ August 4, 2023
A guide for publishers that provides information about the UID2 Google Mobile Ads (GMA) Plugin for iOS. This plugin enables publishers who use the Google GMA SDK to send UID2 tokens as secure signals in ad requests from iOS apps.
-For details, see [UID2 GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md).
+For details, see [GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md).
diff --git a/docs/sdks/sdk-ref-android.md b/docs/sdks/sdk-ref-android.md
index b6ed2812b..2dacfb2a7 100644
--- a/docs/sdks/sdk-ref-android.md
+++ b/docs/sdks/sdk-ref-android.md
@@ -16,8 +16,8 @@ The following Android-related plugins, and associated documentation, are also av
| Purpose | Product/Documentation |
| :--- | :--- |
-| To use the Google Mobile Ads (GMA) SDK to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps | [UID2 GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md) |
-| To use the Google Interactive Media Ads (IMA) SDK for Android to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps | [UID2 IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md) |
+| To use the Google Mobile Ads (GMA) SDK to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps | [GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md) |
+| To use the Google Interactive Media Ads (IMA) SDK for Android to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from Android apps | [IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md) |
For FAQs relating to mobile publisher integrations, see [FAQs for mobile integrations](../guides/integration-mobile-overview.md#faqs-for-mobile-integrations).
diff --git a/docs/sdks/sdk-ref-ios.md b/docs/sdks/sdk-ref-ios.md
index 0f5111fb4..8283cacef 100644
--- a/docs/sdks/sdk-ref-ios.md
+++ b/docs/sdks/sdk-ref-ios.md
@@ -16,8 +16,8 @@ The following iOS-related plugins, and associated documentation, are also availa
| Purpose | Product/Documentation |
| :--- | :--- |
-| To use the Google Mobile Ads (GMA) SDK to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps | [UID2 GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md) |
-| To use the Google Interactive Media Ads SDK for iOS to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps | [UID2 IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md) |
+| To use the Google Mobile Ads (GMA) SDK to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps | [GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md) |
+| To use the Google Interactive Media Ads SDK for iOS to send UID2 tokens as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps | [IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md) |
## tvOS support
diff --git a/docs/snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx b/docs/snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx
index c551e7b79..234996e63 100644
--- a/docs/snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx
+++ b/docs/snippets/_snpt-mobile_docs_gmaima-plugin-gss.mdx
@@ -3,10 +3,10 @@ import TabItem from '@theme/TabItem';
If you intend to generate UID2 tokens to send to the [Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) or the [Google IMA SDK](https://developers.google.com/interactive-media-ads/), assuming you have followed the instructions in this guide, you must also add the UID2 GMA/IMA plugins into your mobile app. For instructions, refer to the applicable plug-in guide:
-- [UID2 GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android)
-- [UID2 GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios)
-- [UID2 IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android)
-- [UID2 IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios)
+- [GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android)
+- [GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios)
+- [IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android)
+- [IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios)
You do not need to explicitly make the `getAdvertisingToken()` method call to retrieve the advertising tokens and pass them into Google GMA/IMA SDK manually. The UID2 GMA/IMA plugins manage this for you.
diff --git a/docs/snippets/_snpt-private-operator-option.mdx b/docs/snippets/_snpt-private-operator-option.mdx
index df0d8f284..b7d7c5d36 100644
--- a/docs/snippets/_snpt-private-operator-option.mdx
+++ b/docs/snippets/_snpt-private-operator-option.mdx
@@ -5,7 +5,7 @@ If you're a publisher and want to keep your first-party data within your corpora
For additional information, review these resources:
- [The UID2 Operator](../ref-info/ref-operators-public-private.md)
-- [UID2 Private Operator integration overview](../guides/integration-options-private-operator.md)
+- [Private Operator integration overview](../guides/integration-options-private-operator.md)
:::note
The UID2 Private Operator solutions do not support client-side generation of the UID2 token. If you want a client-side implementation, you must use a Public Operator solution.
diff --git a/docs/snippets/_snpt-publisher-implementation-resources.mdx b/docs/snippets/_snpt-publisher-implementation-resources.mdx
index 210537b01..1ef69bc9f 100644
--- a/docs/snippets/_snpt-publisher-implementation-resources.mdx
+++ b/docs/snippets/_snpt-publisher-implementation-resources.mdx
@@ -18,10 +18,10 @@ For a detailed summary of web integration options, see [Publisher web integratio
| Integration Type| Documentation | Content Description |
| :--- | :--- | :--- |
-| Prebid (overview) | [UID2 integration overview for Prebid](../guides/integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
+| Prebid (overview) | [Integration overview for Prebid](../guides/integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
| Prebid.js client-side integration | [Client-side integration guide for Prebid.js](../guides/integration-prebid-client-side.md) | A guide for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach, and choose to have Prebid.js manage the following:
|
| Prebid.js client-server integration | [Client-server integration guide for Prebid.js](../guides/integration-prebid-client-server.md) | A guide for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js in the RTB bidstream, but want to generate tokens server-side: for example, publishers who are using a Private Operator. |
-| JavaScript (overview) | [UID2 integration overview for JavaScript](../guides/integration-javascript.md) | An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
+| JavaScript (overview) | [Integration overview for JavaScript](../guides/integration-javascript.md) | An overview of options for publishers who want to integrate with UID2 using the JavaScript SDK. |
| JavaScript client-side integration | [Client-side integration guide for JavaScript](../guides/integration-javascript-client-side.md) | A guide for publishers who want to integrate with UID2 using only client-side JavaScript changes, which is the easiest implementation approach. The SDK for JavaScript manages token generation and token refresh automatically. |
| JavaScript client-server integration | [Client-server integration guide for JavaScript](../guides/integration-javascript-client-server.md) | A publisher guide covering standard web integration scenarios that use the SDK for JavaScript and require tokens to be generated on the server side and passed to the publisher web pages. |
| Server-side integration | [Publisher integration guide, server-side](../guides/integration-publisher-server-side.md) | A guide for publishers who do not use the [SDK for JavaScript](../sdks/sdk-ref-javascript.md). |
@@ -54,10 +54,10 @@ The following resources are available for publishers integrating with Prebid.
| Integration Type| Documentation | Content Description |
| :--- | :--- | :--- |
-| Prebid (overview) | [UID2 integration overview for Prebid](../guides/integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
+| Prebid (overview) | [Integration overview for Prebid](../guides/integration-prebid.md) | An overview of options for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid.js or the Prebid Mobile SDK in the RTB bidstream. |
| Prebid.js client-side integration | [Client-side integration guide for Prebid.js](../guides/integration-prebid-client-side.md) | A guide for publishers who want to request UID2 tokens client-side, which is the easiest implementation approach, and choose to have Prebid.js manage the following:
Token generation and token refresh.
Passing the tokens into the RTB bidstream.
|
| Prebid.js client-server integration | [Client-server integration guide for Prebid.js](../guides/integration-prebid-client-server.md) | A guide for publishers who want to integrate with UID2 and generate UID2 tokens to be passed by Prebid.js in the RTB bidstream, but want to generate tokens server-side: for example, publishers who are using a Private Operator. |
-| Prebid.js on mobile | [UID2 mobile integration for Prebid.js](../guides/integration-prebid-mobile-summary.md) | A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
+| Prebid.js on mobile | [Mobile integration for Prebid.js](../guides/integration-prebid-mobile-summary.md) | A summary of information resources for UID2 integration with Prebid.js on mobile devices. |
### Google Ad Manager integrations
@@ -66,7 +66,7 @@ The following resources are available for publishers integrating with Google Ad
| Integration Type| Documentation | Content Description |
| :--- | :--- | :--- |
| Publisher/SSP integration with GAM | [Google Ad Manager Secure Signals integration guide](../guides/integration-google-ss.md) | A guide covering the additional steps needed for publishers using UID2 with the Google Ad Manager Secure Signals feature (previously known as Encrypted Signals for Publishers, ESP). |
-| GMA for Android | [UID2 GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md) | A guide that enables publishers using the Google Mobile Ads (GMA) SDK to include UID2 tokens in ad requests from their Android apps. |
-| GMA for iOS | [UID2 GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md) | A guide that enables publishers using the Google Mobile Ads (GMA) SDK to include UID2 tokens in ad requests from their iOS apps. |
-| IMA for Android | [UID2 IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md) | A guide that enables publishers using the Google Interactive Media Ads (IMA) SDK to include UID2 tokens in ad requests from their Android apps. |
-| IMA for iOS | [UID2 IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md) | A guide that enables publishers using the Google Interactive Media Ads (IMA) SDK to include UID2 tokens in ad requests from their iOS apps. |
\ No newline at end of file
+| GMA for Android | [GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md) | A guide that enables publishers using the Google Mobile Ads (GMA) SDK to include UID2 tokens in ad requests from their Android apps. |
+| GMA for iOS | [GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md) | A guide that enables publishers using the Google Mobile Ads (GMA) SDK to include UID2 tokens in ad requests from their iOS apps. |
+| IMA for Android | [IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md) | A guide that enables publishers using the Google Interactive Media Ads (IMA) SDK to include UID2 tokens in ad requests from their Android apps. |
+| IMA for iOS | [IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md) | A guide that enables publishers using the Google Interactive Media Ads (IMA) SDK to include UID2 tokens in ad requests from their iOS apps. |
\ No newline at end of file
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/summary-endpoints.md b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/summary-endpoints.md
index 660ef8e99..a8c54fb47 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/summary-endpoints.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/endpoints/summary-endpoints.md
@@ -1,5 +1,5 @@
---
-title: UID2 endpoints - summary
+title: Endpoints - summary
description: UID2 Service で利用可能なエンドポイントの概要。
hide_table_of_contents: false
sidebar_position: 01
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-faqs.md b/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-faqs.md
index 7eaa355e8..262c0df71 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-faqs.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/gs-faqs.md
@@ -66,7 +66,7 @@ UID2 は HIPAA で規制されているデータの処理を許可しますか
1. [The UID2 Operator](../ref-info/ref-operators-public-private.md)
-1. [UID2 Private Operator integration overview](../guides/integration-options-private-operator.md)
+1. [Private Operator integration overview](../guides/integration-options-private-operator.md)
## FAQs for publishers
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-google-ss.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-google-ss.md
index 16fe54999..577d545f4 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-google-ss.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-google-ss.md
@@ -17,7 +17,7 @@ import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emai
このガイドでは、UID2 を Google Ad Manager のセキュアシグナル機能 (旧称: Encrypted Signals for Publishers、ESP) で使用するパブリッシャー向けのインテグレーション手順について説明します。
:::note
-UID2 Google Ad Manager セキュアシグナルインテグレーションを使用するには、SDK を使用している場合、UID2 インテグレーションがすでに設定されている必要があります。サーバーのみのインテグレーションを使用している場合は、この限りではありません。使用可能なすべてのインテグレーションオプションの概要は、[UID2 integration guides: Summary](summary-guides.md) を参照してください。
+UID2 Google Ad Manager セキュアシグナルインテグレーションを使用するには、SDK を使用している場合、UID2 インテグレーションがすでに設定されている必要があります。サーバーのみのインテグレーションを使用している場合は、この限りではありません。使用可能なすべてのインテグレーションオプションの概要は、[Integration guides: Summary](summary-guides.md) を参照してください。
:::
## Overview
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript-client-server.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript-client-server.md
index 62633a0fb..dd331473c 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript-client-server.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript-client-server.md
@@ -141,7 +141,7 @@ UID2 Token が SSP から DSP に送信されるとき、ビッドストリー
```
:::info
-返された Advertising Token をどのように SSP に渡すかを検討する必要があります。`Prebid.js` ([UID2 integration overview for Prebid](integration-prebid.md) を参照) や Google Ad Manager Secure Signals ([Google Ad Manager Secure Signals integration guide](integration-google-ss.md) を参照) を使用するなど、Client-Side で UID2 を実装する他のいくつかのアプローチでは、実装に、返された Advertising Token の受け渡しを管理する関数が含まれています。SDK for JavaScript を使用している場合は、これを自分で管理する必要があります。
+返された Advertising Token をどのように SSP に渡すかを検討する必要があります。`Prebid.js` ([Integration overview for Prebid](integration-prebid.md) を参照) や Google Ad Manager Secure Signals ([Google Ad Manager Secure Signals integration guide](integration-google-ss.md) を参照) を使用するなど、Client-Side で UID2 を実装する他のいくつかのアプローチでは、実装に、返された Advertising Token の受け渡しを管理する関数が含まれています。SDK for JavaScript を使用している場合は、これを自分で管理する必要があります。
:::
:::tip
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript.md
index 87b34a46d..1cb9ef4ad 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-javascript.md
@@ -1,7 +1,7 @@
---
-title: UID2 integration overview for JavaScript
-sidebar_label: UID2 integration overview for JavaScript
-pagination_label: UID2 integration overview for JavaScript
+title: Integration overview for JavaScript
+sidebar_label: Integration overview for JavaScript
+pagination_label: Integration overview for JavaScript
description: UID2 実装の一部として SDK for JavaScript とインテグレーションするためのオプションの概要。
hide_table_of_contents: false
sidebar_position: 04
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md
index 8157afbf6..83f62ad26 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md
@@ -47,7 +47,7 @@ UID2 は、[Android](../sdks/sdk-ref-android.md) および [iOS](../sdks/sdk-ref
3. [Add the UID2 mobile SDK to your mobile app](#add-the-uid2-mobile-sdk-to-your-mobile-app).
4. [Configure the UID2 mobile SDK](#configure-the-uid2-mobile-sdk).
5. [Check that the token was successfully generated and then pass it for bidstream use](#pass-generated-token-for-bidstream-use).
-6. [Optionally, integrate the UID2 GMA/IMA Plugin for GAM Secure Signals integration](#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration).
+6. [Optionally, integrate the GMA/IMA Plugin for GAM Secure Signals integration](#optional-gmaima-plugin-for-gam-secure-signals-integration).
## Mobile SDK version
@@ -324,11 +324,11 @@ UID2Manager.shared.automaticRefreshEnabled = false
-## Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration
+## Optional: GMA/IMA Plugin for GAM Secure Signals integration
-## Optional: UID2 integration with Prebid Mobile SDK
+## Optional: Integration with Prebid Mobile SDK
:::important
UID2 Prebid Mobile SDK インテグレーションは、UID2 SDK for Android version 1.6.0 または UID2 SDK for iOS version 1.7.0 が必要です。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md
index 6cafc6745..45bedc5d8 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md
@@ -48,7 +48,7 @@ UID2 を Client-Side でインテグレーションするには、以下の手
1. [Check that the token was successfully generated and then pass it for bidstream use](#pass-generated-token-for-bidstream-use).
-1. [Optionally, integrate the UID2 GMA/IMA Plugin for GAM Secure Signals integration](#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration).
+1. [Optionally, integrate the GMA/IMA Plugin for GAM Secure Signals integration](#optional-gmaima-plugin-for-gam-secure-signals-integration).
## Mobile SDK version
@@ -735,11 +735,11 @@ If the response status indicates that the DII has been opted out of UID2, you mi
-## Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration
+## Optional: GMA/IMA Plugin for GAM Secure Signals integration
-## Optional: UID2 integration with Prebid Mobile SDK
+## Optional: Integration with Prebid Mobile SDK
:::important
UID2 Prebid Mobile SDK インテグレーションは、UID2 SDK for Android version 1.6.0 または UID2 SDK for iOS version 1.7.0 が必要です。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-overview.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-overview.md
index 4a102f4a2..d1afdbb1b 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-overview.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-overview.md
@@ -104,12 +104,12 @@ UID2 mobile SDK を使用して UID2 とインテグレーションするため
-
UID2 Android SDK
+
Android SDK
[SDK for Android reference guide](../sdks/sdk-ref-android.md)
以下のいずれか:
[Client-side integration guide for mobile](../guides/integration-mobile-client-side.md)
[Client-server integration guide for mobile](../guides/integration-mobile-client-server.md)
-
UID2 iOS SDK
+
iOS SDK
[SDK for iOS reference guide](../sdks/sdk-ref-ios.md)
以下のいずれか:
[Client-side integration guide for mobile](../guides/integration-mobile-client-side.md)
[Client-server integration guide for mobile](../guides/integration-mobile-client-server.md)
[UID2 GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md)
以下のいずれか:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| Google GMAを使用して、動画、バナー、インタースティシャル、ネイティブ広告を iOS アプリにインテグレーションしたい | 以下の順番で:
[UID2 GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md)
以下のいずれか:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| Google IMA を使用して、Android アプリにマルチメディア広告をインテグレーションしたい | 以下の順番で:
[UID2 IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md)
以下のいずれか:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| Google IMA を使用して、iOS アプリにマルチメディア広告をインテグレーションしたい | 以下の順番で:
[UID2 IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md)
以下のいずれか:
Client-side: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: UID2 GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-uid2-gmaima-plugin-for-gam-secure-signals-integration)
|
-| Prebid Mobile SDK と Prebid Server を使用して、Android または iOS アプリから広告リクエストを送信したい | 以下のいずれか:
Client-side: [Optional: UID2 integration with Prebid Mobile SDK](../guides/integration-mobile-client-side.md#optional-uid2-integration-with-prebid-mobile-sdk)
Client-server: [Optional: UID2 integration with Prebid Mobile SDK](../guides/integration-mobile-client-server.md#optional-uid2-integration-with-prebid-mobile-sdk)
|
+| Google GMAを使用して、動画、バナー、インタースティシャル、ネイティブ広告を Android アプリにインテグレーションしたい | 以下の順番で:
[GMA Plugin for Android integration guide](../guides/mobile-plugin-gma-android.md)
以下のいずれか:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| Google GMAを使用して、動画、バナー、インタースティシャル、ネイティブ広告を iOS アプリにインテグレーションしたい | 以下の順番で:
[GMA Plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md)
以下のいずれか:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| Google IMA を使用して、Android アプリにマルチメディア広告をインテグレーションしたい | 以下の順番で:
[IMA Plugin for Android integration guide](../guides/mobile-plugin-ima-android.md)
以下のいずれか:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| Google IMA を使用して、iOS アプリにマルチメディア広告をインテグレーションしたい | 以下の順番で:
[IMA Plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md)
以下のいずれか:
Client-side: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-side.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
Client-server: [Optional: GMA/IMA Plugin for GAM Secure Signals integration](../guides/integration-mobile-client-server.md#optional-gmaima-plugin-for-gam-secure-signals-integration)
|
+| Prebid Mobile SDK と Prebid Server を使用して、Android または iOS アプリから広告リクエストを送信したい | 以下のいずれか:
Client-side: [Optional: Integration with Prebid Mobile SDK](../guides/integration-mobile-client-side.md#optional-integration-with-prebid-mobile-sdk)
Client-server: [Optional: Integration with Prebid Mobile SDK](../guides/integration-mobile-client-server.md#optional-integration-with-prebid-mobile-sdk)
|
### Functionality summary
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-options-private-operator.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-options-private-operator.md
index 22dacdb87..1da5ac7ba 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-options-private-operator.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-options-private-operator.md
@@ -1,5 +1,5 @@
---
-title: UID2 integrations for Private Operators
+title: Private Operator integration overview
description: Private Operator 向けの情報概要。
hide_table_of_contents: false
displayed_sidebar: docs
@@ -132,7 +132,7 @@ Private Operator のバージョン間に機能的な違いはありません。
| Integration Type| Documentation | Content Description |
| :--- | :--- | :--- |
-| AWS | [UID2 Private Operator for AWS integration guide](../guides/operator-guide-aws-marketplace.md) | AWS Marketplace の Private Operator Service の設定方法。 |
-| GCP Confidential Space | [UID2 Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md) | [Google Cloud](https://cloud.google.com/docs/overview/) Platform の機密コンピューティング オプションである [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space) に UID2 Operator Service を設定する方法。 |
-| Azure | [UID2 Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md) | Microsoft Azure の機密コンピューティング オプションである Confidential Containers インスタンスで UID2 Operator Service を設定する方法。 |
-| AKS | [UID2 Private Operator for AKS integration guide](../guides/operator-guide-aks-enclave.md) | AKS のインスタンスで UID2 Operator Service を設定する方法。AKS は、Microsoft Azure コンテナインスタンスの仮想ノードで実行され、Kubernetes を使用する機密コンピューティングソリューションです。 |
+| AWS | [Private Operator for AWS integration guide](../guides/operator-guide-aws-marketplace.md) | AWS Marketplace の Private Operator Service の設定方法。 |
+| GCP Confidential Space | [Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md) | [Google Cloud](https://cloud.google.com/docs/overview/) Platform の機密コンピューティング オプションである [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space) に UID2 Operator Service を設定する方法。 |
+| Azure | [Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md) | Microsoft Azure の機密コンピューティング オプションである Confidential Containers インスタンスで UID2 Operator Service を設定する方法。 |
+| AKS | [Private Operator for AKS integration guide](../guides/operator-guide-aks-enclave.md) | AKS のインスタンスで UID2 Operator Service を設定する方法。AKS は、Microsoft Azure コンテナインスタンスの仮想ノードで実行され、Kubernetes を使用する機密コンピューティングソリューションです。 |
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid-mobile-summary.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid-mobile-summary.md
index cce6e982c..485616edc 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid-mobile-summary.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid-mobile-summary.md
@@ -16,5 +16,5 @@ UID2 の Prebid とのインテグレーションは、Prebid Mobile SDK オプ
詳細は以下のモバイルインテグレーションガイドのセクションを参照してください:
-- [Client-side integration guide for mobile: Prebid integration](integration-mobile-client-side#optional-uid2-integration-with-prebid-mobile-sdk)
-- [Client-server integration guide for mobile: Prebid integration](integration-mobile-client-server#optional-uid2-integration-with-prebid-mobile-sdk)
+- [Client-side integration guide for mobile: Prebid integration](integration-mobile-client-side#optional-integration-with-prebid-mobile-sdk)
+- [Client-server integration guide for mobile: Prebid integration](integration-mobile-client-server#optional-integration-with-prebid-mobile-sdk)
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid.md
index 08e6c8c8e..2a30aea1b 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-prebid.md
@@ -1,7 +1,7 @@
---
-title: UID2 integration overview for Prebid
-sidebar_label: UID2 integration overview for Prebid
-pagination_label: UID2 integration overview for Prebid
+title: Integration overview for Prebid
+sidebar_label: Integration overview for Prebid
+pagination_label: Integration overview for Prebid
description: UID2 実装の一部として Prebid とインテグレーションするためのオプションの概要。
hide_table_of_contents: false
sidebar_position: 04
@@ -87,4 +87,4 @@ Prebid.js を使ってサイトを UID2 とインテグレーションするに
## UID2 integration with Prebid Mobile SDK for mobile devices
-UID2 と Prebid のインテグレーションは、Android および iOS モバイルデバイスで [UID2 mobile integration with Prebid Mobile SDK](integration-prebid-mobile-summary.md) を使用してサポートされています。
+UID2 と Prebid のインテグレーションは、Android および iOS モバイルデバイスで [Mobile integration with Prebid Mobile SDK](integration-prebid-mobile-summary.md) を使用してサポートされています。
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-android.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-android.md
index d1e686c06..89750b64f 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-android.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-android.md
@@ -1,5 +1,5 @@
---
-title: UID2 GMA Plugin for Android
+title: GMA Plugin for Android
description: Android アプリの広告リクエストに GMA を使用するパブリッシャーのためのガイド。
hide_table_of_contents: false
sidebar_position: 12
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md
index 717dc7191..f920c2e13 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md
@@ -1,5 +1,5 @@
---
-title: UID2 GMA Plugin for iOS
+title: GMA Plugin for iOS
description: iOS アプリの広告リクエストに GMA を使用するパブリッシャーのためのガイド。
hide_table_of_contents: false
sidebar_position: 13
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-android.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-android.md
index cf33e7095..185c8dfb3 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-android.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-android.md
@@ -1,5 +1,5 @@
---
-title: UID2 IMA Plugin for Android
+title: IMA Plugin for Android
description: Android アプリの広告リクエストに IMA を使用するパブリッシャー向けのガイド。
hide_table_of_contents: false
sidebar_position: 14
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-ios.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-ios.md
index aafa8d53d..54b829133 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-ios.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-ios.md
@@ -1,5 +1,5 @@
---
-title: UID2 IMA Plugin for iOS
+title: IMA Plugin for iOS
description: iOS アプリの広告リクエストに IMA を使用するパブリッシャー向けのガイド。
hide_table_of_contents: false
sidebar_position: 15
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aks-enclave.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aks-enclave.md
index ee33d4048..57f93ddf0 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aks-enclave.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aks-enclave.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for AKS integration guide
+title: Private Operator for AKS integration guide
sidebar_label: Azure Kubernetes Service (AKS)
-pagination_label: UID2 Private Operator for AKS integration guide
+pagination_label: Private Operator for AKS integration guide
description: AKS を使用した Private Operator のインテグレーション情報
hide_table_of_contents: false
sidebar_position: 18
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aws-marketplace.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aws-marketplace.md
index 261ba12ad..9031c115f 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aws-marketplace.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aws-marketplace.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for AWS integration guide
+title: Private Operator for AWS integration guide
sidebar_label: AWS Marketplace
-pagination_label: UID2 Private Operator for AWS integration guide
+pagination_label: Private Operator for AWS integration guide
description: AWS の Private Operator インテグレーションに関する情報。
hide_table_of_contents: false
sidebar_position: 17
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-azure-enclave.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-azure-enclave.md
index 4123aa552..3bfb9bb6c 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-azure-enclave.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-azure-enclave.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for Azure integration guide
+title: Private Operator for Azure integration guide
sidebar_label: Microsoft Azure
-pagination_label: UID2 Private Operator for Azure integration guide
+pagination_label: Private Operator for Azure integration guide
description: Microsoft Azure の Private Operator インテグレーション情報。
hide_table_of_contents: false
sidebar_position: 18
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-private-gcp-confidential-space.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-private-gcp-confidential-space.md
index 0ade5343e..298b38c02 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-private-gcp-confidential-space.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-private-gcp-confidential-space.md
@@ -1,7 +1,7 @@
---
-title: UID2 Private Operator for GCP integration guide
+title: Private Operator for GCP integration guide
sidebar_label: GCP Confidential Space
-pagination_label: UID2 Private Operator for GCP integration guide
+pagination_label: Private Operator for GCP integration guide
description: GCP の Private Operator のインテグレーション情報。
hide_table_of_contents: false
sidebar_position: 18
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/summary-guides.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/summary-guides.md
index 41a5c796b..384320a3e 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/summary-guides.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/summary-guides.md
@@ -1,7 +1,7 @@
---
-title: UID2 integration guides - summary
+title: Integration guides - summary
sidebar_label: Summary
-pagination_label: UID2 integration guides - summary
+pagination_label: Integration guides - summary
description: 利用可能なすべてのインテグレーションガイドの概要。
hide_table_of_contents: false
sidebar_position: 01
@@ -43,10 +43,10 @@ Web インテグレーションオプションの詳細は [Publisher web integr
| Integration Guide | Content Description |
| :--- | :--- |
-| [UID2 integration overview for Prebid](integration-prebid.md) | UID2 とインテグレーションし、RTB ビッドストリームで Prebid.js または Prebid Mobile SDK から渡される UID2 Token (Advertising Token) を生成したいパブリッシャー向けのインテグレーションオプションの概要です。 | |
+| [Integration overview for Prebid](integration-prebid.md) | UID2 とインテグレーションし、RTB ビッドストリームで Prebid.js または Prebid Mobile SDK から渡される UID2 Token (Advertising Token) を生成したいパブリッシャー向けのインテグレーションオプションの概要です。 | |
| [Client-side integration guide for Prebid.js](integration-prebid-client-side.md) | UID2 とインテグレーションし、トークンの生成とトークンの自動更新を Prebid.js に管理させ、トークンを RTB ビッドストリームに渡したいパブリッシャー向けのインテグレーションガイドです。このガイドは、Client-Side で UID2 Token をリクエストしたいパブリッシャー向けのもので、最も簡単な実装方法です。 |
| [Client-server integration guide for Prebid.js](integration-prebid-client-server.md) | UID2 とインテグレーションし、RTB ビッドストリームで Prebid から渡される ID トークンを生成したいパブリッシャー向けのインテグレーションガイドです。このガイドは、Private Operator を使用しているか、Server-Side でトークンを生成したいパブリッシャー向けです。 |
-| [UID2 integration overview for JavaScript](integration-javascript.md) | JavaScript SDK を使って UID2 とインテグレーションしたいパブリッシャー向けのオプションの概要です。 |
+| [Integration overview for JavaScript](integration-javascript.md) | JavaScript SDK を使って UID2 とインテグレーションしたいパブリッシャー向けのオプションの概要です。 |
| [Client-side integration guide for JavaScript](integration-javascript-client-side.md) | 最も簡単な実装方法で、Client-Side の JavaScript の変更だけで UID2 とインテグレーションしたいパブリッシャー向けのインテグレーションガイドです。SDK for JavaScript は、トークンの生成と更新を自動的に管理します。 |
| [Client-server integration guide for JavaScript](integration-javascript-client-server.md) | パブリッシャー向けのこのインテグレーションガイドでは、SDK for JavaScript を使用する標準的なウェブインテグレーションシナリオについて説明し、トークンを Server-Side で生成し、パブリッシャーのウェブページに渡す必要があります。 |
| [Publisher integration guide, server-side](integration-publisher-server-side.md) | このインテグレーションガイドは、[SDK for JavaScript](../sdks/sdk-ref-javascript.md) を使用していないパブリッシャー向けです。 |
@@ -77,10 +77,10 @@ CTV とインテグレーションするパブリッシャー向けには、以
| Integration Guide | Content Description |
| :--- | :--- |
-| [UID2 integration overview for Prebid](integration-prebid.md) | UID2 とインテグレーションし、Prebid.js または Prebid Mobile SDK が RTB ビッドストリームで発行する UID2 Token を生成したいパブリッシャー向けのオプションの概要です。 |
+| [Integration overview for Prebid](integration-prebid.md) | UID2 とインテグレーションし、Prebid.js または Prebid Mobile SDK が RTB ビッドストリームで発行する UID2 Token を生成したいパブリッシャー向けのオプションの概要です。 |
| [Client-side integration guide for Prebid.js](integration-prebid-client-side.md) | UID2 とインテグレーションし、トークンの生成とトークンの自動更新を Prebid.js に管理させ、トークンを RTB ビッドストリームに渡したいパブリッシャー向けのインテグレーションガイドです。このガイドは、Client-Side で UID2 Token をリクエストしたいパブリッシャー向けのもので、最も簡単な実装方法です。 |
| [Client-server integration guide for Prebid.js](integration-prebid-client-server.md) | UID2 とインテグレーションし、RTB ビッドストリームで Prebid から渡される ID トークンを生成したいパブリッシャー向けのインテグレーションガイドです。このガイドは、Private Operator を使用しているパブリッシャー、または Server-Side でトークンを生成したいパブリッシャー向けです。 |
-| [UID2 mobile integration for Prebid.js](integration-prebid-mobile-summary.md) | モバイルデバイス上の Prebid.js と UID2 のインテグレーションに関する情報リソースのまとめです。 |
+| [Mobile integration for Prebid.js](integration-prebid-mobile-summary.md) | モバイルデバイス上の Prebid.js と UID2 のインテグレーションに関する情報リソースのまとめです。 |
### Google Ad Manager integrations
@@ -89,10 +89,10 @@ Google Ad Manager とインテグレーションするパブリッシャーは
| Integration Guide | Content Description |
| :--- | :--- |
| [Google Ad Manager Secure Signals integration guide](integration-google-ss.md) | このインテグレーションガイドは、UID2 を Google Ad Manager の**Secure Signals**機能 (旧称: encrypted signals from publishers、ESP) で使用するパブリッシャーに必要な追加ステップをカバーしています。 |
-| [UID2 GMA Plugin for Android integration guide](mobile-plugin-gma-android.md) | UID2 Google Mobile Ads (GMA) Plugin for Android は、[Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) を使用するパブリッシャーが、Android アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
-| [UID2 GMA Plugin for iOS integration guide](mobile-plugin-gma-ios.md) | UID2 Google Mobile Ads (GMA) Plugin for iOS は、[Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) を使用するパブリッシャーが、iOS アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
-| [UID2 IMA Plugin for Android integration guide](mobile-plugin-ima-android.md) | UID2 Interactive Media Ads (IMA) Plugin for Android は、[Google IMA SDK for Android](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side) を使用するパブリッシャーが、Android アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
-| [UID2 IMA Plugin for iOS integration guide](mobile-plugin-ima-ios.md) | UID2 Interactive Media Ads (IMA) Plugin for iOS は、[Google IMA SDK for iOS](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side) を使用するパブリッシャーが、iOS アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
+| [GMA Plugin for Android integration guide](mobile-plugin-gma-android.md) | UID2 Google Mobile Ads (GMA) Plugin for Android は、[Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) を使用するパブリッシャーが、Android アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
+| [GMA Plugin for iOS integration guide](mobile-plugin-gma-ios.md) | UID2 Google Mobile Ads (GMA) Plugin for iOS は、[Google GMA SDK](https://developers.google.com/ad-manager/mobile-ads-sdk) を使用するパブリッシャーが、iOS アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
+| [IMA Plugin for Android integration guide](mobile-plugin-ima-android.md) | UID2 Interactive Media Ads (IMA) Plugin for Android は、[Google IMA SDK for Android](https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side) を使用するパブリッシャーが、Android アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
+| [IMA Plugin for iOS integration guide](mobile-plugin-ima-ios.md) | UID2 Interactive Media Ads (IMA) Plugin for iOS は、[Google IMA SDK for iOS](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side) を使用するパブリッシャーが、iOS アプリからの広告リクエストで UID2 Token を [secure signals](https://support.google.com/admob/answer/11556288) として送信できるようにします。 |
## Advertiser/data provider integrations
@@ -122,6 +122,6 @@ UID2 とインテグレーションする DSP は、以下のドキュメント
| Integration Guide | Content Description |
| :--- | :--- |
-| [UID2 Private Operator for AWS](operator-guide-aws-marketplace.md) | AWS Marketplace の Private Operator Service を設定する手順です。|
-| [UID2 Private Operator for GCP](operator-private-gcp-confidential-space.md) | [Google Cloud](https://cloud.google.com/docs/overview/) プラットフォームの Confidential Computing オプションである [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space) に UID2 Operator Service を設定する手順です。|
-| [UID2 Private Operator for Azure](operator-guide-azure-enclave.md) | Microsoft Azure の機密コンピューティングオプションである Confidential Containers のインスタンスで UID2 Operator Service を設定する手順です。 |
+| [Private Operator for AWS](operator-guide-aws-marketplace.md) | AWS Marketplace の Private Operator Service を設定する手順です。|
+| [Private Operator for GCP](operator-private-gcp-confidential-space.md) | [Google Cloud](https://cloud.google.com/docs/overview/) プラットフォームの Confidential Computing オプションである [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space) に UID2 Operator Service を設定する手順です。|
+| [Private Operator for Azure](operator-guide-azure-enclave.md) | Microsoft Azure の機密コンピューティングオプションである Confidential Containers のインスタンスで UID2 Operator Service を設定する手順です。 |
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/intro.md b/i18n/ja/docusaurus-plugin-content-docs/current/intro.md
index eba15f533..779a025dc 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/intro.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/intro.md
@@ -53,7 +53,7 @@ UID2 インフラストラクチャの主要な要素や、UID2 のその他の
- [UID2 identifier types](ref-info/uid-identifier-types.md)
- [UID2 components](ref-info/uid-components.md)
- [UID2 participants](overviews/participants-overview.md)
-- [Workflows](ref-info/uid-workflows.md)
+- [UID2 workflows](ref-info/uid-workflows.md)
## FAQs
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/deprecation-schedule.md b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/deprecation-schedule.md
index 887bdd46b..5c03df6b4 100644
--- a/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/deprecation-schedule.md
+++ b/i18n/ja/docusaurus-plugin-content-docs/current/ref-info/deprecation-schedule.md
@@ -42,7 +42,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
| Q3 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | 5.38.104 | September 12, 2024 | Mar 31, 2026 |
| Q2 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | 5.37.12 | June 12, 2024 | Sep 30, 2025 |
-ドキュメントは、[UID2 Private Operator for AWS integration guide](../guides/operator-guide-aws-marketplace.md)を参照してください。
+ドキュメントは、[Private Operator for AWS integration guide](../guides/operator-guide-aws-marketplace.md)を参照してください。
### Private Operator for GCP
@@ -57,7 +57,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
| Q3 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | [gcp-oidc-deployment-files-5.38.104.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.38.104/gcp-oidc-deployment-files-5.38.104.zip) | September 12, 2024 | Mar 31, 2026 |
| Q2 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | [gcp-oidc-deployment-files-5.37.12.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.37.12/gcp-oidc-deployment-files-5.37.12.zip) | June 12, 2024 | Sep 30, 2025 |
-ドキュメントは、[UID2 Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md)を参照してください。
+ドキュメントは、[Private Operator for GCP integration guide](../guides/operator-private-gcp-confidential-space.md)を参照してください。
### Private Operator for Azure
@@ -72,7 +72,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
| Q3 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | [azure-cc-deployment-files-5.38.104.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.38.104/azure-cc-deployment-files-5.38.104.zip) | September 12, 2024 | Mar 31, 2026 |
| Q2 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | [azure-cc-deployment-files-5.37.12.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.37.12/azure-cc-deployment-files-5.37.12.zip) | June 12, 2024 | Sep 30, 2025 |
-ドキュメントは、[UID2 Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md)を参照してください。
+ドキュメントは、[Private Operator for Azure integration guide](../guides/operator-guide-azure-enclave.md)を参照してください。
API key
@@ -204,12 +205,12 @@ import MdxJumpAnchor from '@site/src/components/MdxJumpAnchor';