Skip to content

Commit fb9ab01

Browse files
authored
Merge pull request #775 from IABTechLab/gwh-APIDOCS-2782-02-algolia-serverPublicKey-include-in-copy
minor edits to address Algolia no-hits report
2 parents 0cba927 + e938efc commit fb9ab01

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/guides/integration-prebid-client-side.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To check that the UID2 module has successfully generated a UID2 token, call `pbj
155155
If there are problems with the integration, here are some steps you can take:
156156

157157
- Check the browser console logs.
158-
- Check the values for **Subscription ID** and **public key**:
158+
- Check the values for **Subscription ID** (**subscriptionId** value) and **public key** (**serverPublicKey** value):
159159
- Make sure they are exactly the same values that you received from the UID2 team.
160160
- 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).
161161
- 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.

docs/ref-info/glossary-uid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ import Link from '@docusaurus/Link';
124124
<dd>Advertising token is another term for a <a href="#gl-uid2-token">UID2 token</a>.</dd>
125125

126126
<dt><MdxJumpAnchor id="gl-api-key"><a href="#gl-api-key">API key</a></MdxJumpAnchor></dt>
127-
<dd>Each UID2 <a href="../intro#participants">participant</a> 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.</dd>
127+
<dd>Each UID2 <a href="../intro#participants">participant</a> using a server-side implementation has an API key (client key) and also a secret value associated with the key, called the <a href="#gl-client-secret">client secret</a> (API secret). The client secret is known only to the participant and the UID2 service.</dd>
128128
<dd>For details, see <a href="../getting-started/gs-credentials">UID2 Credentials</a>.</dd>
129129

130130
<dt><MdxJumpAnchor id="gl-api-secret"><a href="#gl-api-secret">API secret</a></MdxJumpAnchor></dt>
@@ -355,6 +355,7 @@ import Link from '@docusaurus/Link';
355355

356356
<dt><MdxJumpAnchor id="gl-public-key"><a href="#gl-public-key">Public key</a></MdxJumpAnchor></dt>
357357
<dd>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 <a href="../getting-started/gs-credentials#subscription-id-and-public-key">Subscription ID and Public Key</a>.</dd>
358+
<dd>In UID2 integrations, this value is often represented as <b>serverPublicKey</b>: for example, in the <a href="../guides/integration-prebid-client-side">UID2 Client-Side Integration Guide for Prebid.js</a>, the <a href="../guides/integration-javascript-client-side">Client-Side Integration Guide for JavaScript</a>, and the <a href="../guides/integration-mobile-client-side">UID2 Client-Side Integration Guide for Mobile</a>.</dd>
358359

359360
<dt><MdxJumpAnchor id="gl-public-operator"><a href="#gl-public-operator">Public Operator</a></MdxJumpAnchor></dt>
360361
<dd>A Public <a href="#gl-operator">Operator</a> 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.</dd>

docs/sdks/sdk-ref-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This SDK simplifies development for publishers who want to build their own custo
4141

4242
## Sample Implementation
4343

44-
For example applications with associated documentation, see:
44+
For sample implementations with associated documentation, see:
4545
- The UID2 Google Secure Signals with SDK v3 example:
4646
- [Code and docs](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
4747
- Running site: [Client-Side UID2 SDK Integration Example](https://secure-signals-jssdk-integ.uidapi.com/)

0 commit comments

Comments
 (0)