diff --git a/docs/guides/integration-prebid-client-side.md b/docs/guides/integration-prebid-client-side.md
index 521d249f7..c96038669 100644
--- a/docs/guides/integration-prebid-client-side.md
+++ b/docs/guides/integration-prebid-client-side.md
@@ -155,7 +155,7 @@ To check that the UID2 module has successfully generated a UID2 token, call `pbj
If there are problems with the integration, here are some steps you can take:
- Check the browser console logs.
-- Check the values for **Subscription ID** and **public key**:
+- Check the values for **Subscription ID** (**subscriptionId** value) and **public key** (**serverPublicKey** value):
- Make sure they are exactly the same values that you received from the UID2 team.
- Check that you have the correct values for the environment you're using. You'll have different **Subscription ID** and **public key** values for each [environment](../getting-started/gs-environments.md).
- Check that you provided the domain name of the site to the UID2 team during account setup. If needed, to confirm, ask your UID2 contact.
diff --git a/docs/ref-info/glossary-uid.md b/docs/ref-info/glossary-uid.md
index 70e7fe63d..ad0d64d7a 100644
--- a/docs/ref-info/glossary-uid.md
+++ b/docs/ref-info/glossary-uid.md
@@ -124,7 +124,7 @@ import Link from '@docusaurus/Link';
Advertising token is another term for a UID2 token.
API key
-Each UID2 participant using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the client secret (API secret). The client secret is known only to the participant and the UID2 service.
+Each UID2 participant using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the client secret (API secret). The client secret is known only to the participant and the UID2 service.
For details, see UID2 Credentials.
API secret
@@ -355,6 +355,7 @@ import Link from '@docusaurus/Link';
Public key
For client-side publisher integrations, the public key is one of the two values issued to publishers to uniquely identify the account. For details, see Subscription ID and Public Key.
+In UID2 integrations, this value is often represented as serverPublicKey: for example, in the UID2 Client-Side Integration Guide for Prebid.js, the Client-Side Integration Guide for JavaScript, and the UID2 Client-Side Integration Guide for Mobile.
Public Operator
A Public Operator is an entity that runs a public instance of the UID2 Operator Service. For example, The Trade Desk currently serves as a Public Operator for the UID2 framework, available to all participants.
diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md
index 1c7e1c134..3e3426780 100644
--- a/docs/sdks/sdk-ref-javascript.md
+++ b/docs/sdks/sdk-ref-javascript.md
@@ -41,7 +41,7 @@ This SDK simplifies development for publishers who want to build their own custo
## Sample Implementation
-For example applications with associated documentation, see:
+For sample implementations with associated documentation, see:
- The UID2 Google Secure Signals with SDK v3 example:
- [Code and docs](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
- Running site: [Client-Side UID2 SDK Integration Example](https://secure-signals-jssdk-integ.uidapi.com/)