From 2062583d93824680dc6b14e981e6f02f5c494b16 Mon Sep 17 00:00:00 2001 From: Eiman Eltigani Date: Thu, 12 Feb 2026 14:00:25 -0700 Subject: [PATCH 1/6] Update broken sample implementation links in JS SDK docs Replace old links to uid2-web-integrations examples with new sample site links from samples.uidapi.com. Updated both sdk-ref-javascript.md and sdk-ref-javascript-v3.md to point to: - Client-Side JS SDK integration example - Client-Server JS SDK integration example - Reference to full Integration Samples and Tools page Co-authored-by: Cursor --- docs/sdks/sdk-ref-javascript-v3.md | 6 +----- docs/sdks/sdk-ref-javascript.md | 12 ++++++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/sdks/sdk-ref-javascript-v3.md b/docs/sdks/sdk-ref-javascript-v3.md index b1615a604..22b7a2af4 100644 --- a/docs/sdks/sdk-ref-javascript-v3.md +++ b/docs/sdks/sdk-ref-javascript-v3.md @@ -54,11 +54,7 @@ This SDK simplifies development for publishers who want to build their own custo ## Sample Implementation -For sample implementations with associated documentation, see: - - The UID2 Google Secure Signals with SDK v3 example: - - Running site: [Client-Side UID2 SDK Integration Example](https://secure-signals-client-server-integ.uidapi.com/) - - [Code and docs](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3) - - The example of JavaScript client-side integration: [Code](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg) and running site ([Client-Side Integration Example, UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)). +For sample implementations, see [Integration Samples and Tools](../ref-info/integration-sample-sites.md). ## UID2 Account Setup diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md index 1801a4f1c..4a96d97a4 100644 --- a/docs/sdks/sdk-ref-javascript.md +++ b/docs/sdks/sdk-ref-javascript.md @@ -54,10 +54,14 @@ This SDK simplifies development for publishers who want to build their own custo ## Sample Implementation 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-client-server-integ.uidapi.com/) - - The example of JavaScript client-side integration: [Code](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg) and running site ([Client-Side Integration Example, UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)). + - Client-Side Integration: + - [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-side) + - Running site: [Client-Side UID2 Integration Example](https://js-client-side.samples.uidapi.com/) + - Client-Server Integration: + - [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-server) + - Running site: [Client-Server UID2 Integration Example](https://js-client-server.samples.uidapi.com/) + +For a complete list of sample implementations, see [Integration Samples and Tools](../ref-info/integration-sample-sites.md). ## UID2 Account Setup From 122244e914a52bcd7fd63e440f5ebff9ed67cf82 Mon Sep 17 00:00:00 2001 From: Eiman Eltigani Date: Thu, 12 Feb 2026 14:07:00 -0700 Subject: [PATCH 2/6] Remove Sample Implementation section from v3 SDK docs Co-authored-by: Cursor --- docs/sdks/sdk-ref-javascript-v3.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/sdks/sdk-ref-javascript-v3.md b/docs/sdks/sdk-ref-javascript-v3.md index 22b7a2af4..fca8d2730 100644 --- a/docs/sdks/sdk-ref-javascript-v3.md +++ b/docs/sdks/sdk-ref-javascript-v3.md @@ -52,10 +52,6 @@ This SDK simplifies development for publishers who want to build their own custo | :--- | :--- | :--- | :--- | :--- | :--- | | — | — | ✅ | ✅ | — | — | -## Sample Implementation - -For sample implementations, see [Integration Samples and Tools](../ref-info/integration-sample-sites.md). - ## UID2 Account Setup To integrate with UID2, you'll need to have a UID2 account. If you haven't yet created an account, first follow the steps described on the [Account Setup](../getting-started/gs-account-setup.md) page. From 464b0737d52b016ab92315bb535084dbca9fc4e7 Mon Sep 17 00:00:00 2001 From: Eiman Eltigani Date: Thu, 12 Feb 2026 14:27:15 -0700 Subject: [PATCH 3/6] Add SDK version to sample implementation titles - Updated sample titles to include "SDK v4 for JavaScript" - Removed redundant link to Integration Samples and Tools page Co-authored-by: Cursor --- docs/sdks/sdk-ref-javascript.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md index 4a96d97a4..285451467 100644 --- a/docs/sdks/sdk-ref-javascript.md +++ b/docs/sdks/sdk-ref-javascript.md @@ -54,15 +54,13 @@ This SDK simplifies development for publishers who want to build their own custo ## Sample Implementation For sample implementations with associated documentation, see: - - Client-Side Integration: + - Client-Side Integration Using UID2 SDK v4 for JavaScript: - [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-side) - Running site: [Client-Side UID2 Integration Example](https://js-client-side.samples.uidapi.com/) - - Client-Server Integration: + - Client-Server Integration Using UID2 SDK v4 for JavaScript: - [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-server) - Running site: [Client-Server UID2 Integration Example](https://js-client-server.samples.uidapi.com/) -For a complete list of sample implementations, see [Integration Samples and Tools](../ref-info/integration-sample-sites.md). - ## UID2 Account Setup To integrate with UID2, you'll need to have a UID2 account. If you haven't yet created an account, first follow the steps described on the [Account Setup](../getting-started/gs-account-setup.md) page. From c56fd7fffcfdf738a3f2cb052768cd7c507b77c2 Mon Sep 17 00:00:00 2001 From: Eiman Eltigani Date: Thu, 12 Feb 2026 14:38:55 -0700 Subject: [PATCH 4/6] Remove broken example link from v2 SDK doc The examples folder was removed from uid2-web-integrations repo. Co-authored-by: Cursor --- docs/sdks/sdk-ref-javascript-v2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sdks/sdk-ref-javascript-v2.md b/docs/sdks/sdk-ref-javascript-v2.md index b9394bfbe..8a65b64b7 100644 --- a/docs/sdks/sdk-ref-javascript-v2.md +++ b/docs/sdks/sdk-ref-javascript-v2.md @@ -20,8 +20,6 @@ Use this SDK to facilitate the process of establishing client identity using UID For integration steps for content publishers, see [Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server.md). -For an [example application](https://example-jssdk-integ.uidapi.com/), with associated documentation, see the [UID2 SDK Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk). - ## Functionality This SDK simplifies integration with UID2 for any publishers who want to support UID2. The following table shows the functions it supports. From a118853629985a1c800ec20e6da1defd5834a336 Mon Sep 17 00:00:00 2001 From: Eiman Eltigani Date: Fri, 13 Feb 2026 10:47:00 -0700 Subject: [PATCH 5/6] Change 'Sample Implementation' to 'Sample Implementations' Co-authored-by: Cursor --- docs/sdks/sdk-ref-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md index 285451467..91fccdb32 100644 --- a/docs/sdks/sdk-ref-javascript.md +++ b/docs/sdks/sdk-ref-javascript.md @@ -51,7 +51,7 @@ This SDK simplifies development for publishers who want to build their own custo | :--- | :--- | :--- | :--- | :--- | :--- | | — | — | ✅ | ✅ | — | — | -## Sample Implementation +## Sample Implementations For sample implementations with associated documentation, see: - Client-Side Integration Using UID2 SDK v4 for JavaScript: From 620a5a39eb82569a4e9f842ccf133ecbb1e41bdc Mon Sep 17 00:00:00 2001 From: Eiman Eltigani Date: Fri, 13 Feb 2026 10:51:28 -0700 Subject: [PATCH 6/6] Remove v4 version from sample implementation titles Co-authored-by: Cursor --- docs/sdks/sdk-ref-javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md index 91fccdb32..4f6e6ec78 100644 --- a/docs/sdks/sdk-ref-javascript.md +++ b/docs/sdks/sdk-ref-javascript.md @@ -54,10 +54,10 @@ This SDK simplifies development for publishers who want to build their own custo ## Sample Implementations For sample implementations with associated documentation, see: - - Client-Side Integration Using UID2 SDK v4 for JavaScript: + - Client-Side Integration Using UID2 SDK for JavaScript: - [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-side) - Running site: [Client-Side UID2 Integration Example](https://js-client-side.samples.uidapi.com/) - - Client-Server Integration Using UID2 SDK v4 for JavaScript: + - Client-Server Integration Using UID2 SDK for JavaScript: - [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-server) - Running site: [Client-Server UID2 Integration Example](https://js-client-server.samples.uidapi.com/)